7 references to HashSizeInBytes
System.Security.Cryptography (7)
System\Security\Cryptography\Helpers.cs (1)
367
return HMACSHA512.
HashSizeInBytes
;
System\Security\Cryptography\HMACSHA512.cs (6)
116
byte[] buffer = new byte[
HashSizeInBytes
];
160
if (destination.Length <
HashSizeInBytes
)
167
Debug.Assert(bytesWritten ==
HashSizeInBytes
);
196
if (destination.Length <
HashSizeInBytes
)
224
return LiteHashProvider.HmacStream(HashAlgorithmNames.SHA512,
HashSizeInBytes
, key, source);
327
if (destination.Length <
HashSizeInBytes
)