Lines Matching refs:ns_cred_t
52 static ns_ldap_return_code performBind(const ns_cred_t *,
58 static ns_ldap_return_code createSession(const ns_cred_t *,
76 static int openConnection(LDAP **, const char *, const ns_cred_t *,
469 printCred(FILE *fp, const ns_cred_t *cred) in printCred()
585 const ns_cred_t *auth, Connection **conp) in findConnection()
684 const ns_cred_t *auth, ConnectionID *cID, int timeoutSec, in makeConnection()
1342 openConnection(LDAP **ldp, const char *serverAddr, const ns_cred_t *auth, in openConnection()
1490 ns_cred_t **authp, in __s_api_getDefaultAuth()
1518 *authp = (ns_cred_t *)calloc(1, sizeof (ns_cred_t)); in __s_api_getDefaultAuth()
1698 const ns_cred_t *cred, /* credentials for bind */ in getConnection()
1715 ns_cred_t *authp = NULL; in getConnection()
1716 ns_cred_t anon; in getConnection()
1803 (void) memset(&anon, 0, sizeof (ns_cred_t)); in getConnection()
1988 const ns_cred_t *cred, /* credentials for bind */ in __s_api_getConnection()
2034 createTLSSession(const ns_cred_t *auth, const char *serverAddr, in createTLSSession()
2283 createSession(const ns_cred_t *auth, const char *serverAddr, in createSession()
2331 doSimpleBind(const ns_cred_t *auth, in doSimpleBind()
2429 doSASLBind(const ns_cred_t *auth, in doSASLBind()
2631 performBind(const ns_cred_t *auth, in performBind()
2641 ns_ldap_return_code (*binder)(const ns_cred_t *auth, in performBind()