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