Searched refs:pcr_select_idx (Results 1 – 1 of 1) sorted by relevance
216 uint8_t pcr_select_idx = 0; in tpm2_pcr_read() local242 pcr_select_idx = pcr_idx >> 3; in tpm2_pcr_read()248 pcr_select_size = MAX(pcr_select_idx, caps.pcr_select_min); in tpm2_pcr_read()258 pcr_select[pcr_select_idx] = BIT(pcr_idx % 8); in tpm2_pcr_read()
Completed in 2 milliseconds