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(); 66_key.Dispose(); 73Interop.Crypto.EvpKemDecapsulate(_key, ciphertext, sharedSecret); 79Interop.Crypto.EvpKemEncapsulate(_key, ciphertext, sharedSecret); 85Interop.Crypto.EvpKemExportPrivateSeed(_key, destination); 91Interop.Crypto.EvpKemExportDecapsulationKey(_key, destination); 97Interop.Crypto.EvpKemExportEncapsulationKey(_key, destination);