Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dtpm-v2.c278 const char *newpw = argv[2]; in do_tpm_change_auth() local
280 const ssize_t newpw_sz = strlen(newpw); in do_tpm_change_auth()
306 return report_return_code(tpm2_change_auth(dev, handle, newpw, newpw_sz, in do_tpm_change_auth()
/openbmc/u-boot/include/
H A Dtpm-v2.h842 int tpm2_change_auth(struct udevice *dev, u32 handle, const char *newpw,
/openbmc/u-boot/lib/
H A Dtpm-v2.c1268 int tpm2_change_auth(struct udevice *dev, u32 handle, const char *newpw, in tpm2_change_auth() argument
1305 offset + oldpw_sz + 2, newpw, newpw_sz); in tpm2_change_auth()