Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm.h197 struct tpm_input_header { struct
325 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()
Dtpm2-cmd.c248 (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 …]
Dtpm-interface.c434 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 = {
Dtpm-sysfs.c25 static const struct tpm_input_header tpm_readpubek_header = {
Dxen-tpmfront.c105 ordinal = be32_to_cpu(((struct tpm_input_header*)buf)->ordinal); in vtpm_send()