Searched defs:ccache (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-10.0-release/crypto/heimdal/kcm/
H A Dacquire.c41 kcm_ccache_acquire(krb5_context context, kcm_ccache ccache, krb5_creds **credp) argument
[all...]
H A Drenew.c38 kcm_ccache_refresh(krb5_context context, kcm_ccache ccache, krb5_creds **credp) argument
[all...]
H A Dacl.c38 kcm_access(krb5_context context, kcm_client *client, kcm_operation opcode, kcm_ccache ccache) argument
147 kcm_chmod(krb5_context context, kcm_client *client, kcm_ccache ccache, uint16_t mode) argument
174 kcm_chown(krb5_context context, kcm_client *client, kcm_ccache ccache, uid_t uid, gid_t gid) argument
[all...]
H A Dclient.c69 kcm_ccache ccache; local
94 kcm_ccache ccache; local
39 kcm_ccache_resolve_client(krb5_context context, kcm_client *client, kcm_operation opcode, const char *name, kcm_ccache *ccache) argument
[all...]
H A Devents.c174 is_primary_credential_p(krb5_context context, kcm_ccache ccache, krb5_creds *newcred) argument
207 kcm_ccache ccache = event->ccache; local
243 kcm_ccache_enqueue_default(krb5_context context, kcm_ccache ccache, krb5_creds *newcred) argument
297 kcm_cleanup_events(krb5_context context, kcm_ccache ccache) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dklist.c125 krb5_ccache ccache; local
69 print_tickets(krb5_context context, krb5_ccache ccache, krb5_principal principal) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dclient_glue.c115 kadm5_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
133 kadm5_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
H A Dserver_glue.c115 kadm5_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
133 kadm5_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
H A Dinit_s.c199 kadm5_s_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
218 kadm5_s_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
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dmk_req.c37 krb5_mk_req_exact(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const krb5_principal server, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument
81 krb5_mk_req(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const char *service, const char *hostname, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument
H A Drd_cred.c327 krb5_rd_cred2(krb5_context context, krb5_auth_context auth_context, krb5_ccache ccache, krb5_data *in_data) argument
H A Dverify_init.c71 krb5_verify_init_creds(krb5_context context, krb5_creds *creds, krb5_principal ap_req_server, krb5_keytab ap_req_keytab, krb5_ccache *ccache, krb5_verify_init_creds_opt *options) argument
215 krb5_get_validated_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_ccache ccache, char *service) argument
[all...]
H A Dsendauth.c64 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.c119 krb5_verify_opt_set_ccache(krb5_verify_opt *opt, krb5_ccache ccache) argument
37 verify_common(krb5_context context, krb5_principal principal, krb5_ccache ccache, krb5_keytab keytab, krb5_boolean secure, const char *service, krb5_creds cred) argument
219 krb5_verify_user(krb5_context context, krb5_principal principal, krb5_ccache ccache, const char *password, krb5_boolean secure, const char *service) argument
243 krb5_verify_user_lrealm(krb5_context context, krb5_principal principal, krb5_ccache ccache, const char *password, krb5_boolean secure, const char *service) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dgss-serv-krb5.c119 krb5_ccache ccache; local
H A Dauth-krb5.c79 krb5_ccache ccache = NULL; local
241 ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Duu_client.c46 krb5_ccache ccache; local
H A Duu_server.c45 krb5_ccache ccache; local
H A Dgssapi_server.c147 krb5_ccache ccache; local
/freebsd-10.0-release/crypto/heimdal/kuser/
H A Dkdestroy.c75 krb5_ccache ccache; local
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dacquire_cred.c120 krb5_ccache ccache; local
[all...]
/freebsd-10.0-release/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c185 krb5_ccache ccache; local
/freebsd-10.0-release/crypto/heimdal/appl/kf/
H A Dkf.c134 krb5_ccache ccache; local
H A Dkfd.c135 krb5_ccache ccache; local
/freebsd-10.0-release/crypto/heimdal/appl/su/
H A Dsu.c143 static krb5_ccache ccache; variable
[all...]

Completed in 260 milliseconds

123