Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm2-space.c170 struct tpm_space *space = &chip->work_space; in tpm2_flush_space()
183 struct tpm_space *space = &chip->work_space; in tpm2_load_space()
246 struct tpm_space *space = &chip->work_space; in tpm2_map_command()
278 memcpy(&chip->work_space.context_tbl, &space->context_tbl, in tpm2_prepare_space()
280 memcpy(&chip->work_space.session_tbl, &space->session_tbl, in tpm2_prepare_space()
282 memcpy(chip->work_space.context_buf, space->context_buf, in tpm2_prepare_space()
284 memcpy(chip->work_space.session_buf, space->session_buf, in tpm2_prepare_space()
304 struct tpm_space *space = &chip->work_space; in tpm2_add_session()
341 struct tpm_space *space = &chip->work_space; in tpm2_map_response_header()
401 struct tpm_space *space = &chip->work_space; in tpm2_map_response_body()
[all …]
Dtpm-chip.c161 kfree(chip->work_space.context_buf); in tpm_dev_release()
162 kfree(chip->work_space.session_buf); in tpm_dev_release()
251 rc = tpm2_init_space(&chip->work_space, TPM2_SPACE_BUFFER_SIZE); in tpm_chip_alloc()
Dtpm.h258 struct tpm_space work_space; member