6 references to AES_128_GCM
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (4)
110
return (EncryptionAlgorithm.
AES_128_GCM
<= algorithm && algorithm <= EncryptionAlgorithm.AES_256_GCM);
118
case EncryptionAlgorithm.
AES_128_GCM
:
141
case EncryptionAlgorithm.
AES_128_GCM
:
174
case 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
)]