Searched refs:fast_cache (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/krb5/src/tests/ |
H A D | t_skew.py | 35 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 D | context.c | 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()
|
H A D | fast.c | 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()
|
H A D | internal.h | 47 krb5_ccache fast_cache; /* Temporary credential cache for FAST. */ member
|
H A D | auth.c | 950 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()
|