Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_chip.c158 uint32_t pcr_select_min = 0; in tpm2_populate_capability() local
178 ret = tpm2_get_tpm_property(TPM2_PT_PCR_SELECT_MIN, &pcr_select_min); in tpm2_populate_capability()
182 if (pcr_select_min > TPM2_PCR_SELECT_MAX) in tpm2_populate_capability()
185 caps->pcr_select_min = pcr_select_min; in tpm2_populate_capability()
197 DMSG("TPM2: No. of PCR select octets \t %"PRId32, caps->pcr_select_min); in tpm2_dump_capability()
A Dtpm2_cmd.c248 pcr_select_size = MAX(pcr_select_idx, caps.pcr_select_min); in tpm2_pcr_read()
/optee_os-3.20.0/core/include/drivers/
A Dtpm2_chip.h62 uint32_t pcr_select_min; /* Min octets to represent PCR bitmap */ member

Completed in 4 milliseconds