Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sendmail/src/
HDusersmtp.c1088 getsecret(conn, context, id, psecret) in getsecret() argument
1092 sasl_secret_t **psecret;
1098 if (conn == NULL || psecret == NULL || id != SASL_CB_PASS)
1110 *psecret = (sasl_secret_t *) sm_rpool_malloc(mci->mci_rpool,
1113 if (*psecret == NULL)
1115 (void) sm_strlcpy((char *) (*psecret)->data, authpass, len + 1);
1116 (*psecret)->len = (unsigned long) len;
1286 getsecret(conn, context, id, psecret) in getsecret() argument
1290 sasl_secret_t **psecret;
1296 if (conn == NULL || psecret == NULL || id != SASL_CB_PASS)
[all …]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
HDcyrus_auth.c368 get_password_cb(sasl_conn_t *conn, void *b, int id, sasl_secret_t **psecret) in get_password_cb() argument
385 *psecret = secret; in get_password_cb()