Searched refs:tpm2_cmd_hdr (Results 1 – 2 of 2) sorted by relevance
15 struct tpm2_cmd_hdr { struct21 #define TPM2_HDR_LEN sizeof(struct tpm2_cmd_hdr) argument29 struct tpm2_cmd_hdr hdr;
24 put_unaligned_be32(&cmd->hdr.size, sizeof(struct tpm2_cmd_hdr)); in tpm2_cmd_init_hdr()36 memcpy(&cmd->data[cmd_len - sizeof(struct tpm2_cmd_hdr)], val, val_len); in tpm2_cmd_add()189 prop_offset = sizeof(struct tpm2_cmd_hdr) + sizeof(uint8_t) + in tpm2_get_capability()277 digest_offset = sizeof(struct tpm2_cmd_hdr) + sizeof(uint32_t) + in tpm2_pcr_read()
Completed in 2 milliseconds