6 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 (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
39symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC,
Cng\CbcAuthenticatedEncryptorTests.cs (3)
21symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 42symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 89symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC,