Searched refs:check_cache (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/krb5/src/clients/kvno/ |
| H A D | t_kvno.py | 5 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 D | cache-t.c | 44 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 D | rpcb_clnt.c | 91 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 D | get_creds.c | 1042 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()
|