Lines Matching defs:ccache
182 krb5_ccache ccache;
195 ret = krb5_cc_default(telnet_context, &ccache);
199 "Kerberos V5: could not get default ccache: %s\r\n",
239 RemoteHostName, &cksum_data, ccache, &auth);
446 krb5_ccache ccache;
457 ret = krb5_cc_resolve(telnet_context, ccname, &ccache);
460 printf("Kerberos V5: could not get ccache: %s\r\n",
465 ret = krb5_cc_initialize(telnet_context, ccache,
469 printf("Kerberos V5: could not init ccache: %s\r\n",
475 ccache, &inbuf);
674 krb5_ccache ccache;
680 ret = krb5_cc_default(telnet_context, &ccache);
683 printf("KerberosV5: could not get default ccache: %s\r\n",
687 ret = krb5_cc_get_principal(telnet_context, ccache, &principal);
716 ccache, flags.i, RemoteHostName, &creds, &out_data);