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; local
601 comp_match = component_match(context, rc, md);
602 if (comp_match) {
606 if (comp_match && rs->relation == relation_or) {
613 if (!comp_match && rs->relation == relation_and) {
619 if (rc == NULL && comp_match) {

Completed in 58 milliseconds