Home
last modified time | relevance | path

Searched refs:in_ccache (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/lib/
H A Dccapi_ccache.h36 cc_int32 cci_ccache_write (cc_ccache_t in_ccache,
43 cc_int32 ccapi_ccache_get_credentials_version (cc_ccache_t in_ccache,
46 cc_int32 ccapi_ccache_get_name (cc_ccache_t in_ccache,
49 cc_int32 ccapi_ccache_get_principal (cc_ccache_t in_ccache,
63 cc_int32 ccapi_ccache_new_credentials_iterator (cc_ccache_t in_ccache,
75 cc_int32 ccapi_ccache_get_last_default_time (cc_ccache_t in_ccache,
78 cc_int32 ccapi_ccache_get_change_time (cc_ccache_t in_ccache,
81 cc_int32 ccapi_ccache_wait_for_change (cc_ccache_t in_ccache);
83 cc_int32 ccapi_ccache_compare (cc_ccache_t in_ccache,
87 cc_int32 ccapi_ccache_get_kdc_time_offset (cc_ccache_t in_ccache,
[all …]
H A Dccapi_ccache.c122 cc_int32 cci_ccache_write (cc_ccache_t in_ccache, in cci_ccache_write() argument
126 cci_ccache_t ccache = (cci_ccache_t) in_ccache; in cci_ccache_write()
128 if (!in_ccache) { err = cci_check_error (ccErrBadParam); } in cci_ccache_write()
205 cc_int32 ccapi_ccache_get_credentials_version (cc_ccache_t in_ccache, in ccapi_ccache_get_credentials_version() argument
209 cci_ccache_t ccache = (cci_ccache_t) in_ccache; in ccapi_ccache_get_credentials_version()
212 if (!in_ccache ) { err = cci_check_error (ccErrBadParam); } in ccapi_ccache_get_credentials_version()
233 cc_int32 ccapi_ccache_get_name (cc_ccache_t in_ccache, in ccapi_ccache_get_name() argument
237 cci_ccache_t ccache = (cci_ccache_t) in_ccache; in ccapi_ccache_get_name()
241 if (!in_ccache) { err = cci_check_error (ccErrBadParam); } in ccapi_ccache_get_name()
267 cc_int32 ccapi_ccache_get_principal (cc_ccache_t in_ccache, in ccapi_ccache_get_principal() argument
[all …]
H A Dccapi_v2.c404 ccache_p *in_ccache, in cc_get_name() argument
411 if (!in_ccache ) { err = cci_check_error (ccErrBadParam); } in cc_get_name()
415 err = ccapi_ccache_get_name (in_ccache, &name); in cc_get_name()
435 ccache_p *in_ccache, in cc_get_cred_version() argument
442 if (!in_ccache ) { err = cci_check_error (ccErrBadParam); } in cc_get_cred_version()
446 err = cci_ccache_get_compat_version (in_ccache, &compat_version); in cc_get_cred_version()
498 ccache_p *in_ccache, in cc_get_principal() argument
506 if (!in_ccache ) { err = cci_check_error (ccErrBadParam); } in cc_get_principal()
510 err = cci_ccache_get_compat_version (in_ccache, &compat_version); in cc_get_principal()
514 err = ccapi_ccache_get_principal (in_ccache, compat_version, &principal); in cc_get_principal()
[all …]
/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_ccache.h51 cc_int32 ccs_ccache_compare_identifier (ccs_ccache_t in_ccache,
55 cc_int32 ccs_ccache_compare_name (ccs_ccache_t in_ccache,
63 cc_int32 ccs_ccache_find_credentials_iterator (ccs_ccache_t in_ccache,
67 cc_int32 ccs_ccache_write (ccs_ccache_t in_ccache,
70 cc_int32 ccs_ccache_write_name (ccs_ccache_t in_ccache,
H A Dccs_ccache.c249 cc_int32 ccs_ccache_compare_identifier (ccs_ccache_t in_ccache, in ccs_ccache_compare_identifier() argument
255 if (!in_ccache ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_compare_identifier()
260 err = cci_identifier_compare (in_ccache->identifier, in ccs_ccache_compare_identifier()
270 cc_int32 ccs_ccache_compare_name (ccs_ccache_t in_ccache, in ccs_ccache_compare_name() argument
276 if (!in_ccache) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_compare_name()
281 *out_equal = (strcmp (in_ccache->name, in_name) == 0); in ccs_ccache_compare_name()
416 cc_int32 ccs_ccache_find_credentials_iterator (ccs_ccache_t in_ccache, in ccs_ccache_find_credentials_iterator() argument
422 if (!in_ccache ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_find_credentials_iterator()
427 err = ccs_credentials_list_find_iterator (in_ccache->credentials, in ccs_ccache_find_credentials_iterator()
442 cc_int32 ccs_ccache_write (ccs_ccache_t in_ccache, in ccs_ccache_write() argument
[all …]
H A Dccs_list.c111 static cc_int32 ccs_ccache_list_object_compare_identifier (ccs_list_object_t in_ccache, in ccs_ccache_list_object_compare_identifier() argument
115 return ccs_ccache_compare_identifier ((ccs_ccache_t) in_ccache, in ccs_ccache_list_object_compare_identifier()
170 ccs_ccache_t in_ccache) in ccs_ccache_list_add() argument
172 return ccs_list_add (io_list, (ccs_list_object_t) in_ccache); in ccs_ccache_list_add()
H A Dccs_list.h71 ccs_ccache_t in_ccache);
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache2.h216 ccache_p *in_ccache,
222 ccache_p *in_ccache,
228 ccache_p *in_ccache,
235 ccache_p *in_ccache,
241 ccache_p *in_ccache,
247 ccache_p *in_ccache,
253 const ccache_p *in_ccache,
290 const ccache_p *in_ccache,
H A DCredentialsCache.h955 cc_int32 (*get_credentials_version) (cc_ccache_t in_ccache,
965 cc_int32 (*get_name) (cc_ccache_t in_ccache,
980 cc_int32 (*get_principal) (cc_ccache_t in_ccache,
1057 cc_int32 (*new_credentials_iterator) (cc_ccache_t in_ccache,
1136 cc_int32 (*get_last_default_time) (cc_ccache_t in_ccache,
1165 cc_int32 (*get_change_time) (cc_ccache_t in_ccache,
1175 cc_int32 (*compare) (cc_ccache_t in_ccache,
1194 cc_int32 (*get_kdc_time_offset) (cc_ccache_t in_ccache,
1258 cc_int32 (*wait_for_change) (cc_ccache_t in_ccache);
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_in_ccache.c70 krb5_ccache in_ccache, out_ccache, armor_ccache; in main() local
103 krb5_cc_resolve(ctx, in_ccname, &in_ccache)); in main()
106 in_ccache)); in main()
108 in_ccache = NULL; in main()
144 if (in_ccache != NULL) in main()
145 krb5_cc_close(ctx, in_ccache); in main()
H A Dgic_opt.c24 krb5_ccache in_ccache; member
330 opte->in_ccache = ccache; in krb5_get_init_creds_opt_set_in_ccache()
341 return opte->in_ccache; in k5_gic_opt_get_in_ccache()
H A Dget_in_tkt.c737 krb5_ccache in_ccache = k5_gic_opt_get_in_ccache(ctx->opt); in read_allowed_preauth_type() local
740 if (in_ccache == NULL) in read_allowed_preauth_type()
743 if (krb5_cc_get_config(context, in_ccache, ctx->request->server, in read_allowed_preauth_type()
1182 krb5_ccache in_ccache = k5_gic_opt_get_in_ccache(ctx->opt); in read_cc_config_in_data() local
1187 if (in_ccache == NULL) in read_cc_config_in_data()
1191 code = krb5_cc_get_config(context, in_ccache, ctx->request->server, in read_cc_config_in_data()
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.c178 cc_ccache_t in_ccache) in stdccv3_get_timeoffset() argument
186 err = cc_ccache_get_kdc_time_offset (in_ccache, cc_credentials_v5, in stdccv3_get_timeoffset()
205 cc_ccache_t in_ccache) in stdccv3_set_timeoffset() argument
213 err = cc_ccache_set_kdc_time_offset (in_ccache, in stdccv3_set_timeoffset()