Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_cmd.c216 uint8_t pcr_select_idx = 0; in tpm2_pcr_read() local
242 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