Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.h83 (krb5_context context, krb5_cc_ptcursor *cursor);
86 (krb5_context context, krb5_cc_ptcursor cursor, krb5_ccache *ccache);
89 (krb5_context context, krb5_cc_ptcursor *cursor);
H A Dstdcc.c822 krb5_cc_ptcursor *cursor) in krb5_stdccv3_ptcursor_new()
825 krb5_cc_ptcursor ptcursor = NULL; in krb5_stdccv3_ptcursor_new()
861 krb5_cc_ptcursor cursor, in krb5_stdccv3_ptcursor_next()
935 krb5_cc_ptcursor *cursor) in krb5_stdccv3_ptcursor_free()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc-int.h179 typedef struct krb5_cc_ptcursor_s *krb5_cc_ptcursor; typedef
212 krb5_cc_ptcursor *);
214 krb5_cc_ptcursor,
217 krb5_cc_ptcursor *);
H A Dcc_memory.c79 (krb5_context, krb5_cc_ptcursor *);
82 (krb5_context, krb5_cc_ptcursor, krb5_ccache *);
85 (krb5_context, krb5_cc_ptcursor *);
710 krb5_cc_ptcursor *cursor) in krb5_mcc_ptcursor_new()
712 krb5_cc_ptcursor n = NULL; in krb5_mcc_ptcursor_new()
735 krb5_cc_ptcursor cursor, in krb5_mcc_ptcursor_next()
757 krb5_cc_ptcursor *cursor) in krb5_mcc_ptcursor_free()
H A Dcc_dir.c553 krb5_cc_ptcursor *cursor_out) in make_cursor()
555 krb5_cc_ptcursor cursor; in make_cursor()
580 dcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor_out) in dcc_ptcursor_new()
635 dcc_ptcursor_next(krb5_context context, krb5_cc_ptcursor cursor, in dcc_ptcursor_next()
680 dcc_ptcursor_free(krb5_context context, krb5_cc_ptcursor *cursor) in dcc_ptcursor_free()
H A Dcc_api_macos.c512 api_macos_ptcursor_new(krb5_context context, krb5_cc_ptcursor *ptcursor_out) in api_macos_ptcursor_new()
514 krb5_cc_ptcursor ptcursor = NULL; in api_macos_ptcursor_new()
563 api_macos_ptcursor_next(krb5_context context, krb5_cc_ptcursor ptcursor, in api_macos_ptcursor_next()
638 api_macos_ptcursor_free(krb5_context context, krb5_cc_ptcursor *ptcursor) in api_macos_ptcursor_free()
H A Dcc_kcm.c1100 krb5_cc_ptcursor *cursor_out) in make_ptcursor()
1102 krb5_cc_ptcursor cursor = NULL; in make_ptcursor()
1139 kcm_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor_out) in kcm_ptcursor_new()
1211 kcm_ptcursor_next(krb5_context context, krb5_cc_ptcursor cursor, in kcm_ptcursor_next()
1266 kcm_ptcursor_free(krb5_context context, krb5_cc_ptcursor *cursor) in kcm_ptcursor_free()
H A Dcc_keyring.c255 krcc_ptcursor_free(krb5_context context, krb5_cc_ptcursor *cursor);
1505 krcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor_out) in krcc_ptcursor_new()
1508 krb5_cc_ptcursor cursor; in krcc_ptcursor_new()
1566 krcc_ptcursor_next(krb5_context context, krb5_cc_ptcursor cursor, in krcc_ptcursor_next()
1642 krcc_ptcursor_free(krb5_context context, krb5_cc_ptcursor *cursor) in krcc_ptcursor_free()
H A Dcc_file.c1181 fcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor) in fcc_ptcursor_new()
1183 krb5_cc_ptcursor n = NULL; in fcc_ptcursor_new()
1206 fcc_ptcursor_next(krb5_context context, krb5_cc_ptcursor cursor, in fcc_ptcursor_next()
1245 fcc_ptcursor_free(krb5_context context, krb5_cc_ptcursor *cursor) in fcc_ptcursor_free()
H A Dcccursor.c40 krb5_cc_ptcursor ptcursor;
H A Dcc_mslsa.c2144 krb5_lcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor) in krb5_lcc_ptcursor_new()
2146 krb5_cc_ptcursor new_cursor = (krb5_cc_ptcursor )malloc(sizeof(*new_cursor)); in krb5_lcc_ptcursor_new()
2157 krb5_lcc_ptcursor_next(krb5_context context, krb5_cc_ptcursor cursor, krb5_ccache *ccache) in krb5_lcc_ptcursor_next()
2176 krb5_lcc_ptcursor_free(krb5_context context, krb5_cc_ptcursor *cursor) in krb5_lcc_ptcursor_free()