7 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 (5)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
39
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,
Cng\CbcAuthenticatedEncryptorTests.cs (4)
27
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,
48
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,
95
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,
153
symmetricAlgorithmHandle: CachedAlgorithmHandles.
AES_CBC
,