7 references to AES_CBC
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
25RunAesBlockCipherAlgorithmTest(() => CachedAlgorithmHandles.AES_CBC);
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
120if (configuration.EncryptionAlgorithm == Constants.BCRYPT_AES_ALGORITHM) { algorithmHandle = CachedAlgorithmHandles.AES_CBC; }
Microsoft.AspNetCore.DataProtection.Tests (5)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
39symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC,
Cng\CbcAuthenticatedEncryptorTests.cs (4)
27symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 48symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 95symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 153symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC,