Home
last modified time | relevance | path

Searched refs:tpm2_save_context (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm2-space.c125 int tpm2_save_context(struct tpm_chip *chip, u32 handle, u8 *buf, in tpm2_save_context() function
508 rc = tpm2_save_context(chip, space->context_tbl[i], in tpm2_save_space()
525 rc = tpm2_save_context(chip, space->session_tbl[i], in tpm2_save_space()
H A Dtpm2-sessions.c1353 rc = tpm2_save_context(chip, null_key, chip->null_key_context, in tpm2_create_null_primary()