Searched defs:keydbpath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 393 * If "keydbpath" is NULL or "", the default key db is used (typically 396 * If "keydbpath" ends with ".db" (case-insensitive compare), then 409 const int needkeydb, const char *keydbpath, void *keydbhandle ) 498 * If "keydbpath" is NULL or "", the default key db is used (typically 501 * If "keydbpath" ends with ".db" (case-insensitive compare), then 514 const int needkeydb, const char *keydbpath, void *keydbhandle, 589 char *certdbName, *s, *keydbpath; local 626 keydbpath = ldapssl_strdup( s ); 630 splitpath(s, keydbpath, keydbPrefix, keydbName); 633 /* verify confDir == keydbpath an 408 ldapssl_clientauth_init( const char *certdbpath, void *certdbhandle, const int needkeydb, const char *keydbpath, void *keydbhandle ) argument 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 774 ldapssl_enableSSL_on_open_connection(LDAP *ld, int defsecure, char *certdbpath, char *keydbpath) argument 867 ldapssl_tls_start_s(LDAP *ld,int defsecure, char *certdbpath, char *keydbpath, char ***referralsp) argument [all...] |
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | common.c | 2125 char *keydbpath, *appendstr; local 2132 if (( keydbpath = strdup( certdbpath )) == NULL ) { 2137 len = strlen( keydbpath ); 2139 strcasecmp( "cert.db", keydbpath + len - 7 ) == 0 ) { 2144 strcasecmp( "cert5.db", keydbpath + len - 8 ) == 0 ) { 2148 strcasecmp( "cert7.db", keydbpath + len - 8 ) == 0 ) { 2159 strcpy( keydbpath + len - striplen, appendstr ); 2162 return( keydbpath );
|
Completed in 49 milliseconds