Lines Matching refs:PHASH_STATE
197 PHASH_STATE state // IN: the context to check in CryptHashGetContextAlg()
274 PHASH_STATE internalFmt, // OUT: the hash state formatted for use by in CryptHashImportState()
317 PHASH_STATE hashState, // IN: the hash state in HashEnd()
359 PHASH_STATE hashState, // OUT: the running hash state in CryptHashStart()
388 PHASH_STATE hashState, // IN: the hash context information in CryptDigestUpdate()
419 PHASH_STATE hashState, // IN: the state of hash stack in CryptHashEnd()
458 PHASH_STATE state, // IN: the digest state in CryptDigestUpdate2B()
480 PHASH_STATE state, // IN: the hash state in CryptHashEnd2B()
559 CryptHashStart((PHASH_STATE)state, hashAlg); in CryptHmacStart()
560 CryptDigestUpdate((PHASH_STATE)state, state->hmacKey.t.size, in CryptHmacStart()
589 PHASH_STATE hState = (PHASH_STATE)&state->hashState; in CryptHmacEnd()