Home
last modified time | relevance | path

Searched refs:eventSeq (Results 1 – 6 of 6) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Context/
DContext_spt.c204 int count = (object->attributes.eventSeq) ? HASH_COUNT : 1; in SequenceDataExport()
232 int count = (object->attributes.eventSeq) ? HASH_COUNT : 1; in SequenceDataImport()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/events/
D_TPM_Hash_Data.c56 pAssert(hashObject->attributes.eventSeq); in _TPM_Hash_Data()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/HashHMAC/
DSequenceUpdate.c66 if(object->attributes.eventSeq == SET) in TPM2_SequenceUpdate()
DEventSequenceComplete.c60 if(hashObject->attributes.eventSeq != SET) in TPM2_EventSequenceComplete()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DObject.c150 || object->attributes.eventSeq == SET); in ObjectIsSequence()
600 hashObject->attributes.eventSeq = SET; in ObjectCreateEventSequence()
623 if(hashObject->attributes.eventSeq) in ObjectTerminateEvent()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h157 unsigned eventSeq : 1; //10) SET for an event sequence object member