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