6 references to AES_CBC
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
25
RunAesBlockCipherAlgorithmTest(() => CachedAlgorithmHandles.
AES_CBC
);
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
120
if (configuration.EncryptionAlgorithm == Constants.BCRYPT_AES_ALGORITHM) { algorithmHandle = CachedAlgorithmHandles.
AES_CBC
; }
Microsoft.AspNetCore.DataProtection.Tests (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
39
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,
Cng\CbcAuthenticatedEncryptorTests.cs (3)
21
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,
42
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,
89
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,