Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-cmd.c112 u8 pcr_select[TPM2_PCR_SELECT_MIN] = {0}; in tpm2_pcr_read() local
139 pcr_select[pcr_idx >> 3] = 1 << (pcr_idx & 0x7); in tpm2_pcr_read()
144 tpm_buf_append(buf, (const unsigned char *)pcr_select, in tpm2_pcr_read()
145 sizeof(pcr_select)); in tpm2_pcr_read()
567 pcr_select_offset = memchr_inv(pcr_selection.pcr_select, 0, in tpm2_get_pcr_allocation()
/linux/include/linux/
H A Dtpm_command.h400 u8 pcr_select[TPM2_PCR_SELECT_MIN]; member
422 u8 pcr_select[3]; member