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)
55
[InlineData(EncryptionAlgorithm.
AES_192_GCM
)]
81
[InlineData(EncryptionAlgorithm.
AES_192_GCM
)]
170
var descriptor = CreateDescriptor(EncryptionAlgorithm.
AES_192_GCM
, ValidationAlgorithm.HMACSHA512, masterKey.ToSecret());