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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c276 struct keyword_desc *kw, *nextkw; local
318 for (nextkw = matching_keywords; nextkw->value != NULL; nextkw++) {
319 if (strncmp(nk, nextkw->value, nextkw->length) == 0) {

Completed in 68 milliseconds