10 references to HashCore
System.Core (10)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
242
HashCore
(buffer, 0, bytesRead);
System\Security\Cryptography\ECDsaCng.cs (3)
282
hashAlgorithm.
HashCore
(data, offset, count);
380
hashAlgorithm.
HashCore
(data, offset, count);
454
hasher.
HashCore
(data, offset, count);
System\Security\Cryptography\MD5Cng.cs (1)
47
m_hashAlgorithm.
HashCore
(array, ibStart, cbSize);
System\Security\Cryptography\RsaCng.cs (1)
170
hasher.
HashCore
(data, offset, count);
System\Security\Cryptography\SHA1Cng.cs (1)
44
m_hashAlgorithm.
HashCore
(array, ibStart, cbSize);
System\Security\Cryptography\SHA256Cng.cs (1)
43
m_hashAlgorithm.
HashCore
(array, ibStart, cbSize);
System\Security\Cryptography\SHA384Cng.cs (1)
43
m_hashAlgorithm.
HashCore
(array, ibStart, cbSize);
System\Security\Cryptography\SHA512Cng.cs (1)
43
m_hashAlgorithm.
HashCore
(array, ibStart, cbSize);