Home
last modified time | relevance | path

Searched refs:tpm_input_header (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/char/tpm/
Dtpm.h267 struct tpm_input_header { struct
372 struct tpm_input_header in;
429 struct tpm_input_header *head; in tpm_buf_reset()
430 head = (struct tpm_input_header *)buf->data; in tpm_buf_reset()
456 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_length()
463 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_tag()
472 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_append()
Dtpm-interface.c335 const struct tpm_input_header *header = (const void *)cmd; in tpm_validate_command()
726 static const struct tpm_input_header tpm_getcap_header = {
900 static const struct tpm_input_header continue_selftest_header = {
927 static const struct tpm_input_header pcrread_header = {
1002 static const struct tpm_input_header pcrextend_header = {
1189 static const struct tpm_input_header savestate_header = {
1271 static const struct tpm_input_header tpm_getrandom_header = {
Dtpm_vtpm_proxy.c306 struct tpm_input_header *hdr = (struct tpm_input_header *)buf; in vtpm_proxy_is_driver_command()
308 if (count < sizeof(struct tpm_input_header)) in vtpm_proxy_is_driver_command()
Dxen-tpmfront.c166 ordinal = be32_to_cpu(((struct tpm_input_header*)buf)->ordinal); in vtpm_send()