7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\HKDF.cs (1)
283return HMACSHA384.HashSizeInBytes;
System\Security\Cryptography\HMACSHA384.cs (6)
119byte[] buffer = new byte[HashSizeInBytes]; 163if (destination.Length < HashSizeInBytes) 170Debug.Assert(bytesWritten == HashSizeInBytes); 199if (destination.Length < HashSizeInBytes) 227return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA384, HashSizeInBytes, key, source); 330if (destination.Length < HashSizeInBytes)