Home
last modified time | relevance | path

Searched refs:new_pw (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/hs20/server/
Dspp_server.c707 char *new_pw, size_t new_pw_len) in build_credential() argument
709 if (new_password(new_pw, new_pw_len) < 0) in build_credential()
711 debug_print(ctx, 1, "Update password to '%s'", new_pw); in build_credential()
712 return build_credential_pw(ctx, user, realm, new_pw, 1); in build_credential()
840 char new_pw[33]; in build_sub_rem_resp() local
888 snprintf(new_pw, sizeof(new_pw), "%s", pw); in build_sub_rem_resp()
892 realm, new_pw, 0); in build_sub_rem_resp()
896 realm, new_pw, sizeof(new_pw)); in build_sub_rem_resp()
940 db_add_session(ctx, user, realm, session_id, new_pw, NULL, in build_sub_rem_resp()
2618 char *new_pw = NULL; in hs20_spp_update_response() local
[all …]
/external/nos/host/generic/citadel/updater/
Dupdater.cpp765 const char *old_pw, const char *new_pw) in do_change_pw() argument
781 if (new_pw && *new_pw) { in do_change_pw()
782 int len = strlen(new_pw); in do_change_pw()
783 memcpy(&s->new_password.password, new_pw, len); in do_change_pw()