Searched refs:test_cache_iter (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | test_cc.c | 375 test_cache_iter(krb5_context context, const char *type, int destroy) in test_cache_iter() function 677 test_cache_iter(context, krb5_cc_type_memory, 0); in main() 690 test_cache_iter(context, krb5_cc_type_memory, 0); in main() 691 test_cache_iter(context, krb5_cc_type_memory, 1); in main() 692 test_cache_iter(context, krb5_cc_type_memory, 0); in main() 693 test_cache_iter(context, krb5_cc_type_file, 0); in main() 694 test_cache_iter(context, krb5_cc_type_api, 0); in main() 695 test_cache_iter(context, krb5_cc_type_scc, 0); in main() 696 test_cache_iter(context, krb5_cc_type_scc, 1); in main()
|