2 references to BCRYPT_CHAIN_MODE_GCM
Microsoft.AspNetCore.Cryptography.Internal (1)
Cng\CachedAlgorithmHandles.cs (1)
16private static CachedAlgorithmInfo _aesGcm = new CachedAlgorithmInfo(() => GetAesAlgorithm(chainingMode: Constants.BCRYPT_CHAIN_MODE_GCM));
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactory.cs (1)
93algorithmHandle.SetChainingMode(Constants.BCRYPT_CHAIN_MODE_GCM);