Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A 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()
511 tpm_buf_destroy(&buf); in tpm2_probe()
622 tpm_buf_destroy(&buf); in tpm2_get_pcr_allocation()
687 tpm_buf_destroy(&buf); in tpm2_get_cc_attrs_tbl()
[all …]
H A 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()
H A 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()
785 tpm_buf_destroy(&buf); in tpm1_pm_suspend()
H A Dtpm-sysfs.c75 tpm_buf_destroy(&tpm_buf); in pubek_show()
H A Dtpm_vtpm_proxy.c429 tpm_buf_destroy(&buf); in vtpm_proxy_request_locality()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c343 tpm_buf_destroy(&buf); in tpm2_seal_trusted()
451 tpm_buf_destroy(&buf); in tpm2_load_cmd()
528 tpm_buf_destroy(&buf); in tpm2_unseal_cmd()
H A Dtrusted_tpm1.c680 tpm_buf_destroy(&tb); in key_seal()
705 tpm_buf_destroy(&tb); in key_unseal()
/openbmc/linux/include/linux/
H A Dtpm.h349 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy() function