Searched defs:certpath (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c94 char **certpath = NULL; local
123 (void ***)&certpath, &errorp);
126 if (certpath && *certpath)
127 credp->hostcertpath = *certpath;
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c988 char **certpath = NULL; local
1011 (void ***)&certpath, &errorp);
1015 if (certpath && *certpath)
1016 credp->hostcertpath = *certpath;
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c583 char **certpath = NULL; local
635 (void ***)&certpath, &errorp) != NS_LDAP_SUCCESS)
638 if (certpath && *certpath)
639 credp->hostcertpath = *certpath;
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c417 elfsign_setcertpath(ELFsign_t ess, const char *certpath) argument
424 if (access(certpath, R_OK) != 0)
427 if ((ess->es_certpath = strdup(certpath)) == NULL)
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1592 char **certpath = NULL; local
1654 (void ***)&certpath, &error);
1657 if (certpath != NULL && *certpath != NULL) {
1658 credp->hostcertpath = strdup(*certpath);
1662 if (certpath != NULL)
1663 (void) __ns_ldap_freeParam((void ***)&certpath);

Completed in 71 milliseconds