3 references to GetCiphertextLengthCbc
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (2)
179
var cipherTextLength = symmetricAlgorithmForSizing.
GetCiphertextLengthCbc
(plaintext.Length);
288
var cipherTextLength = symmetricAlgorithm.
GetCiphertextLengthCbc
(plaintext.Count);
System.Security.Cryptography (1)
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
925
int ciphertextLength =
GetCiphertextLengthCbc
(plaintext.Length, paddingMode);