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

/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c90 char **certpath = NULL; local
119 (void ***)&certpath, &errorp);
122 if (certpath && *certpath) {
128 credp->hostcertpath = strdup(*certpath);
277 if (certpath)
278 (void) __ns_ldap_freeParam((void ***)&certpath);
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c100 char *host, *url = NULL, *prefix, *certpath = NULL; local
129 if (info->certpath != NULL)
130 certpath = strdup(info->certpath);
141 if (sec != FEDFS_SEC_NONE && certpath != NULL) {
143 certpath);
309 free(certpath);
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c1058 char **certpath = NULL; local
1081 (void ***)&certpath, &errorp);
1085 if (certpath && *certpath)
1086 credp->hostcertpath = *certpath;
/osnet-11/usr/src/lib/libelfsign/common/
H A Delfsignlib.c416 elfsign_setcertpath(ELFsign_t ess, const char *certpath) argument
423 if (access(certpath, R_OK) != 0)
426 if ((ess->es_certpath = strdup(certpath)) == NULL)

Completed in 37 milliseconds