Searched refs:pcr_select_size (Results 1 – 1 of 1) sorted by relevance
217 uint8_t pcr_select_size = 0; in tpm2_pcr_read() local248 pcr_select_size = MAX(pcr_select_idx, caps.pcr_select_min); in tpm2_pcr_read()251 if (pcr_select_size > TPM2_PCR_SELECT_MAX) in tpm2_pcr_read()254 pcr_select = calloc(pcr_select_size, sizeof(*pcr_select)); in tpm2_pcr_read()266 tpm2_cmd_add_u8(buf, buf_len, pcr_select_size); in tpm2_pcr_read()267 tpm2_cmd_add(buf, buf_len, pcr_select, pcr_select_size); in tpm2_pcr_read()280 pcr_select_size; in tpm2_pcr_read()
Completed in 2 milliseconds