Home
last modified time | relevance | path

Searched refs:certhosts (Results 1 – 1 of 1) sorted by last modified time

/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) {
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[i]);
640 free(certhosts);