Searched refs:pcr_select_min (Results 1 – 3 of 3) sorted by relevance
158 uint32_t pcr_select_min = 0; in tpm2_populate_capability() local178 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()
248 pcr_select_size = MAX(pcr_select_idx, caps.pcr_select_min); in tpm2_pcr_read()
62 uint32_t pcr_select_min; /* Min octets to represent PCR bitmap */ member
Completed in 4 milliseconds