Searched refs:krb5_cc_type_file (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dconstants.c58 KRB5_LIB_VARIABLE const char *krb5_cc_type_file = "FILE"; variable
H A Dtest_cc.c658 test_cache_remove(context, krb5_cc_type_file);
667 test_init_vs_destroy(context, krb5_cc_type_file);
693 test_cache_iter(context, krb5_cc_type_file, 0);
698 test_copy(context, krb5_cc_type_file, krb5_cc_type_file);
700 test_copy(context, krb5_cc_type_file, krb5_cc_type_memory);
701 test_copy(context, krb5_cc_type_memory, krb5_cc_type_file);
702 test_copy(context, krb5_cc_type_scc, krb5_cc_type_file);
703 test_copy(context, krb5_cc_type_file, krb5_cc_type_scc);
707 test_move(context, krb5_cc_type_file);
[all...]
H A Dkrb5.h910 extern KRB5_LIB_VARIABLE const char *krb5_cc_type_file;
/freebsd-13-stable/crypto/heimdal/appl/su/
H A Dsu.c233 ret = krb5_cc_new_unique(context, krb5_cc_type_file, NULL, &ccache2);

Completed in 81 milliseconds