Home
last modified time | relevance | path

Searched refs:objectHash (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DObject.c414 OBJECT *objectHash; // the hash as an object in AllocateSequenceSlot() local
415 if(!ObjectAllocateSlot(newHandle, &objectHash)) in AllocateSequenceSlot()
417 *object = (HASH_OBJECT *)objectHash; in AllocateSequenceSlot()
420 pAssert(&((*object)->auth) == &objectHash->publicArea.authPolicy); in AllocateSequenceSlot()
Dpart4.txt11781 307 OBJECT *objectHash; // the hash as an object
11783 309 if(!ObjectAllocateSlot(newHandle, &objectHash))
11786 312 *object = (HASH_OBJECT *)objectHash;
11790 316 pAssert(&((*object)->auth) == &objectHash->publicArea.authPolicy);