1 write to CiphertextSizeInBytes
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\MLKemAlgorithm.cs (1)
26
CiphertextSizeInBytes
= ciphertextSizeInBytes;
5 references to CiphertextSizeInBytes
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (5)
112
if (ciphertext.Length != Algorithm.
CiphertextSizeInBytes
)
115
SR.Format(SR.Argument_DestinationImprecise, Algorithm.
CiphertextSizeInBytes
),
152
byte[] localCiphertext = new byte[Algorithm.
CiphertextSizeInBytes
];
204
if (ciphertext.Length != Algorithm.
CiphertextSizeInBytes
)
251
if (ciphertext.Length != Algorithm.
CiphertextSizeInBytes
)