Home
last modified time | relevance | path

Searched refs:tpm2_clear (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dtpm-v2.h157 u32 tpm2_clear(u32 handle, const char *pw, const ssize_t pw_sz);
/external/u-boot/lib/
Dtpm-v2.c46 u32 tpm2_clear(u32 handle, const char *pw, const ssize_t pw_sz) in tpm2_clear() function
/external/u-boot/cmd/
Dtpm-v2.c75 return report_return_code(tpm2_clear(handle, pw, pw_sz)); in do_tpm2_clear()