Searched refs:pcr_select (Results 1 – 3 of 3) sorted by relevance
215 uint8_t *pcr_select = 0; in tpm2_pcr_read() local254 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()
137 if (tmp->pcr_select[j]) { in tpm2_get_bank_info()145 offsetof(struct tpms_pcr_selection, pcr_select); in tpm2_get_bank_info()
114 uint8_t pcr_select[TPM2_PCR_SELECT_MAX]; member
Completed in 4 milliseconds