Searched refs:certpath (Results 1 - 6 of 6) 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);
H A Dsmf_params.c159 prop = scf_simple_prop_get(NULL, FEDFS_CLIENT, pgname, "certpath");
162 "FedFS failed to find certpath property in pg %s:%s\n",
170 fprintf(stderr, "fedfs_smf_lookup: certpath %s\n", p);
173 info->certpath = strdup(p);
175 info->certpath = NULL;
206 free(info->certpath);
504 if (info->certpath == NULL)
505 info->certpath = "";
513 set_pg_value(h, pg, "certpath", info->certpath) !
[all...]
/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)
/osnet-11/usr/src/head/
H A Dldap.h1540 (void *context, char **certpath);

Completed in 44 milliseconds