Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm2-cmd.c868 struct tpm2_pcr_selection pcr_selection; in tpm2_get_pcr_allocation() local
913 memcpy(&pcr_selection, marker, sizeof(pcr_selection)); in tpm2_get_pcr_allocation()
914 chip->active_banks[i] = be16_to_cpu(pcr_selection.hash_alg); in tpm2_get_pcr_allocation()
915 sizeof_pcr_selection = sizeof(pcr_selection.hash_alg) + in tpm2_get_pcr_allocation()
916 sizeof(pcr_selection.size_of_select) + in tpm2_get_pcr_allocation()
917 pcr_selection.size_of_select; in tpm2_get_pcr_allocation()