8 references to HashSizeInBytes
Microsoft.AspNetCore.DataProtection (1)
SP800_108\ManagedSP800_108_CTR_HMACSHA512.cs (1)
57HMACSHA512.HashSizeInBytes;
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
374return HMACSHA512.HashSizeInBytes;
System\Security\Cryptography\HMACSHA512.cs (6)
116byte[] buffer = new byte[HashSizeInBytes]; 160if (destination.Length < HashSizeInBytes) 167Debug.Assert(bytesWritten == HashSizeInBytes); 196if (destination.Length < HashSizeInBytes) 224return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA512, HashSizeInBytes, key, source); 327if (destination.Length < HashSizeInBytes)