Home
last modified time | relevance | path

Searched refs:fast_cache (Results 1 – 4 of 4) sorted by relevance

/src/contrib/pam-krb5/module/
H A Dcontext.c46 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()
H A Dfast.c234 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()
H A Dinternal.h47 krb5_ccache fast_cache; /* Temporary credential cache for FAST. */ member
H A Dauth.c956 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()