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)
71_key.Dispose(); 75internal SafeEvpPKeyHandle DuplicateHandle() => _key.DuplicateHandle(); 79Interop.Crypto.EvpKemDecapsulate(_key, ciphertext, sharedSecret); 84Interop.Crypto.EvpKemEncapsulate(_key, ciphertext, sharedSecret); 89Interop.Crypto.EvpKemExportPrivateSeed(_key, destination); 94Interop.Crypto.EvpKemExportDecapsulationKey(_key, destination); 99Interop.Crypto.EvpKemExportEncapsulationKey(_key, destination);