33 writes to HashSizeValue
System.Security.Cryptography (33)
System\Security\Cryptography\HMACMD5.cs (1)
47HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA1.cs (1)
46HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA256.cs (1)
45HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA3_256.cs (1)
67HashSizeValue = HashSizeInBits;
System\Security\Cryptography\HMACSHA3_384.cs (1)
67HashSizeValue = HashSizeInBits;
System\Security\Cryptography\HMACSHA3_512.cs (1)
67HashSizeValue = HashSizeInBits;
System\Security\Cryptography\HMACSHA384.cs (1)
44HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA512.cs (1)
44HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\MD5.cs (2)
34HashSizeValue = HashSizeInBits; 254HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
19HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA1.cs (2)
33HashSizeValue = HashSizeInBits; 245HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
22HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA1Managed.cs (1)
19HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA256.cs (2)
33HashSizeValue = HashSizeInBits; 245HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
22HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA256Managed.cs (1)
19HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA3_256.cs (2)
36HashSizeValue = HashSizeInBits; 300HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA3_384.cs (2)
36HashSizeValue = HashSizeInBits; 301HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA3_512.cs (2)
36HashSizeValue = HashSizeInBits; 300HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA384.cs (2)
33HashSizeValue = HashSizeInBits; 244HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
22HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA384Managed.cs (1)
19HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA512.cs (2)
33HashSizeValue = HashSizeInBits; 244HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
22HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA512Managed.cs (1)
19HashSizeValue = _hashProvider.HashSizeInBytes * 8;
10 references to HashSizeValue
System.Security.Cryptography (10)
System\Security\Cryptography\HashAlgorithm.cs (3)
30public virtual int HashSize => HashSizeValue; 57if (destination.Length < HashSizeValue / 8) 263int hashSizeInBytes = HashSizeValue / 8;
System\Security\Cryptography\HMACMD5.cs (1)
48Debug.Assert(HashSizeValue == HashSizeInBits);
System\Security\Cryptography\HMACSHA1.cs (1)
47Debug.Assert(HashSizeValue == HashSizeInBits);
System\Security\Cryptography\HMACSHA256.cs (1)
46Debug.Assert(HashSizeValue == HashSizeInBits);
System\Security\Cryptography\HMACSHA3_256.cs (1)
68Debug.Assert(HashSizeValue == _hMacCommon.HashSizeInBits);
System\Security\Cryptography\HMACSHA3_384.cs (1)
68Debug.Assert(HashSizeValue == _hMacCommon.HashSizeInBits);
System\Security\Cryptography\HMACSHA3_512.cs (1)
68Debug.Assert(HashSizeValue == _hMacCommon.HashSizeInBits);
System\Security\Cryptography\HMACSHA384.cs (1)
45Debug.Assert(HashSizeValue == HashSizeInBits);