6 references to SharedSecretSizeInBytes
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (6)
120if (sharedSecret.Length != Algorithm.SharedSecretSizeInBytes) 123SR.Format(SR.Argument_DestinationImprecise, Algorithm.SharedSecretSizeInBytes), 154byte[] localSharedSecret = new byte[Algorithm.SharedSecretSizeInBytes]; 202if (sharedSecret.Length != Algorithm.SharedSecretSizeInBytes) 205SR.Format(SR.Argument_DestinationImprecise, Algorithm.SharedSecretSizeInBytes), 241byte[] sharedSecret = new byte[Algorithm.SharedSecretSizeInBytes];