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