HomeSort by relevance Sort by last modified time
    Searched refs:CryptCompleteHash (Results 1 - 7 of 7) sorted by null

  /external/tpm2/
EventSequenceComplete.c 72 CryptCompleteHash(&hashObject->state.hashState[i],
PCR_Event.c 58 CryptCompleteHash(&hashState, size,
Object.c 561 CryptCompleteHash(&hashObject->state.hashState[count], 0, buffer);
742 CryptCompleteHash(&hashState, name->t.size, &name->t.name[2]);
772 CryptCompleteHash(&hashState, qualifiedName->t.size,
CryptUtil_fp.h 50 CryptCompleteHash(void *state, // IN: the state of hash stack
PCR.c 712 CryptCompleteHash(&hashState, pcrSize, pcrData);
    [all...]
CryptUtil.c 412 // 10.2.4.11 CryptCompleteHash()
416 // the context type is a hash or HMAC. If an HMAC, then the call is forwarded to CryptCompleteHash().
425 CryptCompleteHash(
467 retVal = CryptCompleteHash(state, digest->size, digest->buffer);
    [all...]
NV.c     [all...]

Completed in 215 milliseconds