Home
last modified time | relevance | path

Searched refs:hostcertpath (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c483 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() local
2060 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()
H A Dns_common.c215 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()
H A Dns_sldap.h168 char *hostcertpath; member
H A Dns_standalone.c2024 user_cred.hostcertpath = sa_conf->SA_CERT_PATH; in __ns_ldap_initStandalone()
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c125 credp->hostcertpath = *certpath; in authenticate()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1656 credp->hostcertpath = strdup(*certpath);
1657 if (credp->hostcertpath == NULL)
1669 if (credp->hostcertpath != NULL)
1670 free(credp->hostcertpath);
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c630 credp->hostcertpath = *certpath; in update_ldap_attr()
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c1017 credp->hostcertpath = *certpath; in ldap_replaceattr()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4324 authority.hostcertpath = optarg; in main()
4416 standalone_cfg.SA_CERT_PATH = authority.hostcertpath; in main()