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)
23
bool isValid = Interop.Crypto.X25519IsValidHandle(
_key
, out _hasPrivate);
27
_key
.Dispose();
35
return
_key
.DuplicateHandle();
47
written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(
_key
, x25519OpenSsl.
_key
, destination);
51
written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(
_key
, x25519Impl.Key, destination);
60
written = Interop.Crypto.EvpPKeyDeriveSecretAgreement(
_key
, peerKeyHandle, destination);
75
Interop.Crypto.X25519ExportPrivateKey(
_key
, destination);
81
Interop.Crypto.X25519ExportPublicKey(
_key
, destination);
94
_key
.Dispose();