Searched refs:regexp_match (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 450 regexp_match(krb5_context context, rule_component *rc, char *value, int idx) in regexp_match() function 479 match = regexp_match(context, rc, md->subject_dn, idx); in component_match() 482 match = regexp_match(context, rc, md->issuer_dn, idx); in component_match() 487 match = regexp_match(context, rc, princ_string, idx); in component_match() 493 match = regexp_match(context, rc, md->upns[i], idx); in component_match()
|