6 references to AES_192_GCM
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (3)
122
case EncryptionAlgorithm.
AES_192_GCM
:
142
case EncryptionAlgorithm.
AES_192_GCM
:
175
case EncryptionAlgorithm.
AES_192_GCM
:
Microsoft.AspNetCore.DataProtection.Tests (3)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (3)
57
[InlineData(EncryptionAlgorithm.
AES_192_GCM
)]
83
[InlineData(EncryptionAlgorithm.
AES_192_GCM
)]
172
var descriptor = CreateDescriptor(EncryptionAlgorithm.
AES_192_GCM
, ValidationAlgorithm.HMACSHA512, masterKey.ToSecret());