Searched refs:tpm_cmd_hdr (Results 1 – 1 of 1) sorted by relevance
168 struct tpm_cmd_hdr { struct214 (cmd_size < sizeof (struct tpm_cmd_hdr)) || in tpm_crb_thread()224 (rsp_size < sizeof (struct tpm_cmd_hdr)) || in tpm_crb_thread()254 struct tpm_cmd_hdr *req = (struct tpm_cmd_hdr *)&cmd[cmd_off]; in tpm_crb_thread()255 if (be32toh(req->len) < sizeof (struct tpm_cmd_hdr) || in tpm_crb_thread()