5 references to HashSizeInBytes
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
87digestLengthInBytes = SHA384.HashSizeInBytes;
System\Security\Cryptography\CryptographicOperations.cs (1)
1071return SHA384.HashSizeInBytes;
System\Security\Cryptography\SHA384.cs (1)
23static int IHashStatic.HashSizeInBytes => HashSizeInBytes;
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
29Span<byte> destination = stackalloc byte[HashSizeInBytes];
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
45cbSalt = SHA384.HashSizeInBytes;