Searched refs:userstr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dcheckpw.c133 const char *userstr,
146 if (!conn || !userstr)
160 userstr,
242 const char *userstr,
255 if (!conn || !userstr)
279 userstr,
334 const char *userstr,
350 if (!conn || !userstr || !challenge || !response)
1070 const char *userstr,
1076 userstr);
132 auxprop_verify_password(sasl_conn_t *conn, const char *userstr, const char *passwd, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
241 auxprop_verify_password_hashed(sasl_conn_t *conn, const char *userstr, const char *passwd, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
333 _sasl_auxprop_verify_apop(sasl_conn_t *conn, const char *userstr, const char *challenge, const char *response, const char *user_realm __attribute__((unused))) argument
1069 always_true(sasl_conn_t *conn, const char *userstr, const char *passwd __attribute__((unused)), const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
[all...]
H A Dsaslint.h481 const char *userstr,
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c169 char *userstr, *pass, *acctstr; local
191 userstr = ruserstr;
195 while (userstr == NULL) {
204 userstr = myname;
206 userstr = tmp;
208 strlcpy(username, userstr, sizeof(username));
212 n = command("USER %s", userstr);
219 (!strcmp(userstr, "ftp") || !strcmp(userstr, "anonymous"))) {
H A Dsecurity.c579 sec_userok(char *userstr) argument
582 return (*mech->userok)(app_data, userstr);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dotp.c1271 const char *userstr,
1299 userstr);
1269 otp_setpass(void *glob_context __attribute__((unused)), sasl_server_params_t *sparams, const char *userstr, const char *pass, unsigned passlen __attribute__((unused)), const char *oldpass __attribute__((unused)), unsigned oldpasslen __attribute__((unused)), unsigned flags) argument
H A Dscram.c1499 const char *userstr,
1544 userstr);
1497 scram_setpass(void *glob_context __attribute__((unused)), sasl_server_params_t *sparams, const char *userstr, const char *pass, unsigned passlen, const char *oldpass __attribute__((unused)), unsigned oldpasslen __attribute__((unused)), unsigned flags) argument
H A Dsrp.c2197 const char *userstr,
2220 /* NB: Ideally we need to canonicalize userstr here */
2222 sparams->serverFQDN, userstr);
2195 srp_setpass(void *glob_context __attribute__((unused)), sasl_server_params_t *sparams, const char *userstr, const char *pass, unsigned passlen __attribute__((unused)), const char *oldpass __attribute__((unused)), unsigned oldpasslen __attribute__((unused)), unsigned flags) argument

Completed in 134 milliseconds