Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dtpm-v2.c241 const char *newpw = argv[2]; in do_tpm_change_auth() local
243 const ssize_t newpw_sz = strlen(newpw); in do_tpm_change_auth()
263 return report_return_code(tpm2_change_auth(handle, newpw, newpw_sz, in do_tpm_change_auth()
/external/u-boot/lib/
Dtpm-v2.c277 int tpm2_change_auth(u32 handle, const char *newpw, const ssize_t newpw_sz, in tpm2_change_auth() argument
313 offset + oldpw_sz + 2, newpw, newpw_sz); in tpm2_change_auth()
/external/u-boot/include/
Dtpm-v2.h232 int tpm2_change_auth(u32 handle, const char *newpw, const ssize_t newpw_sz,