4 references to CreateHmac
Microsoft.AspNetCore.DataProtection (4)
Cng\CbcAuthenticatedEncryptor.cs (3)
108
using (var hashHandle = _hmacAlgorithmHandle.
CreateHmac
(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))
350
using (var hashHandle = _hmacAlgorithmHandle.
CreateHmac
(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))
541
using (var hashHandle = _hmacAlgorithmHandle.
CreateHmac
(pbHmacSubkey, _hmacAlgorithmSubkeyLengthInBytes))
SP800_108\Win7SP800_108_CTR_HMACSHA512Provider.cs (1)
17
_hashHandle = CachedAlgorithmHandles.HMAC_SHA512.
CreateHmac
(pbKdk, cbKdk);