Home
last modified time | relevance | path

Searched refs:commandLocality (Results 1 – 5 of 5) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyLocality.c75 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in TPM2_PolicyLocality()
132 TPMA_LOCALITY_Unmarshal(&session->commandLocality, &buffer, in TPM2_PolicyLocality()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c641 UINT8 commandLocality; in PCRIsResetAllowed() local
646 commandLocality = _plat__LocalityGet(); in PCRIsResetAllowed()
650 if(commandLocality == 4) in PCRIsResetAllowed()
654 localityBits = localityBits << commandLocality; in PCRIsResetAllowed()
693 UINT8 commandLocality; in PCRIsExtendAllowed() local
698 commandLocality = _plat__LocalityGet(); in PCRIsExtendAllowed()
699 localityBits = localityBits << commandLocality; in PCRIsExtendAllowed()
DSession.c851 MemorySet(&session->commandLocality, 0, sizeof(session->commandLocality)); in SessionResetPolicyData()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h344 TPMA_LOCALITY commandLocality; // command locality (policy session) member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c1043 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in CheckPolicyAuthSession()