Searched refs:pcrSelectionIn (Results 1 – 12 of 12) sorted by relevance
/external/tpm2-tss/src/tss2-sys/api/ |
D | Tss2_Sys_PCR_Read.c | 17 const TPML_PCR_SELECTION *pcrSelectionIn) in Tss2_Sys_PCR_Read_Prepare() argument 22 if (!ctx || !pcrSelectionIn) in Tss2_Sys_PCR_Read_Prepare() 29 rval = Tss2_MU_TPML_PCR_SELECTION_Marshal(pcrSelectionIn, in Tss2_Sys_PCR_Read_Prepare() 81 const TPML_PCR_SELECTION *pcrSelectionIn, in Tss2_Sys_PCR_Read() argument 90 if (!pcrSelectionIn) in Tss2_Sys_PCR_Read() 93 rval = Tss2_Sys_PCR_Read_Prepare(sysContext, pcrSelectionIn); in Tss2_Sys_PCR_Read()
|
/external/tpm2-tss/src/tss2-esys/api/ |
D | Esys_PCR_Read.c | 73 const TPML_PCR_SELECTION *pcrSelectionIn, in Esys_PCR_Read() argument 81 pcrSelectionIn); in Esys_PCR_Read() 148 const TPML_PCR_SELECTION *pcrSelectionIn) in Esys_PCR_Read_Async() argument 152 esysContext, pcrSelectionIn); in Esys_PCR_Read_Async() 170 r = Tss2_Sys_PCR_Read_Prepare(esysContext->sys, pcrSelectionIn); in Esys_PCR_Read_Async()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/ |
D | PCR_Read.c | 53 PCRRead(&in->pcrSelectionIn, &out->pcrValues, &out->pcrUpdateCounter); in TPM2_PCR_Read() 55 out->pcrSelectionOut = in->pcrSelectionIn; in TPM2_PCR_Read()
|
/external/tpm2-tss/test/integration/ |
D | esys-pcr-basic.int.c | 73 TPML_PCR_SELECTION pcrSelectionIn = { in test_esys_pcr_basic() local 93 &pcrSelectionIn, in test_esys_pcr_basic() 139 &pcrSelectionIn, in test_esys_pcr_basic()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | PCR_Read_fp.h | 47 TPML_PCR_SELECTION pcrSelectionIn; member
|
/external/tpm2-tss/include/tss2/ |
D | tss2_sys.h | 1074 const TPML_PCR_SELECTION *pcrSelectionIn); 1085 const TPML_PCR_SELECTION *pcrSelectionIn,
|
D | tss2_esys.h | 1598 const TPML_PCR_SELECTION *pcrSelectionIn, 1609 const TPML_PCR_SELECTION *pcrSelectionIn);
|
/external/tpm2-tss/test/unit/ |
D | esys-tcti-rcs.c | 1401 TPML_PCR_SELECTION pcrSelectionIn = { 0 }; in test_PCR_Read() local 1409 &pcrSelectionIn, in test_PCR_Read()
|
D | esys-tpm-rcs.c | 1381 TPML_PCR_SELECTION pcrSelectionIn = { 0 }; in test_PCR_Read() local 1389 &pcrSelectionIn, in test_PCR_Read()
|
D | esys-resubmissions.c | 1498 TPML_PCR_SELECTION pcrSelectionIn = { 0 }; in test_PCR_Read() local 1506 &pcrSelectionIn, in test_PCR_Read()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CommandDispatcher.h | 1116 result = TPML_PCR_SELECTION_Unmarshal(&in->pcrSelectionIn, paramBuffer, paramBufferSize);
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 601 …xt, ESYS_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPML_PCR_SELECTION *pcrSelectionIn) 602 …ndle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPML_PCR_SELECTION *pcrSelectionIn, UINT32 *pcrUp…
|