Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Ddisplay_name.c52 KRB5_PRINCIPAL_UNPARSE_DISPLAY, &buf); in _gsskrb5_display_name()
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_princ.c253 ret = krb5_unparse_name_flags(context, p, KRB5_PRINCIPAL_UNPARSE_DISPLAY, in test_princ()
H A Dkrb5.h824 KRB5_PRINCIPAL_UNPARSE_DISPLAY = 4 /**< No quoting */ enumerator
H A Dprincipal.c432 int display = (flags & KRB5_PRINCIPAL_UNPARSE_DISPLAY) != 0; in unparse_name_fixed()
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog256 * krb5/display_name.c: Use KRB5_PRINCIPAL_UNPARSE_DISPLAY, this is