Home
last modified time | relevance | path

Searched refs:fcache_vno (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h280 int32_t fcache_vno; /* create cache files w/ this member
H A Dcontext.c218 INIT_FIELD(context, int, fcache_vno, 0, "fcache_version"); in init_context_from_config_file()
1268 context->fcache_vno = version; in krb5_set_fcache_version()
1287 *version = context->fcache_vno; in krb5_get_fcache_version()
H A Dfcache.c437 if(context->fcache_vno != 0) in fcc_initialize()
438 f->version = context->fcache_vno; in fcc_initialize()