Searched refs:tpm_space (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/char/tpm/ |
| H A D | tpm2-space.c | 18 static void tpm2_flush_sessions(struct tpm_chip *chip, struct tpm_space *space) in tpm2_flush_sessions() 28 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size) in tpm2_init_space() 46 void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space) in tpm2_del_space() 148 struct tpm_space *space = &chip->work_space; in tpm2_flush_space() 163 struct tpm_space *space = &chip->work_space; in tpm2_load_space() 209 static bool tpm2_map_to_phandle(struct tpm_space *space, void *handle) in tpm2_map_to_phandle() 226 struct tpm_space *space = &chip->work_space; in tpm2_map_command() 251 struct tpm_space *space, in tpm_find_and_validate_cc() 285 int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u8 *cmd, in tpm2_prepare_space() 325 struct tpm_space *space = &chip->work_space; in tpm2_add_session() [all …]
|
| H A D | tpm.h | 126 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size); 127 void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space); 129 int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u8 *cmd, 131 int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space, void *buf,
|
| H A D | tpm-dev.h | 10 struct tpm_space *space; 25 struct file_priv *priv, struct tpm_space *space);
|
| H A D | tpmrm-dev.c | 10 struct tpm_space space;
|
| H A D | tpm-dev-common.c | 24 static ssize_t tpm_dev_transmit(struct tpm_chip *chip, struct tpm_space *space, in tpm_dev_transmit() 116 struct file_priv *priv, struct tpm_space *space) in tpm_common_open()
|
| /linux/include/linux/ |
| H A D | tpm.h | 76 struct tpm_space { struct 155 struct tpm_space work_space;
|