HomeSort by relevance Sort by last modified time
    Searched defs:commandLocality (Results 1 - 2 of 2) sorted by null

  /external/tpm2/
PCR.c 622 UINT8 commandLocality;
626 commandLocality = _plat__LocalityGet();
629 if(commandLocality == 4)
632 localityBits = localityBits << commandLocality;
675 UINT8 commandLocality;
679 commandLocality = _plat__LocalityGet();
680 localityBits = localityBits << commandLocality;
    [all...]
Global.h 331 TPMA_LOCALITY commandLocality; // command locality (policy session)
    [all...]

Completed in 96 milliseconds