Home
last modified time | relevance | path

Searched refs:TPM2_PCR_SELECT_MAX (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/include/
A Dtpm2.h74 #define TPM2_PCR_SELECT_MAX ((TPM2_MAX_PCRS + 7) / 8) macro
114 uint8_t pcr_select[TPM2_PCR_SELECT_MAX];
/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_chip.c127 if (tmp->size_of_select > TPM2_PCR_SELECT_MAX) { in tpm2_get_bank_info()
182 if (pcr_select_min > TPM2_PCR_SELECT_MAX) in tpm2_populate_capability()
A Dtpm2_cmd.c251 if (pcr_select_size > TPM2_PCR_SELECT_MAX) in tpm2_pcr_read()

Completed in 4 milliseconds