1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X25519DiffieHellmanOpenSsl.OpenSsl.cs (1)
22_key = pkeyHandle.DuplicateHandle();
10 references to _key
System.Security.Cryptography (10)
System\Security\Cryptography\X25519DiffieHellmanOpenSsl.OpenSsl.cs (10)
23bool isValid = Interop.Crypto.X25519IsValidHandle(_key, out _hasPrivate); 27_key.Dispose(); 35return _key.DuplicateHandle(); 47written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(_key, x25519OpenSsl._key, destination); 51written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(_key, x25519Impl.Key, destination); 60written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(_key, peerKeyHandle, destination); 75Interop.Crypto.X25519ExportPrivateKey(_key, destination); 81Interop.Crypto.X25519ExportPublicKey(_key, destination); 94_key.Dispose();