Home
last modified time | relevance | path

Searched defs:no_realm (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dunparse.c70 int no_realm = (flags & KRB5_PRINCIPAL_UNPARSE_NO_REALM) && in component_length_quoted() local
99 int no_realm = (flags & KRB5_PRINCIPAL_UNPARSE_NO_REALM) && in copy_component_quoting() local
H A Dparse.c185 krb5_boolean no_realm = (flags & KRB5_PRINCIPAL_PARSE_NO_REALM); in krb5_parse_name_flags() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dprincipal.c431 int no_realm = (flags & KRB5_PRINCIPAL_UNPARSE_NO_REALM) != 0; in unparse_name_fixed() local