Searched defs:keydbpath (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 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; local 655 keydbpath = ldapssl_strdup( s ); 659 splitpath(s, keydbpath, keydbPrefix, keydbName); 662 /* verify confDir == keydbpath an 417 ldapssl_clientauth_init( const char *certdbpath, void *certdbhandle, const int needkeydb, const char *keydbpath, void *keydbhandle ) argument 531 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 813 ldapssl_enableSSL_on_open_connection(LDAP *ld, int defsecure, char *certdbpath, char *keydbpath) argument 906 ldapssl_tls_start_s(LDAP *ld,int defsecure, char *certdbpath, char *keydbpath, char ***referralsp) argument [all...] |
/osnet-11/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 20 milliseconds