Searched refs:ccache (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/libtelnet/
H A Dkerberos5.c176 krb5_ccache ccache; local
188 ret = krb5_cc_default(context, &ccache);
191 print_krb5_error(context, ret, "Kerberos V5: could not get default ccache: %s\r\n");
263 &cksum_data, ccache, &auth);
502 krb5_ccache ccache; local
513 ret = krb5_cc_resolve (context, ccname, &ccache);
516 print_krb5_error(context, ret, "Kerberos V5: could not get ccache: %s\r\n");
521 ccache,
525 print_krb5_error(context, ret, "Kerberos V5: could not init ccache: %s\r\n");
534 ccache,
744 krb5_ccache ccache; local
[all...]

Completed in 37 milliseconds