Home
last modified time | relevance | path

Searched refs:work_space (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/tpm/
A Dtpm2-space.c169 struct tpm_space *space = &chip->work_space; in tpm2_flush_space()
184 struct tpm_space *space = &chip->work_space; in tpm2_load_space()
247 struct tpm_space *space = &chip->work_space; in tpm2_map_command()
323 memcpy(chip->work_space.context_buf, space->context_buf, in tpm2_prepare_space()
325 memcpy(chip->work_space.session_buf, space->session_buf, in tpm2_prepare_space()
346 struct tpm_space *space = &chip->work_space; in tpm2_add_session()
383 struct tpm_space *space = &chip->work_space; in tpm2_map_response_header()
443 struct tpm_space *space = &chip->work_space; in tpm2_map_response_body()
499 struct tpm_space *space = &chip->work_space; in tpm2_save_space()
573 memcpy(space->context_buf, chip->work_space.context_buf, in tpm2_commit_space()
[all …]
A Dtpm-chip.c278 kfree(chip->work_space.context_buf); in tpm_dev_release()
279 kfree(chip->work_space.session_buf); in tpm_dev_release()
370 rc = tpm2_init_space(&chip->work_space, TPM2_SPACE_BUFFER_SIZE); in tpm_chip_alloc()
/linux/include/linux/
A Dtpm.h197 struct tpm_space work_space; member

Completed in 8 milliseconds