33 writes to HashSizeValue
System.Security.Cryptography (33)
System\Security\Cryptography\HMACMD5.cs (1)
57HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA1.cs (1)
53HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA256.cs (1)
52HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA3_256.cs (1)
74HashSizeValue = HashSizeInBits;
System\Security\Cryptography\HMACSHA3_384.cs (1)
74HashSizeValue = HashSizeInBits;
System\Security\Cryptography\HMACSHA3_512.cs (1)
74HashSizeValue = HashSizeInBits;
System\Security\Cryptography\HMACSHA384.cs (1)
51HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\HMACSHA512.cs (1)
51HashSizeValue = _hMacCommon.HashSizeInBits;
System\Security\Cryptography\MD5.cs (2)
44HashSizeValue = HashSizeInBits; 206HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
19HashSizeValue = HashSizeInBits;
System\Security\Cryptography\SHA1.cs (2)
40HashSizeValue = HashSizeInBits; 194HashSizeValue = _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)
40HashSizeValue = HashSizeInBits; 194HashSizeValue = _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)
43HashSizeValue = HashSizeInBits; 237HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA3_384.cs (2)
43HashSizeValue = HashSizeInBits; 238HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA3_512.cs (2)
43HashSizeValue = HashSizeInBits; 237HashSizeValue = _hashProvider.HashSizeInBytes * 8;
System\Security\Cryptography\SHA384.cs (2)
40HashSizeValue = HashSizeInBits; 193HashSizeValue = _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)
40HashSizeValue = HashSizeInBits; 193HashSizeValue = _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)
58Debug.Assert(HashSizeValue == HashSizeInBits);
System\Security\Cryptography\HMACSHA1.cs (1)
54Debug.Assert(HashSizeValue == HashSizeInBits);
System\Security\Cryptography\HMACSHA256.cs (1)
53Debug.Assert(HashSizeValue == HashSizeInBits);
System\Security\Cryptography\HMACSHA3_256.cs (1)
75Debug.Assert(HashSizeValue == _hMacCommon.HashSizeInBits);
System\Security\Cryptography\HMACSHA3_384.cs (1)
75Debug.Assert(HashSizeValue == _hMacCommon.HashSizeInBits);
System\Security\Cryptography\HMACSHA3_512.cs (1)
75Debug.Assert(HashSizeValue == _hMacCommon.HashSizeInBits);
System\Security\Cryptography\HMACSHA384.cs (1)
52Debug.Assert(HashSizeValue == HashSizeInBits);