pcr_selection 847 drivers/char/tpm/tpm2-cmd.c struct tpm2_pcr_selection pcr_selection; pcr_selection 896 drivers/char/tpm/tpm2-cmd.c memcpy(&pcr_selection, marker, sizeof(pcr_selection)); pcr_selection 897 drivers/char/tpm/tpm2-cmd.c hash_alg = be16_to_cpu(pcr_selection.hash_alg); pcr_selection 899 drivers/char/tpm/tpm2-cmd.c pcr_select_offset = memchr_inv(pcr_selection.pcr_select, 0, pcr_selection 900 drivers/char/tpm/tpm2-cmd.c pcr_selection.size_of_select); pcr_selection 911 drivers/char/tpm/tpm2-cmd.c sizeof_pcr_selection = sizeof(pcr_selection.hash_alg) + pcr_selection 912 drivers/char/tpm/tpm2-cmd.c sizeof(pcr_selection.size_of_select) + pcr_selection 913 drivers/char/tpm/tpm2-cmd.c pcr_selection.size_of_select;