Searched refs:krb5_cc_end_seq_get (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c111 ret = krb5_cc_end_seq_get (context, ccache, &cursor);
113 lreply(500, "krb5_cc_end_seq_get: %d", ret);
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcache.c91 ret = krb5_cc_end_seq_get(context, id, &cursor);
93 krb5_err(context, 1, ret, "krb5_cc_end_seq_get");
733 krb5_cc_end_seq_get(context, id, &cursor);
756 * beginning. Caller must free the cursor with krb5_cc_end_seq_get().
799 krb5_cc_end_seq_get (krb5_context context, function
915 krb5_cc_end_seq_get(context, from, &cursor);
1651 krb5_cc_end_seq_get(context, id, &cursor);
H A Dkrb5-protos.h634 krb5_cc_end_seq_get (
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dklist.c317 ret = krb5_cc_end_seq_get (context, ccache, &cursor);
319 krb5_err (context, 1, ret, "krb5_cc_end_seq_get");
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile211 krb5_ccache.3 krb5_cc_end_seq_get.3 \
/freebsd-13-stable/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c550 krb5_cc_end_seq_get(pam_context, ccache_temp, &cursor);
/freebsd-13-stable/usr.sbin/gssd/
H A Dgssd.c1119 krb5_cc_end_seq_get(context, ccache, &curse);

Completed in 135 milliseconds