7 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 (3)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (2)
54
[InlineData(EncryptionAlgorithm.
AES_128_GCM
)]
80
[InlineData(EncryptionAlgorithm.
AES_128_GCM
)]
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
635
[InlineData("small", EncryptionAlgorithm.
AES_128_GCM
, ValidationAlgorithm.HMACSHA256)]