Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/tpm/
Dtpm2-space.c37 tpm2_flush_context(chip, space->session_tbl[i]); in tpm2_flush_sessions()
177 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_flush_space()
427 tpm2_flush_context(chip, phandle); in tpm2_map_response_header()
517 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_save_space()
Dtpm2-sessions.c863 tpm2_flush_context(chip, auth->handle); in tpm_buf_check_hmac_response()
893 tpm2_flush_context(chip, auth->handle); in tpm2_end_auth_session()
955 tpm2_flush_context(chip, tmp_null_key); in tpm2_load_null()
1028 tpm2_flush_context(chip, null_key); in tpm2_start_auth_session()
1087 tpm2_flush_context(chip, keyhandle); in tpm2_parse_create_primary()
1363 tpm2_flush_context(chip, null_key); in tpm2_create_null_primary()
Dtpm2-cmd.c376 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context() function
393 EXPORT_SYMBOL_GPL(tpm2_flush_context);
/linux-6.12.1/include/linux/
Dtpm.h452 void tpm2_flush_context(struct tpm_chip *chip, u32 handle);
/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_tpm2.c599 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()