Home | History | Annotate | Download | only in apps

Lines Matching refs:password

215 	char password[1024];
221 cb_tmp.password = passin;
223 if (password_callback(password, 1024, 0, &cb_tmp) >0)
226 BIO_printf(bio, "Pass %s\n", password);
228 if (!(gNid=SRP_create_verifier(user, password, &srp_usersalt, &verifier, N, g)))
246 char password[1024];
251 cb_tmp.password = passout;
253 if (password_callback(password,1024,1,&cb_tmp) >0)
256 if (!(gNid =SRP_create_verifier(user, password, &salt, srp_verifier, N, g)))
652 VERBOSE BIO_printf(bio_err,"Verifying password for user \"%s\"\n",user);
658 BIO_printf(bio_err, "Invalid password for user \"%s\", operation abandoned.\n", user);
663 VERBOSE BIO_printf(bio_err,"Password for user \"%s\" ok.\n",user);