Searched defs:certdbhandle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c388 * If certdbhandle is non-NULL, it is assumed to be a pointer to a
401 * If certdbhandle is non-NULL< it is assumed to be a pointed to a
408 ldapssl_clientauth_init( const char *certdbpath, void *certdbhandle, argument
493 * If certdbhandle is non-NULL, it is assumed to be a pointer to a
506 * If certdbhandle is non-NULL< it is assumed to be a pointed to a
513 const char *certdbpath, void *certdbhandle,
706 ldapssl_client_init(const char* certdbpath, void *certdbhandle )
708 return( ldapssl_clientauth_init( certdbpath, certdbhandle,
732 void *certdbhandle,
739 return( ldapssl_clientauth_init( certdbpath, certdbhandle,
512 ldapssl_advclientauth_init( const char *certdbpath, void *certdbhandle, const int needkeydb, const char *keydbpath, void *keydbhandle, const int needsecmoddb, const char *secmoddbpath, const int sslstrength ) argument
731 ldapssl_serverauth_init(const char* certdbpath, void *certdbhandle, const int sslstrength ) argument
[all...]

Completed in 57 milliseconds