HomeSort by relevance Sort by last modified time
    Searched refs:MAX_LOADED_OBJECTS (Results 1 - 8 of 8) sorted by null

  /external/tpm2/
Object.c 26 for(i = 0; i < MAX_LOADED_OBJECTS; i++)
49 for(i = 0; i < MAX_LOADED_OBJECTS; i++)
83 if(slotIndex >= MAX_LOADED_OBJECTS)
125 && handle - TRANSIENT_FIRST < MAX_LOADED_OBJECTS);
257 for(i = 0; i < MAX_LOADED_OBJECTS; i++)
268 if(i == MAX_LOADED_OBJECTS) return FALSE;
628 for(i = 0; i < MAX_LOADED_OBJECTS; i++)
850 for(i = handle - TRANSIENT_FIRST; i < MAX_LOADED_OBJECTS; i++)
890 for(i = 0; i < MAX_LOADED_OBJECTS; i++)
Global.c 87 OBJECT_SLOT s_objects[MAX_LOADED_OBJECTS];
PropertyCap.c 104 *value = MAX_LOADED_OBJECTS;
Global.h     [all...]
Implementation.h 248 #define MAX_LOADED_OBJECTS 3
    [all...]
tpm_types.h 418 #define TRANSIENT_LAST (TRANSIENT_FIRST+MAX_LOADED_OBJECTS-1)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 96 #define MAX_LOADED_OBJECTS 3
    [all...]
  /system/tpm/trunks/
tpm_generated.h 248 #if !defined(MAX_LOADED_OBJECTS)
249 #define MAX_LOADED_OBJECTS 3
    [all...]

Completed in 88 milliseconds