Home | History | Annotate | Download | only in updater

Lines Matching refs:new_pw

765                              const char *old_pw, const char *new_pw)
781 if (new_pw && *new_pw) {
782 int len = strlen(new_pw);
783 memcpy(&s->new_password.password, new_pw, len);