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