Searched refs:commandLocality (Results 1 – 5 of 5) sorted by relevance
75 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in TPM2_PolicyLocality()132 TPMA_LOCALITY_Unmarshal(&session->commandLocality, &buffer, in TPM2_PolicyLocality()
641 UINT8 commandLocality; in PCRIsResetAllowed() local646 commandLocality = _plat__LocalityGet(); in PCRIsResetAllowed()650 if(commandLocality == 4) in PCRIsResetAllowed()654 localityBits = localityBits << commandLocality; in PCRIsResetAllowed()693 UINT8 commandLocality; in PCRIsExtendAllowed() local698 commandLocality = _plat__LocalityGet(); in PCRIsExtendAllowed()699 localityBits = localityBits << commandLocality; in PCRIsExtendAllowed()
851 MemorySet(&session->commandLocality, 0, sizeof(session->commandLocality)); in SessionResetPolicyData()
344 TPMA_LOCALITY commandLocality; // command locality (policy session) member
1043 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in CheckPolicyAuthSession()