Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/tpm/
Dtpm2-cmd.c225 (sizeof(struct tpm_input_header) + \
228 static const struct tpm_input_header tpm2_pcrread_header = {
273 (sizeof(struct tpm_input_header) + \
276 static const struct tpm_input_header tpm2_pcrextend_header = {
317 (sizeof(struct tpm_input_header) + \
320 static const struct tpm_input_header tpm2_getrandom_header = {
374 (sizeof(struct tpm_input_header) + \
377 static const struct tpm_input_header tpm2_get_tpm_pt_header = {
413 (sizeof(struct tpm_input_header) + \
416 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 = {
708 static struct tpm_input_header pcrextend_header = {
883 static struct tpm_input_header savestate_header = {
966 static struct tpm_input_header tpm_getrandom_header = {
Dtpm.h210 struct tpm_input_header { struct
338 struct tpm_input_header in;
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()