4 references to SP800_108_CTR_HMACSHA512Util
Microsoft.AspNetCore.DataProtection (4)
Cng\CbcAuthenticatedEncryptor.cs (2)
43
_sp800_108_ctr_hmac_provider =
SP800_108_CTR_HMACSHA512Util
.CreateProvider(keyDerivationKey);
94
using (var provider =
SP800_108_CTR_HMACSHA512Util
.CreateEmptyProvider())
Cng\CngGcmAuthenticatedEncryptor.cs (2)
47
_sp800_108_ctr_hmac_provider =
SP800_108_CTR_HMACSHA512Util
.CreateProvider(keyDerivationKey);
85
using (var provider =
SP800_108_CTR_HMACSHA512Util
.CreateEmptyProvider())