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

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c552 int comp_match = 0; local
584 comp_match = component_match(context, rc, md);
585 if (comp_match) {
589 if (comp_match && rs->relation == relation_or) {
596 if (!comp_match && rs->relation == relation_and) {
602 if (rc == NULL && comp_match) {

Completed in 15 milliseconds