Searched refs:tpm2_flush_context (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/char/tpm/ |
H A 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()
|
H A D | tpm2-sessions.c | 858 tpm2_flush_context(chip, auth->handle); in tpm_buf_check_hmac_response() 888 tpm2_flush_context(chip, auth->handle); in tpm2_end_auth_session() 950 tpm2_flush_context(chip, tmp_null_key); in tpm2_load_null() 1020 tpm2_flush_context(chip, null_key); in tpm2_start_auth_session() 1079 tpm2_flush_context(chip, keyhandle); in tpm2_parse_create_primary() 1355 tpm2_flush_context(chip, null_key); in tpm2_create_null_primary()
|
H A D | tpm2-cmd.c | 371 * tpm2_flush_context() - execute a TPM2_FlushContext command 375 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context() function 392 EXPORT_SYMBOL_GPL(tpm2_flush_context);
|
/linux/include/linux/ |
H A D | tpm.h | 474 void tpm2_flush_context(struct tpm_chip *chip, u32 handle);
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 599 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()
|