Lines Matching defs:keydbpath
402 * If "keydbpath" is NULL or "", the default key db is used (typically
405 * If "keydbpath" ends with ".db" (case-insensitive compare), then
418 const int needkeydb, const char *keydbpath, void *keydbhandle )
517 * If "keydbpath" is NULL or "", the default key db is used (typically
520 * If "keydbpath" ends with ".db" (case-insensitive compare), then
533 const int needkeydb, const char *keydbpath, void *keydbhandle,
618 char *certdbName, *s, *keydbpath;
655 keydbpath = ldapssl_strdup( s );
659 splitpath(s, keydbpath, keydbPrefix, keydbName);
662 /* verify confDir == keydbpath and adjust as necessary */
665 ldapssl_free((void **)&keydbpath);
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 ) {