Home
last modified time | relevance | path

Searched refs:krb5_ccache (Results 1 – 25 of 56) sorted by relevance

123

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_memory.c39 (krb5_context, krb5_ccache id );
42 (krb5_context, krb5_ccache id );
45 (krb5_context, krb5_ccache id , krb5_cc_cursor *cursor );
48 (krb5_context, krb5_ccache *id );
51 (krb5_context, krb5_ccache id );
54 (krb5_context, krb5_ccache id , krb5_principal *princ );
57 (krb5_context, krb5_ccache id , krb5_principal princ );
61 krb5_ccache id ,
66 (krb5_context, krb5_ccache *id , const char *residual );
70 krb5_ccache id ,
[all …]
H A Dccfns.c34 krb5_cc_get_name (krb5_context context, krb5_ccache cache) in krb5_cc_get_name()
40 krb5_cc_gen_new (krb5_context context, krb5_ccache *cache) in krb5_cc_gen_new()
46 krb5_cc_initialize(krb5_context context, krb5_ccache cache, in krb5_cc_initialize()
53 krb5_cc_destroy (krb5_context context, krb5_ccache cache) in krb5_cc_destroy()
59 krb5_cc_close (krb5_context context, krb5_ccache cache) in krb5_cc_close()
65 krb5_cc_store_cred (krb5_context context, krb5_ccache cache, in krb5_cc_store_cred()
94 krb5_cc_retrieve_cred (krb5_context context, krb5_ccache cache, in krb5_cc_retrieve_cred()
118 krb5_cc_get_principal (krb5_context context, krb5_ccache cache, in krb5_cc_get_principal()
125 krb5_cc_start_seq_get (krb5_context context, krb5_ccache cache, in krb5_cc_start_seq_get()
132 krb5_cc_next_cred (krb5_context context, krb5_ccache cache, in krb5_cc_next_cred()
[all …]
H A Dcc_file.c109 (krb5_context, krb5_ccache id);
112 (krb5_context, krb5_ccache id);
115 (krb5_context, krb5_ccache id, krb5_cc_cursor *cursor);
118 (krb5_context, krb5_ccache *id);
121 (krb5_context, krb5_ccache id);
124 (krb5_context, krb5_ccache id, krb5_principal *princ);
127 (krb5_context, krb5_ccache id, krb5_principal princ);
130 (krb5_context, krb5_ccache id, krb5_cc_cursor *cursor,
134 (krb5_context, krb5_ccache id, krb5_pointer buf, unsigned int len);
136 (krb5_context, krb5_ccache id, krb5_principal *princ);
[all …]
H A Dser_cc.c64 krb5_ccache ccache; in krb5_ccache_size()
68 if ((ccache = (krb5_ccache) arg)) { in krb5_ccache_size()
98 krb5_ccache ccache; in krb5_ccache_externalize()
110 if ((ccache = (krb5_ccache) arg)) { in krb5_ccache_externalize()
158 krb5_ccache ccache; in krb5_ccache_internalize()
H A Dcccopy.c4 krb5_cc_copy_creds(krb5_context context, krb5_ccache incc, krb5_ccache outcc) in krb5_cc_copy_creds()
H A Dccdefault.c46 krb5_cc_default(krb5_context context, krb5_ccache *ccache) in krb5_cc_default()
66 krb5int_cc_default(krb5_context context, krb5_ccache *ccache) in krb5int_cc_default()
H A Dccbase.c181 krb5_cc_resolve (krb5_context context, const char *name, krb5_ccache *cache) in krb5_cc_resolve()
222 *cache = (krb5_ccache) 0; in krb5_cc_resolve()
278 krb5_ccache *id) in krb5_cc_new_unique()
H A Dcc_retr.c203 krb5_cc_retrieve_cred_seq (krb5_context context, krb5_ccache id, in krb5_cc_retrieve_cred_seq()
282 krb5_cc_retrieve_cred_default (krb5_context context, krb5_ccache id, krb5_flags flags, krb5_creds *… in krb5_cc_retrieve_cred_default()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1342 typedef struct _krb5_ccache *krb5_ccache; typedef
1364 krb5_cc_gen_new (krb5_context context, krb5_ccache *cache);
1367 krb5_cc_initialize(krb5_context context, krb5_ccache cache,
1371 krb5_cc_destroy (krb5_context context, krb5_ccache cache);
1374 krb5_cc_close (krb5_context context, krb5_ccache cache);
1377 krb5_cc_store_cred (krb5_context context, krb5_ccache cache,
1381 krb5_cc_retrieve_cred (krb5_context context, krb5_ccache cache,
1386 krb5_cc_get_principal (krb5_context context, krb5_ccache cache,
1390 krb5_cc_start_seq_get (krb5_context context, krb5_ccache cache,
1394 krb5_cc_next_cred (krb5_context context, krb5_ccache cache,
[all …]
H A Dk5-int.h2262 (krb5_context, krb5_ccache *);
2265 (krb5_context, krb5_ccache, krb5_flags,
2520 const char * (KRB5_CALLCONV *get_name) (krb5_context, krb5_ccache);
2521 krb5_error_code (KRB5_CALLCONV *resolve) (krb5_context, krb5_ccache *,
2523 krb5_error_code (KRB5_CALLCONV *gen_new) (krb5_context, krb5_ccache *);
2524 krb5_error_code (KRB5_CALLCONV *init) (krb5_context, krb5_ccache,
2526 krb5_error_code (KRB5_CALLCONV *destroy) (krb5_context, krb5_ccache);
2527 krb5_error_code (KRB5_CALLCONV *close) (krb5_context, krb5_ccache);
2528 krb5_error_code (KRB5_CALLCONV *store) (krb5_context, krb5_ccache,
2530 krb5_error_code (KRB5_CALLCONV *retrieve) (krb5_context, krb5_ccache,
[all …]
H A Dgssapi_krb5.h181 krb5_ccache out_ccache);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_creds.c132 krb5_ccache ccache, krb5_creds *in_creds, in krb5_get_credentials()
227 krb5_ccache ccache, krb5_creds *in_creds, in krb5_get_credentials_val_renew_core()
268 krb5_ccache ccache, krb5_creds *in_creds, in krb5_get_credentials_validate()
278 krb5_ccache ccache, krb5_creds *in_creds, in krb5_get_credentials_renew()
289 krb5_principal client, krb5_ccache ccache, in krb5_validate_or_renew_creds()
361 …_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_ccache ccache, char *i… in krb5_get_validated_creds()
368 krb5_get_renewed_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_ccache in krb5_get_renewed_creds()
H A Dvfy_increds.c13 krb5_cc_copy_creds_except(krb5_context context, krb5_ccache incc, krb5_ccache outcc, krb5_principal… in krb5_cc_copy_creds_except()
71 krb5_ccache *ccache_arg, in krb5_verify_init_creds()
77 krb5_ccache ccache; in krb5_verify_init_creds()
210 krb5_ccache retcc; in krb5_verify_init_creds()
H A Dgc_frm_kdc.c86 krb5_ccache ccache;
176 static krb5_error_code do_traversal(krb5_context ctx, krb5_ccache,
180 static krb5_error_code krb5_get_cred_from_kdc_opt(krb5_context, krb5_ccache,
767 krb5_ccache ccache, in do_traversal()
862 krb5_get_cred_from_kdc_opt(krb5_context context, krb5_ccache ccache, in krb5_get_cred_from_kdc_opt()
1289 krb5_get_cred_from_kdc(krb5_context context, krb5_ccache ccache, in krb5_get_cred_from_kdc()
1298 krb5_get_cred_from_kdc_validate(krb5_context context, krb5_ccache ccache, in krb5_get_cred_from_kdc_validate()
1307 krb5_get_cred_from_kdc_renew(krb5_context context, krb5_ccache ccache, in krb5_get_cred_from_kdc_renew()
H A Dsendauth.c48 …, krb5_flags ap_req_options, krb5_data *in_data, krb5_creds *in_creds, krb5_ccache ccache, krb5_er… in krb5_sendauth()
57 krb5_ccache use_ccache = 0; in krb5_sendauth()
H A Dmk_req.c61 krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) in krb5_mk_req()
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dstore_forw_creds.h39 krb5_ccache *ccache);
H A Dstore_forw_creds.c45 krb5_ccache *ccache) in store_forw_creds()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dkrb5ssp.c94 krb5_ccache ss_krb5cc; /* credentials cache (ptr) */
167 krb5_ccache kcc = ss->ss_krb5cc; in krb5ssp_get_tkt()
506 krb5_ccache kcc = NULL; in krb5ssp_init_client()
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dutils.h52 krb5_ccache ccache; /* file credential cache */
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c82 krb5_ccache ccache_in,
91 krb5_ccache ccache, in kadm5_init_with_creds()
579 krb5_ccache ccache_in, in _kadm5_init_any()
589 krb5_ccache ccache = NULL; in _kadm5_init_any()
1009 krb5_ccache ccache = NULL; in kadm5_destroy()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dcopy_ccache.c11 krb5_ccache out_ccache;
H A Dacquire_cred_with_pw.c118 krb5_ccache ccache1 = NULL;
119 krb5_ccache ccache2 = NULL;
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c67 krb5_ccache cc = NULL; in smb_kinit()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dkerberos5.c197 krb5_ccache ccache; in kerberos5_send()
619 krb5_ccache ccache; in kerberos5_forward()

123