5 references to SecretAgreementSizeInBytes
System.Security.Cryptography (5)
System\Security\Cryptography\X25519DiffieHellman.cs (3)
80
byte[] buffer = new byte[
SecretAgreementSizeInBytes
];
112
if (destination.Length !=
SecretAgreementSizeInBytes
)
115
SR.Format(SR.Argument_DestinationImprecise,
SecretAgreementSizeInBytes
),
System\Security\Cryptography\X25519DiffieHellmanImplementation.OpenSsl.cs (2)
23
Debug.Assert(destination.Length ==
SecretAgreementSizeInBytes
);
43
if (written !=
SecretAgreementSizeInBytes
)