Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c544 u8 size_of_select; member
593 offsetof(struct tpm2_pcr_selection, size_of_select); in tpm2_get_pcr_allocation()
603 pcr_selection.size_of_select); in tpm2_get_pcr_allocation()
615 sizeof(pcr_selection.size_of_select) + in tpm2_get_pcr_allocation()
616 pcr_selection.size_of_select; in tpm2_get_pcr_allocation()
/openbmc/u-boot/lib/
H A Dtpm-v2.c1091 for (i = 0; i < selection->size_of_select; i++) { in tpm2_is_active_pcr()
1147 size_of_select); in tpm2_get_pcr_info()
1154 pcrs.selection[i].size_of_select = in tpm2_get_pcr_info()
1156 if (pcrs.selection[i].size_of_select > TPM2_PCR_SELECT_MAX) { in tpm2_get_pcr_info()
1158 pcrs.selection[i].size_of_select); in tpm2_get_pcr_info()
1163 pcrs.selection[i].size_of_select); in tpm2_get_pcr_info()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_sandbox.c171 pub.pcr_info_read.pcr_selection.size_of_select = __cpu_to_be16( in handle_cap_flag_space()
/openbmc/u-boot/include/
H A Dtpm-v1.h258 __be16 size_of_select; member
H A Dtpm-v2.h120 u8 size_of_select; member