Searched refs:tpm2_clear (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm_api.c | 216 return tpm2_clear(dev, TPM2_RH_PLATFORM, NULL, 0); in tpm_force_clear()
|
H A D | tpm-v2.c | 761 u32 tpm2_clear(struct udevice *dev, u32 handle, const char *pw, in tpm2_clear() function
|
/openbmc/u-boot/cmd/ |
H A D | tpm-v2.c | 92 return report_return_code(tpm2_clear(dev, handle, pw, pw_sz)); in do_tpm2_clear()
|
/openbmc/u-boot/include/ |
H A D | tpm-v2.h | 700 u32 tpm2_clear(struct udevice *dev, u32 handle, const char *pw,
|