8 references to HashSizeInBytes
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
99
digestLengthInBytes = SHA3_512.
HashSizeInBytes
;
System\Security\Cryptography\CryptographicOperations.cs (1)
805
return SHA3_512.
HashSizeInBytes
;
System\Security\Cryptography\SHA3_512.cs (6)
90
byte[] buffer = new byte[
HashSizeInBytes
];
138
if (destination.Length <
HashSizeInBytes
)
145
Debug.Assert(bytesWritten ==
HashSizeInBytes
);
176
if (destination.Length <
HashSizeInBytes
)
208
return LiteHashProvider.HashStream(HashAlgorithmNames.SHA3_512,
HashSizeInBytes
, source);
273
if (destination.Length <
HashSizeInBytes
)