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)
69
_key
.Dispose();
75
internal SafeEvpPKeyHandle DuplicateHandle() =>
_key
.DuplicateHandle();
80
Interop.Crypto.EvpKemDecapsulate(
_key
, ciphertext, sharedSecret);
85
Interop.Crypto.EvpKemEncapsulate(
_key
, ciphertext, sharedSecret);
91
Interop.Crypto.EvpKemExportPrivateSeed(
_key
, destination);
97
Interop.Crypto.EvpKemExportDecapsulationKey(
_key
, destination);
102
Interop.Crypto.EvpKemExportEncapsulationKey(
_key
, destination);