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