Searched refs:kw_type (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 142 keyword_type kw_type; member 272 keyword_type kw_type; in parse_rule_component() local 284 kw_type = kw->kwtype; in parse_rule_component() 306 rc->kw_type = kw_type; in parse_rule_component() 368 retval = parse_list_value(context, rc->kw_type, value, rc); in parse_rule_component() 472 __FUNCTION__, keyword2string(rc->kw_type), rc->regsrc, value); in regexp_match() 494 switch (rc->kw_type) { in component_match() 514 __FUNCTION__, keyword2string(rc->kw_type), in component_match() 520 switch(rc->kw_type) { in component_match() 523 __FUNCTION__, keyword2string(rc->kw_type), in component_match() [all …]
|