Home | History | Annotate | Download | only in tpm2

Lines Matching refs:pAssert

77    pAssert(HandleGetType(handle) == TPM_HT_TRANSIENT);
104 pAssert (object != NULL);
124 pAssert( handle >= TRANSIENT_FIRST
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE);
391 pAssert(FALSE);
420 pAssert(&((*object)->auth) == &objectHash->publicArea.authPolicy);
606 pAssert(ObjectIsPresent(handle));
647 pAssert(FALSE);
844 pAssert(HandleGetType(handle) == TPM_HT_TRANSIENT);
855 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR);