Searched refs:commandLocality (Results 1 – 9 of 9) sorted by relevance
/external/tpm2/ |
D | PolicyLocality.c | 49 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, &bufferSize); in TPM2_PolicyLocality() 107 TPMA_LOCALITY_Unmarshal(&session->commandLocality, &buffer, in TPM2_PolicyLocality()
|
D | PCR.c | 621 UINT8 commandLocality; in PCRIsResetAllowed() local 625 commandLocality = _plat__LocalityGet(); in PCRIsResetAllowed() 628 if(commandLocality == 4) in PCRIsResetAllowed() 631 localityBits = localityBits << commandLocality; in PCRIsResetAllowed() 674 UINT8 commandLocality; in PCRIsExtendAllowed() local 678 commandLocality = _plat__LocalityGet(); in PCRIsExtendAllowed() 679 localityBits = localityBits << commandLocality; in PCRIsExtendAllowed()
|
D | Session.c | 665 MemorySet(&session->commandLocality, 0, sizeof(session->commandLocality)); in SessionResetPolicyData()
|
D | Global.h | 325 TPMA_LOCALITY commandLocality; // command locality (policy session) member
|
D | SessionProcess.c | 791 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, &bufferSize); in CheckPolicyAuthSession()
|
D | part3.txt | 962 6) if policySession->commandLocality has been set, it shall match the locality of the command 10606 … commandLocality – this parameter is the logical AND of all enabled localities. All localitie… 11744 policySession→commandLocality is a parameter kept in the session context. When the policy session is 11747 TPM will validate that policySession→commandLocality has not previously been set or that the current 11748 value of policySession→commandLocality is the same as locality (TPM_RC_RANGE). 11749 … locality is not an extended locality, the TPM will validate that the policySession→commandLocality 11755 Then policySession→commandLocality is updated to indicate which localities are still allowed after 11758 the command is not one of the enabled localities in policySession→commandLocality. 11844 32 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); 11907 90 TPMA_LOCALITY_Unmarshal(&session->commandLocality, &buffer,
|
D | part4.txt | 1912 190 TPMA_LOCALITY commandLocality; // command locality (policy … 4629 678 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); 13093 493 UINT8 commandLocality; 13098 498 commandLocality = _plat__LocalityGet(); 13102 502 if(commandLocality == 4) 13106 506 localityBits = localityBits << commandLocality; 13155 528 UINT8 commandLocality; 13160 533 commandLocality = _plat__LocalityGet(); 13161 534 localityBits = localityBits << commandLocality; 14939 574 MemorySet(&session->commandLocality, 0, sizeof(session->commandLocality));
|
/external/tpm2/generator/ |
D | raw_commands.txt | 1517 6) if policySession->commandLocality has been set, it shall match the locality of the command 18889 commandLocality – this parameter is the logical AND of all enabled localities. All localities are 20991 policySession→commandLocality is a parameter kept in the session context. It is initialized when the 20994 TPM will validate that policySession→commandLocality is has not previously been set or that the cur… 20995 value of policySession→commandLocality is the same as locality (TPM_RC_RANGE). 20996 … locality is not an extended locality, the TPM will validate that the policySession→commandLocality 21006 Then policySession→commandLocality is updated to indicate which localities are still allowed after 21009 the command is not one of the enabled localities in policySession→commandLocality. 21196 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); 21302 TPMA_LOCALITY_Unmarshal(&session->commandLocality, &buffer,
|
D | raw_commands_fixed.txt | 1517 6) if policySession->commandLocality has been set, it shall match the locality of the command 18900 commandLocality – this parameter is the logical AND of all enabled localities. All localities are 21002 policySession→commandLocality is a parameter kept in the session context. It is initialized when the 21005 TPM will validate that policySession→commandLocality is has not previously been set or that the cur… 21006 value of policySession→commandLocality is the same as locality (TPM_RC_RANGE). 21007 … locality is not an extended locality, the TPM will validate that the policySession→commandLocality 21017 Then policySession→commandLocality is updated to indicate which localities are still allowed after 21020 the command is not one of the enabled localities in policySession→commandLocality. 21207 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); 21313 TPMA_LOCALITY_Unmarshal(&session->commandLocality, &buffer,
|