2 instantiations of State3
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (2)
87
State3<ReadOnlySpan<byte>, ReadOnlySpan<byte>, int> encodeState =
new
(cek, sharedSecret, 0);
291
new
(this, hkdfAlgorithm.Value, sharedSecret);
2 references to State3
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (2)
87
State3
<ReadOnlySpan<byte>, ReadOnlySpan<byte>, int> encodeState = new(cek, sharedSecret, 0);
290
State3
<ManagedKemRecipientInfoPal, HashAlgorithmName, ReadOnlySpan<byte>> encodeState =