Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_cc.c541 test_prefix_ops(krb5_context context, const char *name, const krb5_cc_ops *ops) in test_prefix_ops() function
750 test_prefix_ops(context, "FILE:/tmp/foo", &krb5_fcc_ops); in main()
751 test_prefix_ops(context, "FILE", &krb5_fcc_ops); in main()
752 test_prefix_ops(context, "MEMORY", &krb5_mcc_ops); in main()
753 test_prefix_ops(context, "MEMORY:foo", &krb5_mcc_ops); in main()
754 test_prefix_ops(context, "/tmp/kaka", &krb5_fcc_ops); in main()
756 test_prefix_ops(context, "SCC:", &krb5_scc_ops); in main()
757 test_prefix_ops(context, "SCC:foo", &krb5_scc_ops); in main()
760 test_prefix_ops(context, "DIR:", &krb5_dcc_ops); in main()
761 test_prefix_ops(context, "DIR:tkt1", &krb5_dcc_ops); in main()