Lines Matching full:tpm
46 #define TPM_CRB_LOG_AREA_FWCFG_NAME "etc/tpm/log"
218 warnx("%s: invalid cmd [%16lx/%8x] outside of TPM " in tpm_crb_thread()
228 warnx("%s: invalid rsp [%16lx/%8x] outside of TPM " in tpm_crb_thread()
251 * Do a basic sanity check of the TPM request header. We'll need in tpm_crb_thread()
252 * the TPM request length for execute_cmd() below. in tpm_crb_thread()
257 warnx("%s: invalid TPM request header", __func__); in tpm_crb_thread()
262 * A TPM command can take multiple seconds to execute. As we've in tpm_crb_thread()
271 * tpm. To avoid reading old data from the command buffer which in tpm_crb_thread()
275 * response has a size of rsp_size (e.g. if the tpm returned an in tpm_crb_thread()
374 /* TODO: cancel the tpm command */ in tpm_crb_mem_handler()
376 "%s: cancelling a TPM command is not implemented yet", in tpm_crb_mem_handler()
419 * Those fields are used to execute a TPM command. The in tpm_crb_mem_handler()
478 warnx("%s: failed to allocate tpm crb", __func__); in tpm_crb_init()