Searched refs:cfghosts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c510 char **certhosts = NULL, **cfghosts = NULL; local
521 &cfghosts);
522 if (retval || cfghosts == NULL) {
579 for (j = 0; cfghosts != NULL && cfghosts[j] != NULL; j++) {
581 __FUNCTION__, certhosts[i], cfghosts[j]);
583 if (strcasecmp(certhosts[i], cfghosts[j]) == 0) {
607 if (cfghosts != NULL)
608 profile_free_list(cfghosts);

Completed in 23 milliseconds