4 overrides of DeriveRawSecretAgreementCore
System.Security.Cryptography (4)
System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
59
protected override partial void
DeriveRawSecretAgreementCore
(ReadOnlySpan<byte> otherPartyPublicKey, Span<byte> destination);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
49
protected override partial void
DeriveRawSecretAgreementCore
(ReadOnlySpan<byte> otherPartyPublicKey, Span<byte> destination)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
56
protected override void
DeriveRawSecretAgreementCore
(ReadOnlySpan<byte> otherPartyPublicKey, Span<byte> destination)
System\Security\Cryptography\X25519DiffieHellmanOpenSsl.NotSupported.cs (1)
28
protected override void
DeriveRawSecretAgreementCore
(ReadOnlySpan<byte> otherPartyPublicKey, Span<byte> destination)
2 references to DeriveRawSecretAgreementCore
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellman.cs (2)
115
DeriveRawSecretAgreementCore
(otherPartyPublicKey, buffer);
191
DeriveRawSecretAgreementCore
(otherPartyPublicKey, destination);