Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/tpm/
Dtpm.h220 struct tpm_input_header { struct
348 struct tpm_input_header in;
419 struct tpm_input_header *head; in tpm_buf_init()
428 head = (struct tpm_input_header *) buf->data; in tpm_buf_init()
445 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_length()
452 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_tag()
461 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_append()
Dtpm2-cmd.c230 (sizeof(struct tpm_input_header) + \
233 static const struct tpm_input_header tpm2_pcrread_header = {
278 (sizeof(struct tpm_input_header) + \
281 static const struct tpm_input_header tpm2_pcrextend_header = {
322 (sizeof(struct tpm_input_header) + \
325 static const struct tpm_input_header tpm2_getrandom_header = {
379 (sizeof(struct tpm_input_header) + \
382 static const struct tpm_input_header tpm2_get_tpm_pt_header = {
666 (sizeof(struct tpm_input_header) + \
669 static const struct tpm_input_header tpm2_startup_header = {
[all …]
Dtpm-interface.c427 static const struct tpm_input_header tpm_getcap_header = {
480 static const struct tpm_input_header tpm_startup_header = {
620 static struct tpm_input_header continue_selftest_header = {
646 static struct tpm_input_header pcrread_header = {
732 static struct tpm_input_header pcrextend_header = {
907 static struct tpm_input_header savestate_header = {
990 static struct tpm_input_header tpm_getrandom_header = {
Dtpm-sysfs.c25 static struct tpm_input_header tpm_readpubek_header = {
Dxen-tpmfront.c103 ordinal = be32_to_cpu(((struct tpm_input_header*)buf)->ordinal); in vtpm_send()