10 references to HashSizeInBytes
System.Net.Security (3)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (3)
384Debug.Assert(written == HMACMD5.HashSizeInBytes); 664Span<byte> sessionBaseKey = stackalloc byte[HMACMD5.HashSizeInBytes]; 666Debug.Assert(sessionKeyWritten == HMACMD5.HashSizeInBytes);
System.Security.Cryptography (7)
System\Security\Cryptography\HKDF.cs (1)
303return HMACMD5.HashSizeInBytes;
System\Security\Cryptography\HMACMD5.cs (6)
106byte[] buffer = new byte[HashSizeInBytes]; 152if (destination.Length < HashSizeInBytes) 159Debug.Assert(bytesWritten == HashSizeInBytes); 189if (destination.Length < HashSizeInBytes) 218return LiteHashProvider.HmacStream(HashAlgorithmNames.MD5, HashSizeInBytes, key, source); 325if (destination.Length < HashSizeInBytes)