Searched refs:context_buf (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm2-space.c43 space->context_buf = kzalloc(buf_size, GFP_KERNEL);
44 if (!space->context_buf)
49 kfree(space->context_buf);
51 space->context_buf = NULL;
67 kfree(space->context_buf);
193 rc = tpm2_load_context(chip, space->context_buf, &offset,
317 memcpy(chip->work_space.context_buf, space->context_buf,
503 space->context_buf, space->buf_size,
567 memcpy(space->context_buf, chi
[all...]
H A Dtpm-chip.c275 kfree(chip->work_space.context_buf);
/linux-master/include/linux/
H A Dtpm.h103 u8 *context_buf; member in struct:tpm_space

Completed in 117 milliseconds