Lines Matching defs:hashState
202 HASH_STATE hashState;
204 integrity->t.size = CryptStartHash(hashAlg, &hashState);
206 CryptUpdateDigest(&hashState, dataSize, sensitiveData);
208 CryptUpdateDigest2B(&hashState, &name->b);
210 CryptCompleteHash2B(&hashState, &integrity->b);
601 HASH_STATE hashState;
646 creationDigest->t.size = CryptStartHash(nameHashAlg, &hashState);
647 CryptUpdateDigest(&hashState, outCreation->t.size, creationBuffer);
648 CryptCompleteHash2B(&hashState, &creationDigest->b);