Searched refs:resp_buf (Results 1 – 1 of 1) sorted by relevance
157 uint8_t *resp_buf = NULL; in tpm2_get_capability() local166 if (!resp_buf) in tpm2_get_capability()201 free(resp_buf); in tpm2_get_capability()209 uint8_t *resp_buf = NULL; in tpm2_pcr_read() local284 if (!resp_buf) in tpm2_pcr_read()294 DHEXDUMP(resp_buf, tpm2_cmd_len((struct tpm2_cmd *)resp_buf)); in tpm2_pcr_read()319 free(resp_buf); in tpm2_pcr_read()361 uint8_t *resp_buf = NULL; in tpm2_pcr_extend() local388 if (!resp_buf) { in tpm2_pcr_extend()416 DHEXDUMP(resp_buf, tpm2_cmd_len((struct tpm2_cmd *)resp_buf)); in tpm2_pcr_extend()[all …]
Completed in 2 milliseconds