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