2 references to GetAesAlgorithm
Microsoft.AspNetCore.Cryptography.Internal (2)
Cng\CachedAlgorithmHandles.cs (2)
15
private static CachedAlgorithmInfo _aesCbc = new CachedAlgorithmInfo(() =>
GetAesAlgorithm
(chainingMode: Constants.BCRYPT_CHAIN_MODE_CBC));
16
private static CachedAlgorithmInfo _aesGcm = new CachedAlgorithmInfo(() =>
GetAesAlgorithm
(chainingMode: Constants.BCRYPT_CHAIN_MODE_GCM));