Searched refs:hostcertpath (Results 1 – 9 of 9) sorted by relevance
483 if (cred->hostcertpath) in printCred()485 t, cred->hostcertpath); in printCred()1678 (*authp)->hostcertpath = strdup((char *)*paramVal); in __s_api_getDefaultAuth()1680 if ((*authp)->hostcertpath == NULL) { in __s_api_getDefaultAuth()2040 const char *hostcertpath; in createTLSSession() local2060 hostcertpath = auth->hostcertpath; in createTLSSession()2061 if (hostcertpath == NULL) { in createTLSSession()2063 hostcertpath = alloc_hcp; in createTLSSession()2066 if (hostcertpath == NULL) in createTLSSession()2069 if ((ldap_rc = ldapssl_client_init(hostcertpath, NULL)) < 0) { in createTLSSession()
215 if (authp->hostcertpath) { in __ns_ldap_dupAuth()216 ap->hostcertpath = strdup(authp->hostcertpath); in __ns_ldap_dupAuth()217 if (ap->hostcertpath == NULL) { in __ns_ldap_dupAuth()308 if (ap->hostcertpath) { in __ns_ldap_freeCred()309 (void) memset(ap->hostcertpath, 0, in __ns_ldap_freeCred()310 strlen(ap->hostcertpath)); in __ns_ldap_freeCred()311 free(ap->hostcertpath); in __ns_ldap_freeCred()
167 char *hostcertpath; member
2023 user_cred.hostcertpath = sa_conf->SA_CERT_PATH; in __ns_ldap_initStandalone()
127 credp->hostcertpath = *certpath; in authenticate()
1658 credp->hostcertpath = strdup(*certpath);1659 if (credp->hostcertpath == NULL)1671 if (credp->hostcertpath != NULL)1672 free(credp->hostcertpath);
639 credp->hostcertpath = *certpath; in update_ldap_attr()
1016 credp->hostcertpath = *certpath; in ldap_replaceattr()
4322 authority.hostcertpath = optarg; in main()4414 standalone_cfg.SA_CERT_PATH = authority.hostcertpath; in main()