Searched refs:krb5_cc_ops (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | krb5.h | 360 struct krb5_cc_ops; 383 const struct krb5_cc_ops *ops; 489 typedef struct krb5_cc_ops { struct 520 } krb5_cc_ops; typedef 977 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_acc_ops; 978 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_dcc_ops; 979 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops; 980 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_mcc_ops; 981 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_kcm_ops; 982 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_akcm_ops; [all …]
|
H A D | pcache.c | 50 krb5_cc_ops *ccops = (krb5_cc_ops *)plugctx; in cc_plugin_register_to_context()
|
H A D | cache.c | 121 const krb5_cc_ops *ops, in krb5_cc_register() 139 const krb5_cc_ops **o = realloc(rk_UNCONST(context->cc_ops), in krb5_cc_register() 162 const krb5_cc_ops *ops, in _krb5_cc_allocate() 186 const krb5_cc_ops *ops, in allocate_ccache() 307 const krb5_cc_ops *ops; in krb5_cc_new_unique() 406 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 498 const krb5_cc_ops *ops; in krb5_cc_support_switch() 518 const krb5_cc_ops *ops = KRB5_DEFAULT_CCTYPE; in krb5_cc_set_default_name() 1057 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 1096 const krb5_cc_ops *ops; [all …]
|
H A D | kcm.c | 846 kcm_get_cache_next(krb5_context context, krb5_cc_cursor cursor, const krb5_cc_ops *ops, krb5_ccache… in kcm_get_cache_next() 953 kcm_get_default_name(krb5_context context, const krb5_cc_ops *ops, in kcm_get_default_name() 1100 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_kcm_ops = { 1129 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_akcm_ops = {
|
H A D | test_cc.c | 494 const krb5_cc_ops *ops; in test_move() 541 test_prefix_ops(krb5_context context, const char *name, const krb5_cc_ops *ops) in test_prefix_ops() 543 const krb5_cc_ops *o; in test_prefix_ops()
|
H A D | krb5_locl.h | 241 const krb5_cc_ops **cc_ops;
|
H A D | krb5-private.h | 97 const krb5_cc_ops */*ops*/,
|
H A D | deprecated.c | 389 const krb5_cc_ops *ops, in krb5_cc_gen_new()
|
H A D | mcache.c | 575 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_mcc_ops = {
|
H A D | krb5-protos.h | 1137 const krb5_cc_ops */*ops*/, 1264 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 1281 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 1426 const krb5_cc_ops */*ops*/,
|
H A D | dcache.c | 674 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_dcc_ops = {
|
H A D | context.c | 305 const krb5_cc_ops **cc_ops; in cc_ops_copy()
|
H A D | acache.c | 1090 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_acc_ops = {
|
H A D | fcache.c | 1305 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops = {
|
H A D | scache.c | 1402 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops = {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/ |
H A D | kcm_locl.h | 180 extern const krb5_cc_ops krb5_kcmss_ops;
|
H A D | glue.c | 278 static const krb5_cc_ops krb5_kcmss_ops = {
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kswitch.c | 153 const krb5_cc_ops *ops; in kswitch()
|
/netbsd-src/crypto/external/bsd/heimdal/include/ |
H A D | krb5-private.h | 95 const krb5_cc_ops */*ops*/,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog | 213 * kcm/glue.c: Adapt to chenge to krb5_cc_ops. 244 * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
|
H A D | ChangeLog.2005 | 373 * lib/krb5/krb5.h (krb5_cc_ops): add cache iteration functions
|