Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/tests/
H A Dt_skew.py35 fast_cache = realm.ccache + '.fast' variable
37 flags=['-s', '-3600s', '-c', fast_cache])
44 realm.kinit(realm.user_princ, None, flags=['-T', fast_cache], expected_code=1,
52 realm.kinit(realm.user_princ, None, flags=['-T', fast_cache], expected_code=1,
/freebsd/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.c950 if (ctx->fast_cache != NULL) { in pamk5_password_auth()
951 krb5_cc_destroy(ctx->context, ctx->fast_cache); in pamk5_password_auth()
952 ctx->fast_cache = NULL; in pamk5_password_auth()