Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm-interface.c94 struct tpm_header *header = buf; in tpm_try_transmit()
206 struct tpm_header *header = (struct tpm_header *)buf; in tpm_transmit()
267 const struct tpm_header *header = (struct tpm_header *)buf->data; in tpm_transmit_cmd()
H A Dtpm-buf.c37 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm_buf_reset()
123 ((struct tpm_header *)buf->data)->length = cpu_to_be32(buf->length); in tpm_buf_append()
H A Dtpm_i2c_atmel.c37 u8 buffer[sizeof(struct tpm_header) + 25];
72 struct tpm_header *hdr = (struct tpm_header *)priv->buffer; in i2c_atmel_recv()
H A Dtpm_vtpm_proxy.c300 struct tpm_header *hdr = (struct tpm_header *)buf; in vtpm_proxy_is_driver_command()
302 if (count < sizeof(struct tpm_header)) in vtpm_proxy_is_driver_command()
400 const struct tpm_header *header; in vtpm_proxy_request_locality()
424 header = (const struct tpm_header *)buf.data; in vtpm_proxy_request_locality()
H A Dtpm2-space.c275 const struct tpm_header *header = (const void *)cmd; in tpm_find_and_validate_cc()
384 struct tpm_header *header = (struct tpm_header *)rsp; in tpm2_map_response_header()
444 struct tpm_header *header = (struct tpm_header *)rsp; in tpm2_map_response_body()
543 struct tpm_header *header = buf; in tpm2_commit_space()
H A Dtpm2-sessions.c587 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm_buf_fill_hmac_session()
761 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm_buf_check_hmac_response()
910 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm2_parse_start_auth_session()
1082 struct tpm_header *head = (struct tpm_header *)buf->data; in tpm2_parse_create_primary()
H A Dtpm2-cmd.c260 struct tpm_header *head; in tpm2_get_random()
292 head = (struct tpm_header *)buf.data; in tpm2_get_random()
314 head = (struct tpm_header *)buf.data; in tpm2_get_random()
496 struct tpm_header *out; in tpm2_probe()
509 out = (struct tpm_header *)buf.data; in tpm2_probe()
H A Dtpm_ftpm_tee.c52 struct tpm_header *resp_header; in ftpm_tee_tpm_op_send()
117 resp_header = (struct tpm_header *)temp_buf; in ftpm_tee_tpm_op_send()
H A Dtpm-dev-common.c27 struct tpm_header *header = (void *)buf; in tpm_dev_transmit()
H A Dxen-tpmfront.c164 ordinal = be32_to_cpu(((struct tpm_header *)buf)->ordinal); in vtpm_send()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c484 struct tpm_header *head; in tpm2_unseal_cmd()
528 head = (struct tpm_header *)buf.data; in tpm2_unseal_cmd()
/linux/include/linux/
H A Dtpm.h362 struct tpm_header { struct