Lines Matching refs:ccache
124 ctx->ccache = NULL; in _gsskrb5_create_ctx()
205 krb5_ccache ccache, in gsskrb5_get_creds() argument
248 ccache, in gsskrb5_get_creds()
287 krb5_cc_close(context, ctx->ccache); in gsskrb5_initiator_ready()
288 ctx->ccache = NULL; in gsskrb5_initiator_ready()
314 krb5_ccache ccache, in do_delegation() argument
328 kret = krb5_cc_get_principal(context, ccache, &creds.client); in do_delegation()
353 ccache, in do_delegation()
408 kret = krb5_cc_default (context, &ctx->ccache); in init_auth()
416 ctx->ccache = cred->ccache; in init_auth()
418 kret = krb5_cc_get_principal (context, ctx->ccache, &ctx->source); in init_auth()
440 kret = krb5_cc_get_config(context, ctx->ccache, NULL, in init_auth()
455 ret = gsskrb5_get_creds(minor_status, context, ctx->ccache, in init_auth()
459 ret = gsskrb5_get_creds(minor_status, context, ctx->ccache, in init_auth()
500 if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE)) in init_auth()
501 krb5_cc_close(context, ctx->ccache); in init_auth()
502 ctx->ccache = NULL; in init_auth()
547 ret = krb5_cc_get_config(context, ctx->ccache, NULL, in init_auth_restart()
573 ctx->ccache, ctx->kcred, ctx->target, in init_auth_restart()
628 ret = krb5_cc_get_config(context, ctx->ccache, ctx->target, in init_auth_restart()
694 if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE)) in init_auth_restart()
695 krb5_cc_close(context, ctx->ccache); in init_auth_restart()
696 ctx->ccache = NULL; in init_auth_restart()
727 krb5_cc_set_config(context, ctx->ccache, ctx->target, in handle_error_packet()