8 references to HashSizeInBytes
System.Security.Cryptography (8)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
96
digestLengthInBytes = SHA3_384.
HashSizeInBytes
;
System\Security\Cryptography\CryptographicOperations.cs (1)
798
return SHA3_384.
HashSizeInBytes
;
System\Security\Cryptography\SHA3_384.cs (6)
90
byte[] buffer = new byte[
HashSizeInBytes
];
139
if (destination.Length <
HashSizeInBytes
)
146
Debug.Assert(bytesWritten ==
HashSizeInBytes
);
177
if (destination.Length <
HashSizeInBytes
)
209
return LiteHashProvider.HashStream(HashAlgorithmNames.SHA3_384,
HashSizeInBytes
, source);
274
if (destination.Length <
HashSizeInBytes
)