Searched refs:krb5_cc_ops (Results 1 – 19 of 19) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5.h | 345 struct krb5_cc_ops; 368 const struct krb5_cc_ops *ops; 472 typedef struct krb5_cc_ops { struct 503 } krb5_cc_ops; typedef 895 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_acc_ops; 896 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops; 897 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_mcc_ops; 898 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_kcm_ops; 899 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_akcm_ops; 900 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops;
|
H A D | cache.c | 119 const krb5_cc_ops *ops, in krb5_cc_register() 137 const krb5_cc_ops **o = realloc(rk_UNCONST(context->cc_ops), in krb5_cc_register() 160 const krb5_cc_ops *ops, in _krb5_cc_allocate() 184 const krb5_cc_ops *ops, in allocate_ccache() 300 const krb5_cc_ops *ops; in krb5_cc_new_unique() 400 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 486 const krb5_cc_ops *ops; in krb5_cc_support_switch() 533 const krb5_cc_ops *ops = KRB5_DEFAULT_CCTYPE; in krb5_cc_set_default_name() 979 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 1010 const krb5_cc_ops *ops; [all …]
|
H A D | pcache.c | 52 krb5_cc_ops * ccops; in _krb5_load_ccache_plugins()
|
H A D | test_cc.c | 492 const krb5_cc_ops *ops; in test_move() 539 test_prefix_ops(krb5_context context, const char *name, const krb5_cc_ops *ops) in test_prefix_ops() 541 const krb5_cc_ops *o; in test_prefix_ops()
|
H A D | kcm.c | 852 kcm_get_cache_next(krb5_context context, krb5_cc_cursor cursor, const krb5_cc_ops *ops, krb5_ccache… in kcm_get_cache_next() 959 kcm_get_default_name(krb5_context context, const krb5_cc_ops *ops, in kcm_get_default_name() 1105 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_kcm_ops = { 1134 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_akcm_ops = {
|
H A D | krb5_locl.h | 268 const krb5_cc_ops **cc_ops;
|
H A D | krb5-private.h | 64 const krb5_cc_ops */*ops*/,
|
H A D | mcache.c | 493 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_mcc_ops = {
|
H A D | krb5-protos.h | 642 const krb5_cc_ops */*ops*/, 689 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 694 KRB5_LIB_FUNCTION const krb5_cc_ops * KRB5_LIB_CALL 750 const krb5_cc_ops */*ops*/,
|
H A D | fcache.c | 1097 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops = {
|
H A D | context.c | 276 const krb5_cc_ops **cc_ops; in cc_ops_copy()
|
H A D | acache.c | 1093 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_acc_ops = {
|
H A D | scache.c | 1425 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops = {
|
/freebsd/crypto/heimdal/kcm/ |
H A D | kcm_locl.h | 179 extern const krb5_cc_ops krb5_kcmss_ops;
|
H A D | glue.c | 249 static const krb5_cc_ops krb5_kcmss_ops = {
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kswitch.c | 148 const krb5_cc_ops *ops; in kswitch()
|
/freebsd/crypto/heimdal/ |
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
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16135 usr/share/man/man3/krb5_cc_ops.3.gz \
|