Searched refs:pcrNum (Results 1 – 9 of 9) sorted by relevance
/external/vboot_reference/firmware/lib/tpm_lite/include/ |
D | tlcl_structures.h | 5 uint16_t pcrNum; member 110 uint16_t pcrNum; member
|
/external/tpm2/ |
D | PCR_SetAuthPolicy_fp.h | 16 TPMI_DH_PCR pcrNum; member
|
D | PCR_SetAuthPolicy.c | 39 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) in TPM2_PCR_SetAuthPolicy()
|
D | Marshal_PCR_SetAuthPolicy.c | 17 target->pcrNum = request_handles[1]; in PCR_SetAuthPolicy_In_Unmarshal()
|
D | part3.txt | 9293 For each list entry, the TPM will check to see if pcrNum is implemented for that algorithm. If so, … 9295 …PCR.digestnew [pcrNum][alg] ≔ Halg(PCR.digestold [pcrNum][alg] || data[alg].buffer)) … 9300 pcrNum the PCR numeric selector (pcrHandle) 9829 allowing a policy. If the TPM implementation does not allow a policy for pcrNum, the TPM shall retu… 9832 pcrNum that selects any of the PCR in the group will change the policy for all PCR in the group. 9875 TPMI_DH_PCR pcrNum the PCR for which the policy is to be set 9904 … TPM_RC_VALUE PCR referenced by pcrNum is not a member of a PCR policy group 9928 26 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) 9959 authorization for pcrNum, the TPM shall return TPM_RC_VALUE. A platform-specific specification may 9960 group PCR so that they share a common authorization value. In such case, a pcrNum that selects any …
|
/external/vboot_reference/firmware/lib/tpm_lite/ |
D | tlcl.c | 243 ToTpmUint32(cmd.buffer + tpm_pcr_read_cmd.pcrNum, index); in TlclPCRRead() 391 ToTpmUint32(cmd.buffer + tpm_extend_cmd.pcrNum, pcr_num); in TlclExtend()
|
/external/tpm2/generator/ |
D | raw_commands.txt | 16615 For each list entry, the TPM will check to see if pcrNum is implemented for that algorithm. If so, … 16618 PCR.digestnew [pcrNum][alg] ≔ Halg(PCR.digestold [pcrNum][alg] || data[alg].buffer)) 16633 pcrNum 17556 allowing a policy. If the TPM implementation does not allow a policy for pcrNum, the TPM shall retu… 17559 pcrNum that selects any of the PCR in the group will change the policy for all PCR in the group. 17639 pcrNum 17728 PCR referenced by pcrNum is not a member of a PCR policy group 17758 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) 17790 authorization for pcrNum, the TPM shall return TPM_RC_VALUE. A platform-specific specification may 17791 group PCR so that they share a common authorization value. In such case, a pcrNum that selects any …
|
D | raw_commands_fixed.txt | 16626 For each list entry, the TPM will check to see if pcrNum is implemented for that algorithm. If so, … 16629 PCR.digestnew [pcrNum][alg] ≔ Halg(PCR.digestold [pcrNum][alg] || data[alg].buffer)) 16644 pcrNum 17567 allowing a policy. If the TPM implementation does not allow a policy for pcrNum, the TPM shall retu… 17570 pcrNum that selects any of the PCR in the group will change the policy for all PCR in the group. 17650 pcrNum 17739 PCR referenced by pcrNum is not a member of a PCR policy group 17769 if(!PCRBelongsPolicyGroup(in->pcrNum, &groupIndex)) 17801 authorization for pcrNum, the TPM shall return TPM_RC_VALUE. A platform-specific specification may 17802 group PCR so that they share a common authorization value. In such case, a pcrNum that selects any …
|
D | commands.txt | 1455 _NAME pcrNum
|