Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c554 void *pcr_select_offset; in tpm2_get_pcr_allocation() local
592 pcr_select_offset = marker + in tpm2_get_pcr_allocation()
594 if (pcr_select_offset >= end) { in tpm2_get_pcr_allocation()
602 pcr_select_offset = memchr_inv(pcr_selection.pcr_select, 0, in tpm2_get_pcr_allocation()
604 if (pcr_select_offset) { in tpm2_get_pcr_allocation()
/openbmc/u-boot/lib/
H A Dtpm-v2.c1148 u32 pcr_select_offset = in tpm2_get_pcr_info() local
1162 memcpy(pcrs.selection[i].pcr_select, response + pcr_select_offset, in tpm2_get_pcr_info()