1 write to _key
System.Security.Cryptography (1)
System\Security\Cryptography\X25519DiffieHellmanImplementation.OpenSsl.cs (1)
17_key = key;
6 references to _key
System.Security.Cryptography (6)
System\Security\Cryptography\X25519DiffieHellmanImplementation.OpenSsl.cs (6)
30written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(_key, x25519Impl._key, destination); 39written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(_key, peerKeyHandle, destination); 54Interop.Crypto.X25519ExportPrivateKey(_key, destination); 60Interop.Crypto.X25519ExportPublicKey(_key, destination); 73_key.Dispose();