Lines Matching defs:hashState
1384 HASH_STATE hashState;1392 digestSize = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState);1393 CryptUpdateDigest(&hashState, dataSize, marshalBuffer);1395 CryptCompleteHash(&hashState, digestSize, &((BYTE *)name)[2]);