Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/tpm/
Dtpm2-cmd.c541 struct tpm2_pcr_selection pcr_selection; in tpm2_get_pcr_allocation() local
590 memcpy(&pcr_selection, marker, sizeof(pcr_selection)); in tpm2_get_pcr_allocation()
591 hash_alg = be16_to_cpu(pcr_selection.hash_alg); in tpm2_get_pcr_allocation()
593 pcr_select_offset = memchr_inv(pcr_selection.pcr_select, 0, in tpm2_get_pcr_allocation()
594 pcr_selection.size_of_select); in tpm2_get_pcr_allocation()
605 sizeof_pcr_selection = sizeof(pcr_selection.hash_alg) + in tpm2_get_pcr_allocation()
606 sizeof(pcr_selection.size_of_select) + in tpm2_get_pcr_allocation()
607 pcr_selection.size_of_select; in tpm2_get_pcr_allocation()