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