Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/contrib/
H A DAuthRealm.p012 localip, auth_id, &ext_ssf); \
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c131 localip, auth_id, &ext_ssf); \
999 char *auth_id = NULL; local
1309 auth_id = NULL;
1313 auth_id) == SASL_OK));
1316 ext_ssf.auth_id = NULL;
2508 auth_id = verified ? c : NULL;
2514 auth_id) == SASL_OK));
2517 ext_ssf.auth_id = verified ? c : NULL;
5940 char *auth_id, sasl_ssf_t * ext_ssf) in reset_saslconn() argument
5983 result = sasl_setprop(*conn, SASL_AUTH_EXTERNAL, auth_id); in reset_saslconn()
H A Dusersmtp.c1619 const char *auth_id; local
1679 auth_id = NULL;
1683 auth_id = out;
1691 saslresult = sasl_setprop(mci->mci_conn, SASL_AUTH_EXTERNAL, auth_id);
1752 ssf.auth_id = NULL;
1756 ssf.auth_id = out;
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h238 u8 auth_id[MAX_NAI_AUTH_TYPES]; member
H A Dgas_serv.c420 wpabuf_put_u8(buf, eap->auth_id[j]); in anqp_add_nai_realm_eap()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c1590 eap->auth_id[eap->num_auths] = atoi(pos); in parse_nai_realm()