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();
64
_key
.Dispose();
76
Interop.Crypto.EvpKemDecapsulate(
_key
, ciphertext, sharedSecret);
82
Interop.Crypto.EvpKemEncapsulate(
_key
, ciphertext, sharedSecret);
89
Interop.Crypto.EvpKemExportPrivateSeed(
_key
, destination);
96
Interop.Crypto.EvpKemExportDecapsulationKey(
_key
, destination);
102
Interop.Crypto.EvpKemExportEncapsulationKey(
_key
, destination);