2 references to GetDigestSizeInBytes
Microsoft.AspNetCore.DataProtection (2)
Managed\ManagedAuthenticatedEncryptor.cs (1)
58
_validationAlgorithmDigestLengthInBytes = validationAlgorithm.
GetDigestSizeInBytes
();
SP800_108\ManagedSP800_108_CTR_HMACSHA512.cs (1)
35
var prfOutputSizeInBytes = prf.
GetDigestSizeInBytes
();