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