1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\MLKemOpenSsl.cs (1)
57
_key
= upRefHandle;
7 references to _key
System.Security.Cryptography (7)
System\Security\Cryptography\MLKemOpenSsl.OpenSsl.cs (7)
15
return
_key
.DuplicateHandle();
66
_key
.Dispose();
73
Interop.Crypto.EvpKemDecapsulate(
_key
, ciphertext, sharedSecret);
79
Interop.Crypto.EvpKemEncapsulate(
_key
, ciphertext, sharedSecret);
85
Interop.Crypto.EvpKemExportPrivateSeed(
_key
, destination);
91
Interop.Crypto.EvpKemExportDecapsulationKey(
_key
, destination);
97
Interop.Crypto.EvpKemExportEncapsulationKey(
_key
, destination);