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