9 references to AES_192_CBC
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (3)
121
case EncryptionAlgorithm.
AES_192_CBC
:
139
case EncryptionAlgorithm.
AES_192_CBC
:
172
case EncryptionAlgorithm.
AES_192_CBC
:
Microsoft.AspNetCore.DataProtection.Tests (6)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializerTests.cs (1)
23
EncryptionAlgorithm = EncryptionAlgorithm.
AES_192_CBC
,
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (5)
26
[InlineData(EncryptionAlgorithm.
AES_192_CBC
, ValidationAlgorithm.HMACSHA256)]
29
[InlineData(EncryptionAlgorithm.
AES_192_CBC
, ValidationAlgorithm.HMACSHA512)]
110
{ EncryptionAlgorithm.
AES_192_CBC
, ValidationAlgorithm.HMACSHA256, () => new HMACSHA256() },
113
{ EncryptionAlgorithm.
AES_192_CBC
, ValidationAlgorithm.HMACSHA512, () => new HMACSHA512() },
149
var descriptor = CreateDescriptor(EncryptionAlgorithm.
AES_192_CBC
, ValidationAlgorithm.HMACSHA512, masterKey.ToSecret());