Searched defs:krb5_cc_get_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccfns.c165 krb5_cc_get_type (krb5_context context, krb5_ccache cache) function
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c784 /* XXX temporarily fix a bug in krb5_cc_get_type */
785 #undef krb5_cc_get_type macro
786 #define krb5_cc_get_type(context, cache) ((cache)->ops->prefix) macro
792 malloc(strlen(krb5_cc_get_type(handle->context, ccache)) +
799 krb5_cc_get_type(handle->context, ccache),

Completed in 55 milliseconds