Home
last modified time | relevance | path

Searched refs:tpm2_flush_context (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/char/tpm/
H A Dtpm2-space.c37 tpm2_flush_context(chip, space->session_tbl[i]); in tpm2_flush_sessions()
171 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_flush_space()
421 tpm2_flush_context(chip, phandle); in tpm2_map_response_header()
511 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_save_space()
H A Dtpm2-cmd.c348 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context() function
365 EXPORT_SYMBOL_GPL(tpm2_flush_context);
/openbmc/linux/include/linux/
H A Dtpm.h435 void tpm2_flush_context(struct tpm_chip *chip, u32 handle);
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c557 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()