Searched refs:pcr_profile (Results 1 – 4 of 4) sorted by relevance
37 ifapi_profile_checkpcrs(const TPML_PCR_SELECTION *pcr_profile);526 ifapi_profile_checkpcrs(const TPML_PCR_SELECTION *pcr_profile) in ifapi_profile_checkpcrs() argument530 for (i = 0; i < pcr_profile->count - 1; i++) { in ifapi_profile_checkpcrs()531 for (j = i + 1; j < pcr_profile->count; j++) { in ifapi_profile_checkpcrs()534 if (pcr_profile->pcrSelections[i].pcrSelect[byte_idx] & in ifapi_profile_checkpcrs()535 pcr_profile->pcrSelections[j].pcrSelect[byte_idx]) { in ifapi_profile_checkpcrs()
148 const TPML_PCR_SELECTION *pcr_profile,
2058 const TPML_PCR_SELECTION *pcr_profile, in ifapi_check_profile_pcr_selection() argument2063 for (i = 0; i < pcr_profile->count; i++) { in ifapi_check_profile_pcr_selection()2067 pcr_profile->pcrSelections[i].hash) { in ifapi_check_profile_pcr_selection()2070 if (pcr_profile->pcrSelections[i].sizeofSelect > in ifapi_check_profile_pcr_selection()2076 k < pcr_profile->pcrSelections[i].sizeofSelect; in ifapi_check_profile_pcr_selection()2079 if ((pcr_profile->pcrSelections[i].pcrSelect[k] & in ifapi_check_profile_pcr_selection()2081 != pcr_profile->pcrSelections[i].pcrSelect[k]) { in ifapi_check_profile_pcr_selection()
2088 const TPML_PCR_SELECTION *pcr_profile,2527 \fn static TSS2_RC ifapi_profile_checkpcrs(const TPML_PCR_SELECTION *pcr_profile)