Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm2-cmd.c172 u8 pcr_select[TPM2_PCR_SELECT_MIN]; member
191 u8 pcr_select[TPM2_PCR_SELECT_MIN] = {0}; in tpm2_pcr_read() local
200 pcr_select[pcr_idx >> 3] = 1 << (pcr_idx & 0x7); in tpm2_pcr_read()
205 tpm_buf_append(&buf, (const unsigned char *)pcr_select, in tpm2_pcr_read()
206 sizeof(pcr_select)); in tpm2_pcr_read()
863 u8 pcr_select[3]; member