Home
last modified time | relevance | path

Searched defs:pcrSelection (Results 1 – 3 of 3) sorted by relevance

/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c46 #define SET_PCR_SELECT_BIT( pcrSelection, pcr ) \ argument
49 #define CLEAR_PCR_SELECT_BITS( pcrSelection ) \ argument
54 #define SET_PCR_SELECT_SIZE( pcrSelection, size ) \ argument
530 TPML_PCR_SELECTION pcrSelection; in TestPcrExtend() local
1390 TPML_PCR_SELECTION pcrSelection; in TestQuote() local
1450 TPML_PCR_SELECTION pcrSelection; in TestPcrAllocate() local
/external/tpm2-tss/test/integration/
Desys-policy-regression.int.c127 TPML_PCR_SELECTION pcrSelection = { in test_esys_policy_regression() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPCR.c1065 TPML_PCR_SELECTION *pcrSelection // OUT: PCR allocation list in PCRCapGetAllocation()