Home
last modified time | relevance | path

Searched refs:cfghosts (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
557 &cfghosts);
558 if (retval || cfghosts == NULL) {
615 for (j = 0; cfghosts != NULL && cfghosts[j] != NULL; j++) {
617 __FUNCTION__, certhosts[i], cfghosts[j]);
618 if (strcmp(certhosts[i], cfghosts[j]) == 0) {
642 if (cfghosts != NULL)
643 profile_free_list(cfghosts);