Searched refs:tpm_input_header (Results 1 – 5 of 5) sorted by relevance
225 (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 …]
427 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 = {
210 struct tpm_input_header { struct338 struct tpm_input_header in;
25 static struct tpm_input_header tpm_readpubek_header = {
103 ordinal = be32_to_cpu(((struct tpm_input_header*)buf)->ordinal); in vtpm_send()