Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/drivers/
A Dtpm2_cmd.h15 struct tpm2_cmd_hdr { struct
21 #define TPM2_HDR_LEN sizeof(struct tpm2_cmd_hdr) argument
29 struct tpm2_cmd_hdr hdr;
/optee_os-3.20.0/core/drivers/tpm2/
A Dtpm2_cmd.c24 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