1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (1)
25
_key
= key;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLKemImplementation.OpenSsl.cs (7)
71
_key
.Dispose();
75
internal SafeEvpPKeyHandle DuplicateHandle() =>
_key
.DuplicateHandle();
79
Interop.Crypto.EvpKemDecapsulate(
_key
, ciphertext, sharedSecret);
84
Interop.Crypto.EvpKemEncapsulate(
_key
, ciphertext, sharedSecret);
89
Interop.Crypto.EvpKemExportPrivateSeed(
_key
, destination);
94
Interop.Crypto.EvpKemExportDecapsulationKey(
_key
, destination);
99
Interop.Crypto.EvpKemExportEncapsulationKey(
_key
, destination);