2 references to BCRYPT_CHAIN_MODE_CBC
Microsoft.AspNetCore.Cryptography.Internal (1)
Cng\CachedAlgorithmHandles.cs (1)
15
private static CachedAlgorithmInfo _aesCbc = new CachedAlgorithmInfo(() => GetAesAlgorithm(chainingMode: Constants.
BCRYPT_CHAIN_MODE_CBC
));
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
127
algorithmHandle.SetChainingMode(Constants.
BCRYPT_CHAIN_MODE_CBC
);