Searched refs:tpm2_load_context (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/char/tpm/ |
H A D | tpm2-space.c | 71 int tpm2_load_context(struct tpm_chip *chip, u8 *buf, in tpm2_load_context() function 199 rc = tpm2_load_context(chip, space->context_buf, &offset, in tpm2_load_space() 211 rc = tpm2_load_context(chip, space->session_buf, in tpm2_load_space()
|
H A D | tpm2-sessions.c | 934 rc = tpm2_load_context(chip, chip->null_key_context, &offset, in tpm2_load_null()
|