Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c146 u8 pcr_select[TPM2_PCR_SELECT_MIN]; member
168 u8 pcr_select[TPM2_PCR_SELECT_MIN] = {0}; in tpm2_pcr_read() local
190 pcr_select[pcr_idx >> 3] = 1 << (pcr_idx & 0x7); in tpm2_pcr_read()
195 tpm_buf_append(&buf, (const unsigned char *)pcr_select, in tpm2_pcr_read()
196 sizeof(pcr_select)); in tpm2_pcr_read()
545 u8 pcr_select[3]; member
602 pcr_select_offset = memchr_inv(pcr_selection.pcr_select, 0, in tpm2_get_pcr_allocation()
/openbmc/u-boot/lib/
H A Dtpm-v2.c1092 if (selection->pcr_select[i]) in tpm2_is_active_pcr()
1143 i * offsetof(struct tpms_pcr_selection, pcr_select) + in tpm2_get_pcr_info()
1150 pcr_select); in tpm2_get_pcr_info()
1162 memcpy(pcrs.selection[i].pcr_select, response + pcr_select_offset, in tpm2_get_pcr_info()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_sandbox.c172 sizeof(pub.pcr_info_read.pcr_selection.pcr_select)); in handle_cap_flag_space()
/openbmc/u-boot/include/
H A Dtpm-v1.h259 u8 pcr_select[3]; /* matches vboot's struct */ member
H A Dtpm-v2.h121 u8 pcr_select[TPM2_PCR_SELECT_MAX]; member