6 references to AES_192_GCM
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (3)
122case EncryptionAlgorithm.AES_192_GCM: 142case EncryptionAlgorithm.AES_192_GCM: 175case 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)] 170var descriptor = CreateDescriptor(EncryptionAlgorithm.AES_192_GCM, ValidationAlgorithm.HMACSHA512, masterKey.ToSecret());