7 references to AES_128_CBC
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (3)
117
case EncryptionAlgorithm.
AES_128_CBC
:
138
case EncryptionAlgorithm.
AES_128_CBC
:
171
case EncryptionAlgorithm.
AES_128_CBC
:
Microsoft.AspNetCore.DataProtection.Tests (4)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (4)
23
[InlineData(EncryptionAlgorithm.
AES_128_CBC
, ValidationAlgorithm.HMACSHA256)]
26
[InlineData(EncryptionAlgorithm.
AES_128_CBC
, ValidationAlgorithm.HMACSHA512)]
107
{ EncryptionAlgorithm.
AES_128_CBC
, ValidationAlgorithm.HMACSHA256, () => new HMACSHA256() },
110
{ EncryptionAlgorithm.
AES_128_CBC
, ValidationAlgorithm.HMACSHA512, () => new HMACSHA512() },