HomeSort by: relevance | last modified time | path
    Searched defs:test_cache_iter (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_cc.c 377 test_cache_iter(krb5_context context, const char *type, int destroy) function
701 test_cache_iter(context, krb5_cc_type_memory, 0);
714 test_cache_iter(context, krb5_cc_type_memory, 0);
715 test_cache_iter(context, krb5_cc_type_memory, 1);
716 test_cache_iter(context, krb5_cc_type_memory, 0);
717 test_cache_iter(context, krb5_cc_type_file, 0);
718 test_cache_iter(context, krb5_cc_type_api, 0);
719 test_cache_iter(context, krb5_cc_type_scc, 0);
720 test_cache_iter(context, krb5_cc_type_scc, 1);
722 test_cache_iter(context, krb5_cc_type_dcc, 0)
    [all...]

Completed in 60 milliseconds