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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c546 char **certhosts = NULL, **cfghosts = NULL; local
565 get_dns = (unsigned char ***)&certhosts;
607 if (certhosts == NULL) {
608 pkiDebug("%s: no certhosts (or we wouldn't accept them anyway)\n",
614 for (i = 0; certhosts[i] != NULL; i++) {
617 __FUNCTION__, certhosts[i], cfghosts[j]);
618 if (strcmp(certhosts[i], cfghosts[j]) == 0) {
637 if (certhosts != NULL) {
638 for (i = 0; certhosts[i] != NULL; i++)
639 free(certhosts[
[all...]

Completed in 46 milliseconds