Searched refs:tpm_input_header (Results 1 – 5 of 5) sorted by relevance
197 struct tpm_input_header { struct325 struct tpm_input_header in;396 struct tpm_input_header *head; in tpm_buf_init()405 head = (struct tpm_input_header *) buf->data; in tpm_buf_init()422 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_length()429 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_tag()438 struct tpm_input_header *head = (struct tpm_input_header *) buf->data; in tpm_buf_append()
248 (sizeof(struct tpm_input_header) + \251 static const struct tpm_input_header tpm2_pcrread_header = {296 (sizeof(struct tpm_input_header) + \299 static const struct tpm_input_header tpm2_pcrextend_header = {340 (sizeof(struct tpm_input_header) + \343 static const struct tpm_input_header tpm2_getrandom_header = {397 (sizeof(struct tpm_input_header) + \400 static const struct tpm_input_header tpm2_get_tpm_pt_header = {748 (sizeof(struct tpm_input_header) + \751 static const struct tpm_input_header tpm2_startup_header = {[all …]
434 static const struct tpm_input_header tpm_getcap_header = {473 static const struct tpm_input_header tpm_startup_header = {640 static const struct tpm_input_header continue_selftest_header = {666 static const struct tpm_input_header pcrread_header = {752 static const struct tpm_input_header pcrextend_header = {951 static const struct tpm_input_header savestate_header = {1035 static const struct tpm_input_header tpm_getrandom_header = {
25 static const struct tpm_input_header tpm_readpubek_header = {
105 ordinal = be32_to_cpu(((struct tpm_input_header*)buf)->ordinal); in vtpm_send()