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