Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm_api.c216 return tpm2_clear(dev, TPM2_RH_PLATFORM, NULL, 0); in tpm_force_clear()
H A Dtpm-v2.c761 u32 tpm2_clear(struct udevice *dev, u32 handle, const char *pw, in tpm2_clear() function
/openbmc/u-boot/cmd/
H A Dtpm-v2.c92 return report_return_code(tpm2_clear(dev, handle, pw, pw_sz)); in do_tpm2_clear()
/openbmc/u-boot/include/
H A Dtpm-v2.h700 u32 tpm2_clear(struct udevice *dev, u32 handle, const char *pw,