Searched refs:pcrSelection (Results 1 – 4 of 4) sorted by relevance
46 #define SET_PCR_SELECT_BIT( pcrSelection, pcr ) \ argument47 … (pcrSelection).pcrSelect[( (pcr)/8 )] |= ( 1 << ( (pcr) % 8) );49 #define CLEAR_PCR_SELECT_BITS( pcrSelection ) \ argument50 (pcrSelection).pcrSelect[0] = 0; \51 (pcrSelection).pcrSelect[1] = 0; \52 (pcrSelection).pcrSelect[2] = 0;54 #define SET_PCR_SELECT_SIZE( pcrSelection, size ) \ argument55 (pcrSelection).sizeofSelect = size;530 TPML_PCR_SELECTION pcrSelection; in TestPcrExtend() local559 pcrSelection.count = 1; in TestPcrExtend()[all …]
282 TPML_PCR_SELECTION *pcrSelection // OUT: PCR allocation list
127 TPML_PCR_SELECTION pcrSelection = { in test_esys_policy_regression() local147 ESYS_TR_NONE, &pcr_digest_zero, &pcrSelection); in test_esys_policy_regression()
1065 TPML_PCR_SELECTION *pcrSelection // OUT: PCR allocation list in PCRCapGetAllocation() argument1070 pcrSelection->count = 0; in PCRCapGetAllocation()1075 *pcrSelection = gp.pcrAllocated; in PCRCapGetAllocation()