Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/krb5/
H A Dtest_cc.c539 test_prefix_ops(krb5_context context, const char *name, const krb5_cc_ops *ops) in test_prefix_ops() function
714 test_prefix_ops(context, "FILE:/tmp/foo", &krb5_fcc_ops); in main()
715 test_prefix_ops(context, "FILE", &krb5_fcc_ops); in main()
716 test_prefix_ops(context, "MEMORY", &krb5_mcc_ops); in main()
717 test_prefix_ops(context, "MEMORY:foo", &krb5_mcc_ops); in main()
718 test_prefix_ops(context, "/tmp/kaka", &krb5_fcc_ops); in main()
720 test_prefix_ops(context, "SCC:", &krb5_scc_ops); in main()
721 test_prefix_ops(context, "SCC:foo", &krb5_scc_ops); in main()