Lines Matching defs:certdbpath
389 * If "certdbpath" is NULL or "", the default cert. db is used (typically
392 * If "certdbpath" ends with ".db" (case-insensitive compare), then
417 ldapssl_clientauth_init( const char *certdbpath, void *certdbhandle,
447 rc = NSS_Init(certdbpath);
504 * If "certdbpath" is NULL or "", the default cert. db is used (typically
507 * If "certdbpath" ends with ".db" (case-insensitive compare), then
532 const char *certdbpath, void *certdbhandle,
562 rc = NSS_Init(certdbpath);
745 ldapssl_client_init(const char* certdbpath, void *certdbhandle )
747 return( ldapssl_clientauth_init( certdbpath, certdbhandle,
770 ldapssl_serverauth_init(const char* certdbpath,
778 return( ldapssl_clientauth_init( certdbpath, certdbhandle,
814 char *certdbpath, char *keydbpath)
819 if ( ldapssl_clientauth_init( certdbpath, NULL, 1, keydbpath, NULL ) < 0 ) {
891 * "certdbpath" and "keydbpath" should contain the path to the client's
906 ldapssl_tls_start_s(LDAP *ld,int defsecure, char *certdbpath, char *keydbpath,
972 certdbpath, keydbpath ) < 0 ) {