Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_cmd.c215 uint8_t *pcr_select = 0; in tpm2_pcr_read() local
254 pcr_select = calloc(pcr_select_size, sizeof(*pcr_select)); in tpm2_pcr_read()
255 if (!pcr_select) in tpm2_pcr_read()
258 pcr_select[pcr_select_idx] = BIT(pcr_idx % 8); in tpm2_pcr_read()
267 tpm2_cmd_add(buf, buf_len, pcr_select, pcr_select_size); in tpm2_pcr_read()
269 free(pcr_select); in tpm2_pcr_read()
279 offsetof(struct tpms_pcr_selection, pcr_select) + in tpm2_pcr_read()
A Dtpm2_chip.c137 if (tmp->pcr_select[j]) { in tpm2_get_bank_info()
145 offsetof(struct tpms_pcr_selection, pcr_select); in tpm2_get_bank_info()
/optee_os-3.20.0/core/include/
A Dtpm2.h114 uint8_t pcr_select[TPM2_PCR_SELECT_MAX]; member

Completed in 5 milliseconds