HomeSort by: relevance | last modified time | path
    Searched refs:krb5_ccache (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/heimdal/dist/kcm/
glue.c 51 krb5_ccache id)
57 kcmss_resolve(krb5_context context, krb5_ccache *id, const char *res)
63 kcmss_gen_new(krb5_context context, krb5_ccache *id)
70 krb5_ccache id,
90 krb5_ccache id)
104 krb5_ccache id)
118 krb5_ccache id,
134 krb5_ccache id,
159 krb5_ccache id,
175 krb5_ccache id
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
dcache.c 41 krb5_ccache fcache;
49 static krb5_error_code KRB5_CALLCONV dcc_close(krb5_context, krb5_ccache);
202 krb5_ccache id)
253 dcc_resolve(krb5_context context, krb5_ccache *id, const char *res)
396 dcc_gen_new(krb5_context context, krb5_ccache *id)
446 krb5_ccache id,
455 krb5_ccache id)
463 krb5_ccache id)
466 krb5_ccache fcache = D2FCACHE(dc);
473 krb5_ccache id
    [all...]
krb5.h 388 typedef struct krb5_ccache_data *krb5_ccache; typedef in typeref:struct:krb5_ccache_data
492 const char* (KRB5_CALLCONV * get_name)(krb5_context, krb5_ccache);
493 krb5_error_code (KRB5_CALLCONV * resolve)(krb5_context, krb5_ccache *, const char *);
494 krb5_error_code (KRB5_CALLCONV * gen_new)(krb5_context, krb5_ccache *);
495 krb5_error_code (KRB5_CALLCONV * init)(krb5_context, krb5_ccache, krb5_principal);
496 krb5_error_code (KRB5_CALLCONV * destroy)(krb5_context, krb5_ccache);
497 krb5_error_code (KRB5_CALLCONV * close)(krb5_context, krb5_ccache);
498 krb5_error_code (KRB5_CALLCONV * store)(krb5_context, krb5_ccache, krb5_creds*);
499 krb5_error_code (KRB5_CALLCONV * retrieve)(krb5_context, krb5_ccache,
501 krb5_error_code (KRB5_CALLCONV * get_princ)(krb5_context, krb5_ccache, krb5_principal*)
    [all...]
cache.c 44 * krb5_ccache structure holds a Kerberos credential cache.
71 krb5_ccache id;
116 * @ingroup krb5_ccache
163 krb5_ccache *id)
165 krb5_ccache p;
188 krb5_ccache *id)
259 * @ingroup krb5_ccache
266 krb5_ccache *id)
300 * @ingroup krb5_ccache
305 const char *hint, krb5_ccache *id
    [all...]
convert_creds.c 86 krb5_ccache ccache,
kcm.c 48 kcm_set_kdc_offset(krb5_context, krb5_ccache, krb5_deltat);
141 kcm_alloc(krb5_context context, const char *name, krb5_ccache *id)
222 kcm_free(krb5_context context, krb5_ccache *id)
236 krb5_ccache id)
242 kcm_resolve(krb5_context context, krb5_ccache *id, const char *res)
254 kcm_gen_new(krb5_context context, krb5_ccache *id)
304 krb5_ccache id,
339 krb5_ccache id)
354 krb5_ccache id)
386 krb5_ccache id
    [all...]
mcache.c 64 krb5_ccache id)
112 mcc_resolve(krb5_context context, krb5_ccache *id, const char *res)
146 mcc_gen_new(krb5_context context, krb5_ccache *id)
192 krb5_ccache id,
236 krb5_ccache id)
249 krb5_ccache id)
280 krb5_ccache id,
318 krb5_ccache id,
338 krb5_ccache id,
356 krb5_ccache id
    [all...]
krb5-protos.h 91 krb5_ccache /*ccache*/,
936 * @ingroup krb5_ccache
954 * @ingroup krb5_ccache
974 * @ingroup krb5_ccache
981 krb5_ccache */*id*/);
994 * @ingroup krb5_ccache
1001 krb5_ccache */*id*/);
1006 * @ingroup krb5_ccache
1017 * @ingroup krb5_ccache
1023 krb5_ccache /*id*/)
    [all...]
mk_req.c 44 krb5_ccache ccache,
89 krb5_ccache ccache,
verify_user.c 41 krb5_ccache ccache,
50 krb5_ccache id;
118 krb5_verify_opt_set_ccache(krb5_verify_opt *opt, krb5_ccache ccache)
220 krb5_ccache ccache,
244 krb5_ccache ccache,
fcache.c 67 krb5_ccache id)
178 fcc_lock(krb5_context context, krb5_ccache id,
191 fcc_resolve(krb5_context context, krb5_ccache *id, const char *res)
324 fcc_gen_new(krb5_context context, krb5_ccache *id)
396 krb5_ccache id,
542 krb5_ccache id,
600 krb5_ccache id)
612 krb5_ccache id)
622 krb5_ccache id,
657 krb5_ccache id
    [all...]
verify_init.c 80 krb5_ccache *ccache,
85 krb5_ccache local_ccache = NULL;
216 * @ingroup krb5_ccache
223 krb5_ccache ccache,
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
client_glue.c 118 krb5_ccache ccache,
137 krb5_ccache ccache,
server_glue.c 118 krb5_ccache ccache,
137 krb5_ccache ccache,
kadm5-private.h 31 krb5_ccache /*ccache*/,
32 krb5_ccache */*ret_cache*/);
210 krb5_ccache /*ccache*/,
221 krb5_ccache /*ccache*/,
498 krb5_ccache /*ccache*/,
509 krb5_ccache /*ccache*/,
init_c.c 151 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;
581 krb5_ccache ccache,
590 krb5_ccache cc
    [all...]
kadm5-protos.h 200 krb5_ccache /*ccache*/,
211 krb5_ccache /*ccache*/,
private.h 129 krb5_ccache ccache;
140 krb5_ccache ccache;
  /src/crypto/external/bsd/heimdal/include/
krb5-protos.h 89 krb5_ccache /*ccache*/,
934 * @ingroup krb5_ccache
952 * @ingroup krb5_ccache
972 * @ingroup krb5_ccache
979 krb5_ccache */*id*/);
992 * @ingroup krb5_ccache
999 krb5_ccache */*id*/);
1004 * @ingroup krb5_ccache
1015 * @ingroup krb5_ccache
1021 krb5_ccache /*id*/)
    [all...]
kadm5-private.h 29 krb5_ccache /*ccache*/,
30 krb5_ccache */*ret_cache*/);
208 krb5_ccache /*ccache*/,
219 krb5_ccache /*ccache*/,
482 krb5_ccache /*ccache*/,
493 krb5_ccache /*ccache*/,
  /src/lib/libtelnet/
forward.c 47 krb5_ccache ccache = NULL;
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
kafs.h 160 krb5_ccache id,
165 krb5_ccache id,
169 krb5_ccache id,
176 krb5_ccache id,
afskrb5.c 40 krb5_ccache id;
117 v5_convert(krb5_context context, krb5_ccache id,
251 krb5_ccache id,
292 krb5_ccache id,
302 krb5_ccache id,
311 krb5_ccache id,
  /src/usr.bin/login/
k5login.c 88 int k5_verify_creds(krb5_context, krb5_ccache);
123 k5_verify_creds(krb5_context c, krb5_ccache ccache)
238 krb5_ccache ccache;
294 krb5_ccache ccache;
335 krb5_ccache ccache = NULL;
447 krb5_ccache ccache = NULL;
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
store_cred.c 51 krb5_ccache id = NULL;
52 krb5_ccache def_ccache = NULL;

Completed in 87 milliseconds

1 2 3 4