Searched refs:fast_cache (Results 1 – 4 of 4) sorted by relevance
46 ctx->fast_cache = NULL; in pamk5_context_new()133 if (ctx->fast_cache != NULL) in context_free()134 krb5_cc_destroy(ctx->context, ctx->fast_cache); in context_free()
234 if (args->config->ctx->fast_cache != NULL) in fast_setup_anon()235 krb5_cc_destroy(c, args->config->ctx->fast_cache); in fast_setup_anon()236 args->config->ctx->fast_cache = ccache; in fast_setup_anon()
47 krb5_ccache fast_cache; /* Temporary credential cache for FAST. */ member
956 if (ctx->fast_cache != NULL) { in pamk5_password_auth()957 krb5_cc_destroy(ctx->context, ctx->fast_cache); in pamk5_password_auth()958 ctx->fast_cache = NULL; in pamk5_password_auth()