Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm2-cmd.c215 tpm_buf_destroy(&buf); in tpm2_pcr_read()
278 tpm_buf_destroy(&buf); in tpm2_pcr_extend()
345 tpm_buf_destroy(&buf); in tpm2_get_random()
348 tpm_buf_destroy(&buf); in tpm2_get_random()
378 tpm_buf_destroy(&buf); in tpm2_flush_context_cmd()
510 tpm_buf_destroy(&buf); in tpm2_seal_trusted()
581 tpm_buf_destroy(&buf); in tpm2_load_cmd()
650 tpm_buf_destroy(&buf); in tpm2_unseal_cmd()
731 tpm_buf_destroy(&buf); in tpm2_get_tpm_pt()
757 tpm_buf_destroy(&buf); in tpm2_shutdown()
[all …]
Dtpm2-space.c94 tpm_buf_destroy(&tbuf); in tpm2_load_context()
109 tpm_buf_destroy(&tbuf); in tpm2_load_context()
114 tpm_buf_destroy(&tbuf); in tpm2_load_context()
121 tpm_buf_destroy(&tbuf); in tpm2_load_context()
143 tpm_buf_destroy(&tbuf); in tpm2_save_context()
146 tpm_buf_destroy(&tbuf); in tpm2_save_context()
151 tpm_buf_destroy(&tbuf); in tpm2_save_context()
158 tpm_buf_destroy(&tbuf); in tpm2_save_context()
164 tpm_buf_destroy(&tbuf); in tpm2_save_context()
Dtpm-interface.c727 tpm_buf_destroy(&buf); in tpm_startup()
772 tpm_buf_destroy(&buf); in tpm_getcap()
1034 tpm_buf_destroy(&buf); in tpm1_pcr_extend()
Dtpm-sysfs.c92 tpm_buf_destroy(&tpm_buf); in pubek_show()
Dtpm_vtpm_proxy.c436 tpm_buf_destroy(&buf); in vtpm_proxy_request_locality()
Dtpm.h452 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy() function