Searched refs:krb5_cc_get_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c86 krb5_cc_get_type(context, ccache),
/freebsd-13-stable/crypto/heimdal/appl/afsutil/
H A Dpagsh.c141 snprintf(tf, sizeof(tf), "%s:%s", krb5_cc_get_type(context, id), name);
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkswitch.c102 rtbl_add_column_entry_by_id(ct, 2, krb5_cc_get_type(kcc_context, id));
H A Dkinit.c601 ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache),
817 krb5_cc_get_type(context, ccache),
833 type = krb5_cc_get_type(context, ccache);
H A Dklist.c248 krb5_cc_get_type(context, ccache),
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dadd_cred.c151 type = krb5_cc_get_type(context, cred->ccache);
H A Dcreds.c62 type = krb5_cc_get_type(context, handle->ccache);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcache.c343 krb5_cc_get_type(krb5_context context, function
371 type = krb5_cc_get_type(context, id);
1538 if (type && strcmp(krb5_cc_get_type(context, id), type) != 0)
1746 ret = asprintf(&ccname, "%s:%s", krb5_cc_get_type(context, id), krb5_cc_get_name(context, id));
H A Dtest_cc.c123 tc = krb5_cc_get_type(context, id);
180 krb5_cc_get_type(context, id),
H A Dkrb5-protos.h706 krb5_cc_get_type (
/freebsd-13-stable/crypto/heimdal/appl/su/
H A Dsu.c246 ret = asprintf(&cc_name, "%s:%s", krb5_cc_get_type(context, ccache2),
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile223 krb5_ccache.3 krb5_cc_get_type.3 \
/freebsd-13-stable/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c321 asprintf(&ccache_name, "%s:%s", krb5_cc_get_type(pam_context,

Completed in 188 milliseconds