Home | History | Annotate | Download | only in server

Lines Matching refs:update_password

36 	UPDATE_PASSWORD,
474 static int update_password(struct hs20_svc *ctx, const char *user,
745 UPDATE_PASSWORD);
1972 ret = update_password(ctx, user, realm, pw, 0);
2067 oper = UPDATE_PASSWORD;
2069 if (oper == UPDATE_PASSWORD) {
2082 if (update_password(ctx, user, realm, new_pw, dmacc) <