Home
last modified time | relevance | path

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

/external/tpm2/
D_TPM_Hash_Data.c32 pAssert(hashObject->attributes.eventSeq); in _TPM_Hash_Data()
DSequenceUpdate.c35 if(object->attributes.eventSeq == SET) in TPM2_SequenceUpdate()
DEventSequenceComplete.c34 if(hashObject->attributes.eventSeq != SET) in TPM2_EventSequenceComplete()
DObject.c107 || object->attributes.eventSeq == SET) in ObjectIsSequence()
524 hashObject->attributes.eventSeq = SET; in ObjectCreateEventSequence()
553 if(hashObject->attributes.eventSeq) in ObjectTerminateEvent()
DContext_spt.c125 if(object->attributes.eventSeq) in SequenceDataImportExport()
DGlobal.h150 unsigned eventSeq : 1; member