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

  /external/tpm2/
Session.c 32 CONTEXT_SLOT lowBits;
33 CONTEXT_SLOT entry;
34 CONTEXT_SLOT smallest = ((CONTEXT_SLOT) ~0);
39 lowBits = (CONTEXT_SLOT)gr.contextCounter;
49 if(((CONTEXT_SLOT) (entry - lowBits)) <= smallest)
218 CONTEXT_SLOT sessionIndex;
268 if( (CONTEXT_SLOT)gr.contextCounter
282 gr.contextArray[*handle] = (CONTEXT_SLOT)(sessionIndex+1);
315 CONTEXT_SLOT slotIndex
    [all...]
PropertyCap.c 133 *value = (1 << (sizeof(CONTEXT_SLOT) * 8)) - 1;
Global.h     [all...]
Implementation.h 244 #define CONTEXT_SLOT UINT16
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 92 typedef UINT16 CONTEXT_SLOT;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 236 #if !defined(CONTEXT_SLOT)
237 #define CONTEXT_SLOT trunks::UINT16
    [all...]

Completed in 190 milliseconds