Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dtest_princ.c100 KRB5_PRINCIPAL_UNPARSE_SHORT, in test_princ()
167 KRB5_PRINCIPAL_UNPARSE_SHORT, in test_princ()
Dprincipal.c317 int short_form = (flags & KRB5_PRINCIPAL_UNPARSE_SHORT) != 0; in unparse_name_fixed()
375 KRB5_PRINCIPAL_UNPARSE_SHORT); in krb5_unparse_name_fixed_short()
451 return unparse_name(context, principal, name, KRB5_PRINCIPAL_UNPARSE_SHORT); in krb5_unparse_name_short()
Dkrb5.h754 KRB5_PRINCIPAL_UNPARSE_SHORT = 1, enumerator