Searched refs:newpw (Results 1 – 3 of 3) sorted by relevance
/u-boot/cmd/ |
A D | tpm-v2.c | 277 const char *newpw = argv[2]; in do_tpm_change_auth() local 279 const ssize_t newpw_sz = strlen(newpw); in do_tpm_change_auth() 305 return report_return_code(tpm2_change_auth(dev, handle, newpw, newpw_sz, in do_tpm_change_auth()
|
/u-boot/lib/ |
A D | tpm-v2.c | 281 int tpm2_change_auth(struct udevice *dev, u32 handle, const char *newpw, in tpm2_change_auth() argument 318 offset + oldpw_sz + 2, newpw, newpw_sz); in tpm2_change_auth()
|
/u-boot/include/ |
A D | tpm-v2.h | 474 int tpm2_change_auth(struct udevice *dev, u32 handle, const char *newpw,
|
Completed in 6 milliseconds