Searched refs:tpm2_flush_context (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/char/tpm/ |
D | tpm2-space.c | 37 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()
|
D | tpm2-sessions.c | 863 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()
|
D | tpm2-cmd.c | 376 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/ |
D | tpm.h | 452 void tpm2_flush_context(struct tpm_chip *chip, u32 handle);
|
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 599 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()
|