6 references to AES_128_GCM
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (4)
110return (EncryptionAlgorithm.AES_128_GCM <= algorithm && algorithm <= EncryptionAlgorithm.AES_256_GCM); 118case EncryptionAlgorithm.AES_128_GCM: 141case EncryptionAlgorithm.AES_128_GCM: 174case EncryptionAlgorithm.AES_128_GCM:
Microsoft.AspNetCore.DataProtection.Tests (2)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (2)
54[InlineData(EncryptionAlgorithm.AES_128_GCM)] 80[InlineData(EncryptionAlgorithm.AES_128_GCM)]