Home
last modified time | relevance | path

Searched refs:tpm_buf_destroy (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/char/tpm/
Dtpm2-cmd.c215 tpm_buf_destroy(&buf); in tpm2_pcr_read()
267 tpm_buf_destroy(&buf); in tpm2_pcr_extend()
336 tpm_buf_destroy(&buf); in tpm2_get_random()
339 tpm_buf_destroy(&buf); in tpm2_get_random()
363 tpm_buf_destroy(&buf); in tpm2_flush_context()
414 tpm_buf_destroy(&buf); in tpm2_get_tpm_pt()
439 tpm_buf_destroy(&buf); in tpm2_shutdown()
469 tpm_buf_destroy(&buf); in tpm2_do_selftest()
511 tpm_buf_destroy(&buf); in tpm2_probe()
622 tpm_buf_destroy(&buf); in tpm2_get_pcr_allocation()
[all …]
Dtpm2-space.c91 tpm_buf_destroy(&tbuf); in tpm2_load_context()
106 tpm_buf_destroy(&tbuf); in tpm2_load_context()
111 tpm_buf_destroy(&tbuf); in tpm2_load_context()
118 tpm_buf_destroy(&tbuf); in tpm2_load_context()
139 tpm_buf_destroy(&tbuf); in tpm2_save_context()
142 tpm_buf_destroy(&tbuf); in tpm2_save_context()
147 tpm_buf_destroy(&tbuf); in tpm2_save_context()
154 tpm_buf_destroy(&tbuf); in tpm2_save_context()
160 tpm_buf_destroy(&tbuf); in tpm2_save_context()
Dtpm1-cmd.c338 tpm_buf_destroy(&buf); in tpm1_startup()
477 tpm_buf_destroy(&buf); in tpm1_pcr_extend()
509 tpm_buf_destroy(&buf); in tpm1_getcap()
579 tpm_buf_destroy(&buf); in tpm1_get_random()
608 tpm_buf_destroy(&buf); in tpm1_pcr_read()
630 tpm_buf_destroy(&buf); in tpm1_continue_selftest()
780 tpm_buf_destroy(&buf); in tpm1_pm_suspend()
Dtpm-sysfs.c75 tpm_buf_destroy(&tpm_buf); in pubek_show()
Dtpm_vtpm_proxy.c429 tpm_buf_destroy(&buf); in vtpm_proxy_request_locality()
/linux-5.19.10/security/keys/trusted-keys/
Dtrusted_tpm2.c330 tpm_buf_destroy(&buf); in tpm2_seal_trusted()
438 tpm_buf_destroy(&buf); in tpm2_load_cmd()
515 tpm_buf_destroy(&buf); in tpm2_unseal_cmd()
Dtrusted_tpm1.c680 tpm_buf_destroy(&tb); in key_seal()
705 tpm_buf_destroy(&tb); in key_unseal()
/linux-5.19.10/include/linux/
Dtpm.h345 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy() function