Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_cmd.c157 uint8_t *resp_buf = NULL; in tpm2_get_capability() local
166 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() local
284 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() local
388 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