Home
last modified time | relevance | path

Searched refs:krb5_cc_ops (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5.h360 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 Dpcache.c50 krb5_cc_ops *ccops = (krb5_cc_ops *)plugctx; in cc_plugin_register_to_context()
H A Dcache.c121 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 Dkcm.c846 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 Dtest_cc.c494 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 Dkrb5_locl.h241 const krb5_cc_ops **cc_ops;
H A Dkrb5-private.h97 const krb5_cc_ops */*ops*/,
H A Ddeprecated.c389 const krb5_cc_ops *ops, in krb5_cc_gen_new()
H A Dmcache.c575 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_mcc_ops = {
H A Dkrb5-protos.h1137 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 Ddcache.c674 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_dcc_ops = {
H A Dcontext.c305 const krb5_cc_ops **cc_ops; in cc_ops_copy()
H A Dacache.c1090 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_acc_ops = {
H A Dfcache.c1305 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops = {
H A Dscache.c1402 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops = {
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/
H A Dkcm_locl.h180 extern const krb5_cc_ops krb5_kcmss_ops;
H A Dglue.c278 static const krb5_cc_ops krb5_kcmss_ops = {
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dkswitch.c153 const krb5_cc_ops *ops; in kswitch()
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Dkrb5-private.h95 const krb5_cc_ops */*ops*/,
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog213 * 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 DChangeLog.2005373 * lib/krb5/krb5.h (krb5_cc_ops): add cache iteration functions