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)
30
written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(
_key
, x25519Impl.
_key
, destination);
39
written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(
_key
, peerKeyHandle, destination);
54
Interop.Crypto.X25519ExportPrivateKey(
_key
, destination);
60
Interop.Crypto.X25519ExportPublicKey(
_key
, destination);
73
_key
.Dispose();