Searched refs:tpm2_flush_context (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm2-space.c | 37 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 D | tpm2-cmd.c | 344 * tpm2_flush_context() - execute a TPM2_FlushContext command 348 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context() function 365 EXPORT_SYMBOL_GPL(tpm2_flush_context); variable
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm2-space.c | 37 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 D | tpm2-cmd.c | 344 * tpm2_flush_context() - execute a TPM2_FlushContext command 348 void tpm2_flush_context(struct tpm_chip *chip, u32 handle) in tpm2_flush_context() function 365 EXPORT_SYMBOL_GPL(tpm2_flush_context); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tpm.h | 412 void tpm2_flush_context(struct tpm_chip *chip, u32 handle);
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 325 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tpm.h | 435 void tpm2_flush_context(struct tpm_chip *chip, u32 handle);
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 544 tpm2_flush_context(chip, blob_handle); in tpm2_unseal_trusted()
|
Completed in 8 milliseconds