7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
367return 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)