Home
last modified time | relevance | path

Searched refs:pcrSelectionIn (Results 1 – 7 of 7) sorted by relevance

/external/tpm2/
DPCR_Read.c20 PCRRead(&in->pcrSelectionIn, &out->pcrValues, &out->pcrUpdateCounter); in TPM2_PCR_Read()
22 out->pcrSelectionOut = in->pcrSelectionIn; in TPM2_PCR_Read()
DPCR_Read_fp.h12 typedef struct { TPML_PCR_SELECTION pcrSelectionIn; } PCR_Read_In; member
DMarshal_PCR_Read.c46 result = TPML_PCR_SELECTION_Unmarshal(&target->pcrSelectionIn, buffer, size); in PCR_Read_In_Unmarshal()
Dpart3.txt9578 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/
Dcommands.txt1384 _NAME pcrSelectionIn
Draw_commands.txt17154 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;
Draw_commands_fixed.txt17165 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;