3 references to GetHmacAlgorithm
Microsoft.AspNetCore.Cryptography.Internal (3)
Cng\CachedAlgorithmHandles.cs (3)
17
private static CachedAlgorithmInfo _hmacSha1 = new CachedAlgorithmInfo(() =>
GetHmacAlgorithm
(algorithm: Constants.BCRYPT_SHA1_ALGORITHM));
18
private static CachedAlgorithmInfo _hmacSha256 = new CachedAlgorithmInfo(() =>
GetHmacAlgorithm
(algorithm: Constants.BCRYPT_SHA256_ALGORITHM));
19
private static CachedAlgorithmInfo _hmacSha512 = new CachedAlgorithmInfo(() =>
GetHmacAlgorithm
(algorithm: Constants.BCRYPT_SHA512_ALGORITHM));