Searched defs:ccache (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-9.3-release/crypto/heimdal/lib/auth/afskauthlib/
H A Dverify.c123 krb5_ccache ccache; local
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Dacquire_cred.c121 krb5_ccache ccache; local
[all...]
H A Daccept_sec_context.c128 krb5_ccache ccache = NULL; local
[all...]
H A Dgsskrb5_locl.h93 struct krb5_ccache_data *ccache; member in struct:__anon4587
H A Dinit_sec_context.c349 krb5_ccache ccache = NULL; local
171 gsskrb5_get_creds( OM_uint32 * minor_status, krb5_context context, krb5_ccache ccache, gsskrb5_ctx ctx, krb5_const_principal target_name, OM_uint32 time_req, OM_uint32 * time_rec, krb5_creds ** cred) argument
263 do_delegation(krb5_context context, krb5_auth_context ac, krb5_ccache ccache, krb5_creds *cred, krb5_const_principal name, krb5_data *fwd_data, uint32_t *flags) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dsendauth.c66 krb5_sendauth(krb5_context context, krb5_auth_context *auth_context, krb5_pointer p_fd, const char *appl_version, krb5_principal client, krb5_principal server, krb5_flags ap_req_options, krb5_data *in_data, krb5_creds *in_creds, krb5_ccache ccache, krb5_error **ret_error, krb5_ap_rep_enc_part **rep_result, krb5_creds **out_creds) argument
H A Dverify_user.c120 krb5_verify_opt_set_ccache(krb5_verify_opt *opt, krb5_ccache ccache) argument
39 verify_common(krb5_context context, krb5_principal principal, krb5_ccache ccache, krb5_keytab keytab, krb5_boolean secure, const char *service, krb5_creds cred) argument
224 krb5_verify_user(krb5_context context, krb5_principal principal, krb5_ccache ccache, const char *password, krb5_boolean secure, const char *service) argument
248 krb5_verify_user_lrealm(krb5_context context, krb5_principal principal, krb5_ccache ccache, const char *password, krb5_boolean secure, const char *service) argument
[all...]
H A Dget_for_creds.c106 krb5_fwd_tgt_creds(krb5_context context, krb5_auth_context auth_context, const char *hostname, krb5_principal client, krb5_principal server, krb5_ccache ccache, int forwardable, krb5_data *out_data) argument
190 krb5_get_forwarded_creds(krb5_context context, krb5_auth_context auth_context, krb5_ccache ccache, krb5_flags flags, const char *hostname, krb5_creds *in_creds, krb5_data *out_data) argument
/freebsd-9.3-release/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c175 krb5_ccache ccache; local
/freebsd-9.3-release/crypto/heimdal/appl/kf/
H A Dkf.c134 krb5_ccache ccache; local
H A Dkfd.c135 krb5_ccache ccache; local
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dacquire.c46 kcm_ccache_acquire(krb5_context context, kcm_ccache ccache, krb5_creds **credp) argument
167 change_pw(krb5_context context, kcm_ccache ccache, char *cpn, char *newpw) argument
276 get_salt_and_kvno(krb5_context context, kcm_ccache ccache, krb5_enctype *etypes, char *cpn, char *newpw, krb5_salt *salt, unsigned *kvno) argument
344 update_keytab_entry(krb5_context context, kcm_ccache ccache, krb5_enctype etype, char *cpn, char *spn, char *newpw, krb5_salt salt, unsigned kvno) argument
404 update_keytab_entries(krb5_context context, kcm_ccache ccache, krb5_enctype *etypes, char *cpn, char *spn, char *newpw, krb5_salt salt, unsigned kvno) argument
453 change_pw_and_update_keytab(krb5_context context, kcm_ccache ccache) argument
[all...]
H A Dcache.c56 kcm_ccache_resolve_internal(krb5_context context, const char *name, kcm_ccache *ccache) argument
158 kcm_ccache_alloc(krb5_context context, const char *name, kcm_ccache *ccache) argument
246 kcm_ccache_remove_creds_internal(krb5_context context, kcm_ccache ccache) argument
281 kcm_ccache_remove_creds(krb5_context context, kcm_ccache ccache) argument
368 kcm_retain_ccache(krb5_context context, kcm_ccache ccache) argument
381 kcm_release_ccache(krb5_context context, kcm_ccache *ccache) argument
405 kcm_ccache_gen_new(krb5_context context, pid_t pid, uid_t uid, gid_t gid, kcm_ccache *ccache) argument
426 kcm_ccache_new(krb5_context context, const char *name, kcm_ccache *ccache) argument
445 kcm_ccache_resolve(krb5_context context, const char *name, kcm_ccache *ccache) argument
468 kcm_ccache_destroy_if_empty(krb5_context context, kcm_ccache ccache) argument
484 kcm_ccache_store_cred(krb5_context context, kcm_ccache ccache, krb5_creds *creds, int copy) argument
502 kcm_ccache_store_cred_internal(krb5_context context, kcm_ccache ccache, krb5_creds *creds, int copy, krb5_creds **credp) argument
552 kcm_ccache_remove_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
573 kcm_ccache_remove_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds) argument
590 kcm_ccache_retrieve_cred_internal(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **creds) argument
620 kcm_ccache_retrieve_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **credp) argument
[all...]
H A Dconfig.c154 static int parse_owners(kcm_ccache ccache) argument
218 kcm_ccache ccache; local
[all...]
H A Dkcm_locl.h124 kcm_ccache ccache; member in struct:kcm_event
H A Dprotocol.c66 kcm_ccache ccache; local
137 kcm_ccache ccache; local
236 kcm_ccache ccache; local
295 kcm_ccache ccache; local
383 kcm_ccache ccache; local
426 kcm_ccache ccache; local
474 kcm_ccache ccache; local
536 kcm_ccache ccache; local
586 kcm_ccache ccache; local
643 kcm_ccache ccache; local
691 kcm_ccache ccache; local
744 kcm_ccache ccache; local
797 kcm_ccache ccache; local
889 kcm_ccache ccache; local
[all...]
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dkimpersonate.c144 krb5_ccache ccache; local
H A Dklist.c224 print_tickets(krb5_context context, krb5_ccache ccache, krb5_principal principal, int do_verbose, int do_flags, int do_hidden) argument
321 check_for_tgt(krb5_context context, krb5_ccache ccache, krb5_principal principal, time_t *expiration) argument
441 krb5_ccache ccache; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c310 _kadm5_c_get_cred_cache(krb5_context context, const char *client_name, const char *server_name, const char *password, krb5_prompter_fct prompter, const char *keytab, krb5_ccache ccache, krb5_ccache *ret_cache) argument
551 kadm5_c_init_with_context(krb5_context context, const char *client_name, const char *password, krb5_prompter_fct prompter, const char *keytab, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
601 init_context(const char *client_name, const char *password, krb5_prompter_fct prompter, const char *keytab, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
729 kadm5_c_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
752 kadm5_c_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]
H A Dprivate.h107 krb5_ccache ccache; member in struct:kadm5_client_context
118 krb5_ccache ccache; member in struct:kadm5_ad_context
/freebsd-9.3-release/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c106 krb5_ccache ccache; local
595 krb5_ccache ccache; local
812 verify_krb_v5_tgt(krb5_context context, krb5_ccache ccache, char *pam_service, int debug) argument
925 krb5_ccache ccache; local
[all...]
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dkerberos5.c170 krb5_ccache ccache; local
498 krb5_ccache ccache; local
742 krb5_ccache ccache; local
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/su/
H A Dsu.c166 static krb5_ccache ccache; variable
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c198 krb5_ccache ccache; local
544 krb5_ccache ccache; local
788 krb5_ccache ccache; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/auth/sia/
H A Dsia.c116 krb5_ccache ccache; local
334 krb5_ccache ccache; local
408 krb5_ccache ccache; local
[all...]

Completed in 289 milliseconds

123