Home
last modified time | relevance | path

Searched refs:comp_match (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c569 int comp_match = 0; in check_all_certs() local
601 comp_match = component_match(context, rc, md); in check_all_certs()
602 if (comp_match) { in check_all_certs()
606 if (comp_match && rs->relation == relation_or) { in check_all_certs()
613 if (!comp_match && rs->relation == relation_and) { in check_all_certs()
619 if (rc == NULL && comp_match) { in check_all_certs()