Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c1121 getsecret(conn, context, id, psecret) in getsecret() argument
1125 sasl_secret_t **psecret;
1131 if (conn == NULL || psecret == NULL || id != SASL_CB_PASS)
1143 *psecret = (sasl_secret_t *) sm_rpool_malloc(mci->mci_rpool,
1146 if (*psecret == NULL)
1148 (void) sm_strlcpy((char *) (*psecret)->data, authpass, len + 1);
1149 (*psecret)->len = (unsigned long) len;
1319 getsecret(conn, context, id, psecret) in getsecret() argument
1323 sasl_secret_t **psecret;
1329 if (conn == NULL || psecret == NULL || id != SASL_CB_PASS)
[all …]