Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c114 sasl_secret_t **secret) in _sasl_make_plain_secret()
118 sasl_secret_t **secret) in _sasl_make_plain_secret()
125 *secret = (sasl_secret_t *)utils->malloc(sizeof(sasl_secret_t) + in _sasl_make_plain_secret()
128 *secret = (sasl_secret_t *) sasl_ALLOC(sizeof(sasl_secret_t) + in _sasl_make_plain_secret()
215 sasl_secret_t *construct; in auxprop_verify_password()
H A Dsaslint.h190 sasl_secret_t *secret;
/illumos-gate/usr/src/lib/sasl_plugins/login/
H A Dlogin.c154 params->utils->malloc(sizeof(sasl_secret_t) + clientinlen + 1); in login_server_mech_step()
174 sasl_secret_t *password; in login_server_mech_step()
191 params->utils->malloc(sizeof(sasl_secret_t) + clientinlen + 1); in login_server_mech_step()
311 sasl_secret_t *password;
/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h161 void _plug_free_secret(const sasl_utils_t *utils, sasl_secret_t **secret);
170 int _plug_get_password(const sasl_utils_t *utils, sasl_secret_t **secret,
H A Dsasl.h250 } sasl_secret_t; typedef
553 sasl_secret_t **psecret);
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c253 sasl_secret_t *sec = NULL; in crammd5_server_mech_step2()
331 sec = sparams->utils->malloc(sizeof(sasl_secret_t) + len); in crammd5_server_mech_step2()
553 static char *make_hashed(sasl_secret_t *sec, char *nonce, int noncelen, in make_hashed()
596 sasl_secret_t *password = NULL; in crammd5_client_mech_step()
/illumos-gate/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) +
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c510 static int getsecret __P((sasl_conn_t *, void *, int, sasl_secret_t **));
1069 sasl_secret_t **psecret;
1087 *psecret = (sasl_secret_t *) sm_rpool_malloc(mci->mci_rpool,
1088 sizeof(sasl_secret_t) +
1267 sasl_secret_t **psecret;
1279 *psecret = (sasl_secret_t *) sm_sasl_malloc(sizeof(sasl_secret_t) +
/illumos-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c312 sasl_secret_t *password = NULL; in plain_client_mech_step()
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2847 sasl_secret_t *sec = NULL;
3224 sec = sparams->utils->malloc(sizeof(sasl_secret_t) + len);
3791 sasl_secret_t *password; /* user password */
3808 sasl_secret_t * pszPassword,
3856 sasl_secret_t * passwd,