Home
last modified time | relevance | path

Searched refs:TRANSIENT_FIRST (Results 1 – 13 of 13) sorted by relevance

/external/tpm2/
DObject.c82 slotIndex = handle - TRANSIENT_FIRST; in ObjectIsPresent()
124 pAssert( handle >= TRANSIENT_FIRST in ObjectGet()
125 && handle - TRANSIENT_FIRST < MAX_LOADED_OBJECTS); in ObjectGet()
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE); in ObjectGet()
129 return &s_objects[handle - TRANSIENT_FIRST].object.entity; in ObjectGet()
269 *handle = i + TRANSIENT_FIRST; in ObjectAllocateSlot()
605 UINT32 index = handle - TRANSIENT_FIRST; in ObjectFlush()
850 for(i = handle - TRANSIENT_FIRST; i < MAX_LOADED_OBJECTS; i++) in ObjectCapGetLoaded()
860 handleList->handle[handleList->count] = i + TRANSIENT_FIRST; in ObjectCapGetLoaded()
D_TPM_Hash_Start.c45 for(handle = TRANSIENT_FIRST; handle < TRANSIENT_LAST; handle++) in _TPM_Hash_Start()
Dmarshal_test.c213 SETUP_TYPE(TPMI_DH_ENTITY, TRANSIENT_FIRST+1) in InterfaceSuccessTest()
225 CHECK_EQ(value, TRANSIENT_FIRST+1); in InterfaceSuccessTest()
259 SETUP_TYPE(TPMI_DH_OBJECT, TRANSIENT_FIRST-1) in InterfaceRangeFailureTest()
DContextLoad.c100 in->context.savedHandle = TRANSIENT_FIRST; in TPM2_ContextLoad()
Dtpm_types.h415 #define TRANSIENT_FIRST (HR_TRANSIENT + 0) macro
418 #define TRANSIENT_LAST (TRANSIENT_FIRST+MAX_LOADED_OBJECTS-1)
Dtpm_generated.c3954 if ((*target >= TRANSIENT_FIRST) && (*target <= TRANSIENT_LAST)) { in TPMI_DH_CONTEXT_Unmarshal()
3990 if ((*target >= TRANSIENT_FIRST) && (*target <= TRANSIENT_LAST)) { in TPMI_DH_ENTITY_Unmarshal()
4030 if ((*target >= TRANSIENT_FIRST) && (*target <= TRANSIENT_LAST)) { in TPMI_DH_OBJECT_Unmarshal()
7611 if (*target == TRANSIENT_FIRST) { in TPM_HC_Unmarshal()
Dpart4.txt11398 51 slotIndex = handle - TRANSIENT_FIRST;
11446 75 pAssert( handle >= TRANSIENT_FIRST
11447 76 && handle - TRANSIENT_FIRST < MAX_LOADED_OBJECTS);
11448 77 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE);
11452 81 return &s_objects[handle - TRANSIENT_FIRST].object.entity;
11609 175 *handle = i + TRANSIENT_FIRST;
12013 470 UINT32 index = handle - TRANSIENT_FIRST;
12302 671 for(i = handle - TRANSIENT_FIRST; i < MAX_LOADED_OBJECTS; i++)
12313 682 handleList->handle[handleList->count] = i + TRANSIENT_FIRST;
17536 {TRANSIENT_FIRST:TRANSIENT_LAST} allowed range for transient objects
[all …]
Dpart3.txt10231 33 // are going to check (TRANSIENT_FIRST) will be occupied. It will be freed
10233 35 for(handle = TRANSIENT_FIRST; handle < TRANSIENT_LAST; handle++)
16313 80 in->context.savedHandle = TRANSIENT_FIRST;
17069 …the first read, set the property to TRANSIENT_FIRST and propertyCount to one. If a transient object
/external/tpm2/generator/
Dstructures.txt591 _NAME TRANSIENT_FIRST
649 _MIN TRANSIENT_FIRST
666 _MIN TRANSIENT_FIRST
706 _MIN TRANSIENT_FIRST
Draw_structures.txt7755 TRANSIENT_FIRST
7775 (TRANSIENT_FIRST+MAX_LOADED_OBJECTS-1)
9416 {TRANSIENT_FIRST:TRANSIENT_LAST}
9474 {TRANSIENT_FIRST : TRANSIENT_LAST}
9611 {TRANSIENT_FIRST:TRANSIENT_LAST}
Draw_structures_fixed.txt7780 TRANSIENT_FIRST
7800 (TRANSIENT_FIRST+MAX_LOADED_OBJECTS-1)
9429 {TRANSIENT_FIRST:TRANSIENT_LAST}
9487 {TRANSIENT_FIRST:TRANSIENT_LAST}
9624 {TRANSIENT_FIRST:TRANSIENT_LAST}
Draw_commands.txt18281 // are going to check (TRANSIENT_FIRST) will be occupied. It will be freed
18283 for(handle = TRANSIENT_FIRST; handle < TRANSIENT_LAST; handle++)
29503 in->context.savedHandle = TRANSIENT_FIRST;
30810 the first read, set the property to TRANSIENT_FIRST and propertyCount to one. If a transient object
Draw_commands_fixed.txt18292 // are going to check (TRANSIENT_FIRST) will be occupied. It will be freed
18294 for(handle = TRANSIENT_FIRST; handle < TRANSIENT_LAST; handle++)
29514 in->context.savedHandle = TRANSIENT_FIRST;
30821 the first read, set the property to TRANSIENT_FIRST and propertyCount to one. If a transient object