Searched refs:context_buf (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/char/tpm/ |
A D | tpm2-space.c | 43 space->context_buf = kzalloc(buf_size, GFP_KERNEL); in tpm2_init_space() 44 if (!space->context_buf) in tpm2_init_space() 49 kfree(space->context_buf); in tpm2_init_space() 51 space->context_buf = NULL; in tpm2_init_space() 67 kfree(space->context_buf); in tpm2_del_space() 193 rc = tpm2_load_context(chip, space->context_buf, &offset, in tpm2_load_space() 317 memcpy(chip->work_space.context_buf, space->context_buf, in tpm2_prepare_space() 503 space->context_buf, space->buf_size, in tpm2_save_space() 567 memcpy(space->context_buf, chip->work_space.context_buf, in tpm2_commit_space()
|
A D | tpm-chip.c | 271 kfree(chip->work_space.context_buf); in tpm_dev_release()
|
/linux/include/linux/ |
A D | tpm.h | 103 u8 *context_buf; member
|
Completed in 8 milliseconds