Searched refs:pcrSelectionIn (Results 1 – 7 of 7) sorted by relevance
/external/tpm2/ |
D | PCR_Read.c | 20 PCRRead(&in->pcrSelectionIn, &out->pcrValues, &out->pcrUpdateCounter); in TPM2_PCR_Read() 22 out->pcrSelectionOut = in->pcrSelectionIn; in TPM2_PCR_Read()
|
D | PCR_Read_fp.h | 12 typedef struct { TPML_PCR_SELECTION pcrSelectionIn; } PCR_Read_In; member
|
D | Marshal_PCR_Read.c | 46 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrSelectionIn, buffer, size); in PCR_Read_In_Unmarshal()
|
D | part3.txt | 9578 This command returns the values of all PCR specified in pcrSelectionIn. 9579 The TPM will process the list of TPMS_PCR_SELECTION in pcrSelectionIn in order. Within each 9614 TPML_PCR_SELECTION pcrSelectionIn The selection of PCR to read 9652 12 // Call PCR read function. input pcrSelectionIn parameter could be changed 9654 14 PCRRead(&in->pcrSelectionIn, &out->pcrValues, &out->pcrUpdateCounter); 9656 16 out->pcrSelectionOut = in->pcrSelectionIn;
|
/external/tpm2/generator/ |
D | commands.txt | 1384 _NAME pcrSelectionIn
|
D | raw_commands.txt | 17154 The TPM will process the list of TPMS_PCR_SELECTION in pcrSelectionIn in order. Within each 17207 pcrSelectionIn 17301 // Call PCR read function. input pcrSelectionIn parameter could be changed 17303 PCRRead(&in->pcrSelectionIn, &out->pcrValues, &out->pcrUpdateCounter); 17304 out->pcrSelectionOut = in->pcrSelectionIn;
|
D | raw_commands_fixed.txt | 17165 The TPM will process the list of TPMS_PCR_SELECTION in pcrSelectionIn in order. Within each 17218 pcrSelectionIn 17312 // Call PCR read function. input pcrSelectionIn parameter could be changed 17314 PCRRead(&in->pcrSelectionIn, &out->pcrValues, &out->pcrUpdateCounter); 17315 out->pcrSelectionOut = in->pcrSelectionIn;
|