Searched refs:krb5_ccache (Results 1 - 25 of 132) sorted by relevance

123456

/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dglue.c47 krb5_ccache id)
53 kcmss_resolve(krb5_context context, krb5_ccache *id, const char *res)
59 kcmss_gen_new(krb5_context context, krb5_ccache *id)
66 krb5_ccache id,
86 krb5_ccache id)
100 krb5_ccache id)
114 krb5_ccache id,
129 krb5_ccache id,
154 krb5_ccache id,
170 krb5_ccache i
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/dceutils/
H A Dk5dce.h65 } *krb5_ccache; typedef in typeref:struct:_krb5_ccache
69 char *(*get_name) NPROTOTYPE((krb5_ccache));
70 krb5_error_code (*resolve) NPROTOTYPE((krb5_ccache *, char *));
71 krb5_error_code (*gen_new) NPROTOTYPE((krb5_ccache *));
72 krb5_error_code (*init) NPROTOTYPE((krb5_ccache, krb5_principal));
73 krb5_error_code (*destroy) NPROTOTYPE((krb5_ccache));
74 krb5_error_code (*close) NPROTOTYPE((krb5_ccache));
75 krb5_error_code (*store) NPROTOTYPE((krb5_ccache, krb5_creds *));
76 krb5_error_code (*retrieve) NPROTOTYPE((krb5_ccache, krb5_flags,
78 krb5_error_code (*get_princ) NPROTOTYPE((krb5_ccache,
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dcache.c44 return heim_krb5_cc_default(HC(context), (krb5_ccache *)cache);
51 return heim_krb5_cc_resolve(HC(context), str, (krb5_ccache *)cache);
61 return heim_krb5_cc_initialize(HC(context), (krb5_ccache)cache, p->heim);
73 ret = heim_krb5_cc_store_cred(HC(context), (krb5_ccache)cache, &hcred);
88 ret = heim_krb5_cc_get_principal(HC(context), (krb5_ccache)cache, &p);
104 return heim_krb5_cc_close(HC(context), (krb5_ccache)cache);
110 return heim_krb5_cc_get_name(HC(context), (krb5_ccache)cache);
116 return heim_krb5_cc_get_type(HC(context), (krb5_ccache)cache);
132 ret = heim_krb5_cc_get_config(HC(context), (krb5_ccache)id, hc, key, &hdata);
147 return heim_krb5_cc_new_unique(HC(context), type, hint, (krb5_ccache *)i
[all...]
H A Dheim.h126 krb5_ccache /*ccache*/,
670 krb5_ccache */*id*/);
676 krb5_ccache */*id*/);
684 krb5_ccache /*id*/);
689 const krb5_ccache /*from*/,
690 krb5_ccache /*to*/);
695 const krb5_ccache /*from*/,
696 krb5_ccache /*to*/);
701 const krb5_ccache /*from*/,
702 krb5_ccache /*t
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkrb5.h396 typedef struct krb5_ccache_data *krb5_ccache; typedef in typeref:struct:krb5_ccache_data
500 const char* (KRB5_CALLCONV * get_name)(krb5_context, krb5_ccache);
501 krb5_error_code (KRB5_CALLCONV * resolve)(krb5_context, krb5_ccache *, const char *);
502 krb5_error_code (KRB5_CALLCONV * gen_new)(krb5_context, krb5_ccache *);
503 krb5_error_code (KRB5_CALLCONV * init)(krb5_context, krb5_ccache, krb5_principal);
504 krb5_error_code (KRB5_CALLCONV * destroy)(krb5_context, krb5_ccache);
505 krb5_error_code (KRB5_CALLCONV * close)(krb5_context, krb5_ccache);
506 krb5_error_code (KRB5_CALLCONV * store)(krb5_context, krb5_ccache, krb5_creds*);
507 krb5_error_code (KRB5_CALLCONV * retrieve)(krb5_context, krb5_ccache,
509 krb5_error_code (KRB5_CALLCONV * get_princ)(krb5_context, krb5_ccache, krb5_principa
[all...]
H A Dmcache.c79 krb5_ccache id)
128 mcc_resolve(krb5_context context, krb5_ccache *id, const char *res)
160 mcc_gen_new(krb5_context context, krb5_ccache *id)
180 krb5_ccache id,
217 krb5_ccache id)
226 krb5_ccache id)
257 krb5_ccache id,
288 krb5_ccache id,
302 krb5_ccache id,
316 krb5_ccache i
[all...]
H A Dcache.c42 * krb5_ccache structure holds a Kerberos credential cache.
69 krb5_ccache id;
114 * @ingroup krb5_ccache
161 krb5_ccache *id)
163 krb5_ccache p;
186 krb5_ccache *id)
252 * @ingroup krb5_ccache
259 krb5_ccache *id)
293 * @ingroup krb5_ccache
298 const char *hint, krb5_ccache *i
[all...]
H A Dconvert_creds.c84 krb5_ccache ccache,
H A Dkcm.c46 kcm_set_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat kdc_offset);
48 kcm_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *kdc_offset);
149 kcm_alloc(krb5_context context, const char *name, krb5_ccache *id)
230 kcm_free(krb5_context context, krb5_ccache *id)
244 krb5_ccache id)
250 kcm_resolve(krb5_context context, krb5_ccache *id, const char *res)
262 kcm_gen_new(krb5_context context, krb5_ccache *id)
298 krb5_ccache id,
333 krb5_ccache id)
348 krb5_ccache i
[all...]
H A Dxcache.c97 krb5_ccache id)
104 xcc_alloc(krb5_context context, krb5_ccache *id)
125 xcc_resolve(krb5_context context, krb5_ccache *id, const char *res)
204 xcc_gen_new(krb5_context context, krb5_ccache *id)
222 krb5_ccache id,
274 krb5_ccache id)
290 krb5_ccache id)
302 krb5_ccache id,
404 krb5_ccache id,
435 krb5_ccache i
[all...]
H A Dfcache.c63 krb5_ccache id)
174 fcc_lock(krb5_context context, krb5_ccache id,
187 fcc_resolve(krb5_context context, krb5_ccache *id, const char *res)
315 fcc_gen_new(krb5_context context, krb5_ccache *id)
387 krb5_ccache id,
425 krb5_ccache id,
483 krb5_ccache id)
495 krb5_ccache id)
506 krb5_ccache id,
546 krb5_ccache i
[all...]
H A Dmk_req.c42 krb5_ccache ccache,
87 krb5_ccache ccache,
H A Dverify_user.c40 krb5_ccache ccache,
48 krb5_ccache id;
79 krb5_ccache ccache;
125 krb5_verify_opt_set_ccache(krb5_verify_opt *opt, krb5_ccache ccache)
252 krb5_ccache ccache,
276 krb5_ccache ccache,
H A Dkcache.c227 krb5_ccache id)
234 kcc_resolve(krb5_context context, krb5_ccache *id, const char *res)
266 kcc_gen_new(krb5_context context, krb5_ccache *id)
323 krb5_ccache id,
420 krb5_ccache id)
433 krb5_ccache id)
446 krb5_ccache id,
564 krb5_ccache id,
622 krb5_ccache id,
693 krb5_ccache i
[all...]
H A Dkrb5-protos.h101 krb5_ccache ccache,
906 * @ingroup krb5_ccache
924 * @ingroup krb5_ccache
948 * @ingroup krb5_ccache
955 krb5_ccache *id);
968 * @ingroup krb5_ccache
975 krb5_ccache *id);
980 * @ingroup krb5_ccache
991 * @ingroup krb5_ccache
997 krb5_ccache i
[all...]
H A Dverify_init.c82 krb5_ccache *ccache,
87 krb5_ccache local_ccache = NULL;
225 * @ingroup krb5_ccache
232 krb5_ccache ccache,
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dkauth.c52 krb5_ccache id;
106 krb5_ccache id;
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dclient_glue.c116 krb5_ccache ccache,
135 krb5_ccache ccache,
H A Dserver_glue.c116 krb5_ccache ccache,
135 krb5_ccache ccache,
H A Dkadm5-private.h24 krb5_ccache */*id*/,
35 krb5_ccache /*ccache*/,
36 krb5_ccache */*ret_cache*/);
295 krb5_ccache /*ccache*/,
306 krb5_ccache /*ccache*/,
536 krb5_ccache /*ccache*/,
547 krb5_ccache /*ccache*/,
H A Dinit_c.c151 krb5_ccache id,
177 krb5_ccache *ret_cache)
182 krb5_ccache id;
261 krb5_ccache *id,
340 krb5_ccache ccache,
341 krb5_ccache *ret_cache)
344 krb5_ccache id = NULL;
428 krb5_ccache cc;
582 krb5_ccache ccache,
591 krb5_ccache c
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kafs/
H A Dkafs.h155 krb5_ccache id,
160 krb5_ccache id,
164 krb5_ccache id,
171 krb5_ccache id,
H A Dafskrb5.c38 krb5_ccache id;
113 v5_convert(krb5_context context, krb5_ccache id,
253 krb5_ccache id,
294 krb5_ccache id,
304 krb5_ccache id,
313 krb5_ccache id,
/macosx-10.10/libtelnet-13/
H A Dforward.c45 krb5_ccache ccache = NULL;
/macosx-10.10/sudo-73/src/auth/
H A Dkerb5.c69 krb5_ccache ccache;
137 krb5_ccache ccache;
185 krb5_ccache ccache;
205 krb5_ccache ccache;
275 krb5_ccache ccache;

Completed in 402 milliseconds

123456