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