Searched refs:sasl_secret_t (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libsasl/lib/
H A Dcheckpw.c115 sasl_secret_t **secret)
119 sasl_secret_t **secret)
126 *secret = (sasl_secret_t *)utils->malloc(sizeof(sasl_secret_t) +
129 *secret = (sasl_secret_t *) sasl_ALLOC(sizeof(sasl_secret_t) +
148 /* erase & dispose of a sasl_secret_t
216 sasl_secret_t *construct;
H A Dsaslint.h191 sasl_secret_t *secret;
/osnet-11/usr/src/lib/libsasl/include/
H A Dplugin_common.h159 void _plug_free_secret(const sasl_utils_t *utils, sasl_secret_t **secret);
168 int _plug_get_password(const sasl_utils_t *utils, sasl_secret_t **secret,
H A Dsasl.h18 * sasl_secret_t A client password
249 } sasl_secret_t; typedef in typeref:struct:sasl_secret
539 * get a sasl_secret_t (plaintext password with length)
552 sasl_secret_t **psecret);
/osnet-11/usr/src/lib/sasl_plugins/cram/
H A Dcram.c252 sasl_secret_t *sec = NULL;
330 sec = sparams->utils->malloc(sizeof(sasl_secret_t) + len);
552 static char *make_hashed(sasl_secret_t *sec, char *nonce, int noncelen,
595 sasl_secret_t *password = NULL;
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c367 void _plug_free_secret(const sasl_utils_t *utils, sasl_secret_t **secret)
450 int _plug_get_password(const sasl_utils_t *utils, sasl_secret_t **password,
472 *password = (sasl_secret_t *) utils->malloc(sizeof(sasl_secret_t) +
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c518 static int getsecret __P((sasl_conn_t *, void *, int, sasl_secret_t **));
1077 sasl_secret_t **psecret;
1095 *psecret = (sasl_secret_t *) sm_rpool_malloc(mci->mci_rpool,
1096 sizeof(sasl_secret_t) +
1275 sasl_secret_t **psecret;
1287 *psecret = (sasl_secret_t *) sm_sasl_malloc(sizeof(sasl_secret_t) +
/osnet-11/usr/src/lib/sasl_plugins/plain/
H A Dplain.c313 sasl_secret_t *password = NULL;
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2851 sasl_secret_t *sec = NULL;
3228 sec = sparams->utils->malloc(sizeof(sasl_secret_t) + len);
3803 sasl_secret_t *password; /* user password */
3820 sasl_secret_t * pszPassword,
3868 sasl_secret_t * passwd,

Completed in 51 milliseconds