Home
last modified time | relevance | path

Searched refs:pcr_profile (Results 1 – 4 of 4) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/
Difapi_profiles.c37 ifapi_profile_checkpcrs(const TPML_PCR_SELECTION *pcr_profile);
526 ifapi_profile_checkpcrs(const TPML_PCR_SELECTION *pcr_profile) in ifapi_profile_checkpcrs() argument
530 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()
Difapi_helpers.h148 const TPML_PCR_SELECTION *pcr_profile,
Difapi_helpers.c2058 const TPML_PCR_SELECTION *pcr_profile, in ifapi_check_profile_pcr_selection() argument
2063 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()
/external/tpm2-tss/doc/
Ddoxygen.dox2088 const TPML_PCR_SELECTION *pcr_profile,
2527 \fn static TSS2_RC ifapi_profile_checkpcrs(const TPML_PCR_SELECTION *pcr_profile)