Searched refs:test_cache_iter (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_cc.c | 377 test_cache_iter(krb5_context context, const char *type, int destroy) in test_cache_iter() function 701 test_cache_iter(context, krb5_cc_type_memory, 0); in main() 714 test_cache_iter(context, krb5_cc_type_memory, 0); in main() 715 test_cache_iter(context, krb5_cc_type_memory, 1); in main() 716 test_cache_iter(context, krb5_cc_type_memory, 0); in main() 717 test_cache_iter(context, krb5_cc_type_file, 0); in main() 718 test_cache_iter(context, krb5_cc_type_api, 0); in main() 719 test_cache_iter(context, krb5_cc_type_scc, 0); in main() 720 test_cache_iter(context, krb5_cc_type_scc, 1); in main() 722 test_cache_iter(context, krb5_cc_type_dcc, 0); in main() [all …]
|