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