1 write to CiphertextSizeInBytes
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\MLKemAlgorithm.cs (1)
27CiphertextSizeInBytes = ciphertextSizeInBytes;
5 references to CiphertextSizeInBytes
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (5)
113if (ciphertext.Length != Algorithm.CiphertextSizeInBytes) 116SR.Format(SR.Argument_DestinationImprecise, Algorithm.CiphertextSizeInBytes), 153byte[] localCiphertext = new byte[Algorithm.CiphertextSizeInBytes]; 197if (ciphertext.Length != Algorithm.CiphertextSizeInBytes) 236if (ciphertext.Length != Algorithm.CiphertextSizeInBytes)