7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
379
return HMACSHA3_512.
HashSizeInBytes
;
System\Security\Cryptography\HMACSHA3_512.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_512,
HashSizeInBytes
, key, source);
354
if (destination.Length <
HashSizeInBytes
)