Searched refs:newpw_sz (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/ |
D | tpm-v2.c | 277 int tpm2_change_auth(u32 handle, const char *newpw, const ssize_t newpw_sz, in tpm2_change_auth() argument 283 tpm_u32(offset + oldpw_sz + 2 + newpw_sz), /* Length */ in tpm2_change_auth() 312 offset + oldpw_sz, newpw_sz, in tpm2_change_auth() 313 offset + oldpw_sz + 2, newpw, newpw_sz); in tpm2_change_auth() 314 offset += oldpw_sz + 2 + newpw_sz; in tpm2_change_auth()
|
/external/u-boot/cmd/ |
D | tpm-v2.c | 243 const ssize_t newpw_sz = strlen(newpw); in do_tpm_change_auth() local 249 if (newpw_sz > TPM2_DIGEST_LEN || oldpw_sz > TPM2_DIGEST_LEN) 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/include/ |
D | tpm-v2.h | 232 int tpm2_change_auth(u32 handle, const char *newpw, const ssize_t newpw_sz,
|