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)
41symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC,
Cng\CbcAuthenticatedEncryptorTests.cs (4)
32symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 53symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 100symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC, 159symmetricAlgorithmHandle: CachedAlgorithmHandles.AES_CBC,