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