Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/clients/kvno/
H A Dt_kvno.py5 def check_cache(ccache, expected_services): function
27 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ])
39 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ])
43 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ])
49 check_cache(realm.ccache, [realm.krbtgt_princ, realm.user_princ])
50 check_cache(out_ccache, [realm.host_princ, realm.admin_princ])
59 check_cache(out_ccache, [realm.user_princ])
/freebsd/contrib/pam-krb5/tests/module/
H A Dcache-t.c44 check_cache(const char *file, const struct script_config *config, in check_cache() function
124 check_cache(file, config, extra); in check_cache_callback()
175 check_cache(extra.cache_path, &config, &extra); in main()
/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c91 static struct address_cache *check_cache(const char *, const char *);
144 check_cache(const char *host, const char *netid) in check_cache() function
288 ad_cache = check_cache(host, nconf->nc_netid); in getclnthandle()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dget_creds.c1042 check_cache(krb5_context context, krb5_tkt_creds_context ctx) in check_cache() function
1263 code = check_cache(context, ctx); in krb5_tkt_creds_step()