Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprincipal.c1480 int needs_type = rule->type == KRB5_NCRT_BOGUS; in rule_parse_token() local
1489 if (needs_type && strcmp(tok, "as-is") == 0) { in rule_parse_token()
1491 } else if (needs_type && strcmp(tok, "qualify") == 0) { in rule_parse_token()
1493 } else if (needs_type && strcmp(tok, "nss") == 0) { in rule_parse_token()