Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-space.c71 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 Dtpm2-sessions.c934 rc = tpm2_load_context(chip, chip->null_key_context, &offset, in tpm2_load_null()