Searched refs:CryptCompleteHash (Results 1 – 11 of 11) sorted by relevance
/external/tpm2/ |
D | PCR_Event.c | 58 CryptCompleteHash(&hashState, size, in TPM2_PCR_Event()
|
D | EventSequenceComplete.c | 72 CryptCompleteHash(&hashObject->state.hashState[i], in TPM2_EventSequenceComplete()
|
D | Object.c | 561 CryptCompleteHash(&hashObject->state.hashState[count], 0, buffer); in ObjectTerminateEvent() 742 CryptCompleteHash(&hashState, name->t.size, &name->t.name[2]); in ObjectComputeName() 772 CryptCompleteHash(&hashState, qualifiedName->t.size, in ObjectComputeQualifiedName()
|
D | CryptUtil_fp.h | 50 CryptCompleteHash(void *state, // IN: the state of hash stack
|
D | PCR.c | 711 CryptCompleteHash(&hashState, pcrSize, pcrData); in PCRExtend()
|
D | CryptUtil.c | 425 CryptCompleteHash( in CryptCompleteHash() function 467 retVal = CryptCompleteHash(state, digest->size, digest->buffer); in CryptCompleteHash2B()
|
D | NV.c | 1393 CryptCompleteHash(&hashState, digestSize, &((BYTE *)name)[2]); in NvGetName()
|
D | part4.txt | 642 …10.2.4.11 CryptCompleteHash() ................................................................… 10657 1115 CryptCompleteHash(&hashState, digestSize, &((BYTE *)name)[2]); 11960 440 CryptCompleteHash(&hashObject->state.hashState[count], 0, buffer); 12174 595 CryptCompleteHash(&hashState, name->t.size, &name->t.name[2]); 12215 624 CryptCompleteHash(&hashState, qualifiedName->t.size, 13196 563 CryptCompleteHash(&hashState, pcrSize, pcrData); 19774 10.2.4.11 CryptCompleteHash() 19778 … the context type is a hash or HMAC. If an HMAC, then the call is forwarded to CryptCompleteHash(). 19787 283 CryptCompleteHash( 19838 314 retVal = CryptCompleteHash(state, digest->size, digest->buffer);
|
D | part3.txt | 6987 30 // Get the hash algorithm before the algorithm is lost in CryptCompleteHash 7202 59 CryptCompleteHash(&hashObject->state.hashState[i], 9557 45 CryptCompleteHash(&hashState, size,
|
/external/tpm2/generator/ |
D | raw_commands.txt | 12707 CryptCompleteHash(&hashObject->state.hashState[i], 17126 CryptCompleteHash(&hashState, size,
|
D | raw_commands_fixed.txt | 12718 CryptCompleteHash(&hashObject->state.hashState[i], 17137 CryptCompleteHash(&hashState, size,
|