3 references to SetChainingMode
Microsoft.AspNetCore.Cryptography.Internal (1)
Cng\CachedAlgorithmHandles.cs (1)
51algHandle.SetChainingMode(chainingMode);
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
127algorithmHandle.SetChainingMode(Constants.BCRYPT_CHAIN_MODE_CBC);
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactory.cs (1)
93algorithmHandle.SetChainingMode(Constants.BCRYPT_CHAIN_MODE_GCM);