7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
375
return HMACSHA3_384.
HashSizeInBytes
;
System\Security\Cryptography\HMACSHA3_384.cs (6)
138
byte[] buffer = new byte[
HashSizeInBytes
];
184
if (destination.Length <
HashSizeInBytes
)
191
Debug.Assert(bytesWritten ==
HashSizeInBytes
);
220
if (destination.Length <
HashSizeInBytes
)
250
return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA3_384,
HashSizeInBytes
, key, source);
354
if (destination.Length <
HashSizeInBytes
)