Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c885 tpm2_flush_context(chip, auth->handle); in tpm_buf_check_hmac_response()
915 tpm2_flush_context(chip, auth->handle); in tpm2_end_auth_session()
977 tpm2_flush_context(chip, tmp_null_key); in tpm2_load_null()
1040 tpm2_flush_context(chip, null_key); in tpm2_start_auth_session()
1058 tpm2_flush_context(chip, null_key); in tpm2_start_auth_session()
1114 tpm2_flush_context(chip, keyhandle); in tpm2_parse_create_primary()
1389 tpm2_flush_context(chip, null_key); in tpm2_create_null_primary()
H A Dtpm2-space.c24 tpm2_flush_context(chip, space->session_tbl[i]); in tpm2_flush_sessions()
156 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_flush_space()
406 tpm2_flush_context(chip, phandle); in tpm2_map_response_header()
496 tpm2_flush_context(chip, space->context_tbl[i]); in tpm2_save_space()
H A Dtpm2-cmd.c329 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context() function
344 EXPORT_SYMBOL_GPL(tpm2_flush_context);
/linux/include/linux/
H A Dtpm.h255 void tpm2_flush_context(struct tpm_chip *chip, u32 handle);
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c602 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()