Searched refs:ccache (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drshd.c56 krb5_ccache ccache, ccache2; variable
175 ret = krb5_cc_new_unique(context, krb5_cc_type_memory, NULL, &ccache);
181 krb5_cc_initialize(context,ccache,client);
182 ret = krb5_rd_cred2(context, auth_context, ccache, &remote_cred);
205 krb5_cc_destroy(context, ccache);
209 ret = krb5_cc_copy_cache (context, ccache, ccache2);
215 krb5_cc_destroy(context, ccache);
220 krb5_cc_destroy(context, ccache);
823 krb5_ccache ccache; local
826 status = krb5_cc_resolve (context, tkfile, &ccache);
[all...]
H A Drsh.c165 krb5_ccache ccache; local
173 ret = krb5_cc_default (context, &ccache);
180 ret = krb5_cc_get_principal (context, ccache, &principal);
210 ccache,
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dstore_cred.c96 ret = krb5_cc_copy_match_f(context, cred->ccache, id, NULL, NULL, NULL);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_for_creds.c94 * @param ccache credential cache to use.
109 krb5_ccache ccache,
151 ccache,
174 * @param ccache credential cache to use
189 krb5_ccache ccache,
213 ret = krb5_get_credentials(context, 0, ccache, in_creds, &ticket);
254 ccache,
104 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
187 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
H A Ddigest.c238 krb5_ccache ccache,
259 if (ccache == NULL) {
264 id = ccache;
389 if (ccache == NULL && id)
413 krb5_ccache ccache)
431 ret = digest_request(context, realm, ccache,
709 krb5_ccache ccache)
735 ret = digest_request(context, realm, ccache,
869 krb5_ccache ccache,
894 ret = digest_request(context, realm, ccache,
236 digest_request(krb5_context context, krb5_realm realm, krb5_ccache ccache, krb5_key_usage usage, const DigestReqInner *ireq, DigestRepInner *irep) argument
410 krb5_digest_init_request(krb5_context context, krb5_digest digest, krb5_realm realm, krb5_ccache ccache) argument
706 krb5_digest_request(krb5_context context, krb5_digest digest, krb5_realm realm, krb5_ccache ccache) argument
866 krb5_ntlm_init_request(krb5_context context, krb5_ntlm ntlm, krb5_realm realm, krb5_ccache ccache, uint32_t flags, const char *hostname, const char *domainname) argument
1000 krb5_ntlm_request(krb5_context context, krb5_ntlm ntlm, krb5_realm realm, krb5_ccache ccache) argument
1185 krb5_digest_probe(krb5_context context, krb5_realm realm, krb5_ccache ccache, unsigned *flags) argument
[all...]
H A Dchangepw.c774 krb5_ccache ccache,
792 ret = krb5_cc_get_principal(context, ccache, &principal);
804 ret = krb5_cc_get_principal(context, ccache, &creds.client);
810 ret = krb5_get_credentials(context, 0, ccache, &creds, &credsp);
773 krb5_set_password_using_ccache(krb5_context context, krb5_ccache ccache, const char *newpw, krb5_principal targprinc, int *result_code, krb5_data *result_code_string, krb5_data *result_string) argument
H A Drd_cred.c329 krb5_ccache ccache,
340 /* Store the creds in the ccache */
343 krb5_cc_store_cred(context, ccache, creds[i]);
327 krb5_rd_cred2(krb5_context context, krb5_auth_context auth_context, krb5_ccache ccache, krb5_data *in_data) argument
H A Dget_in_tkt.c539 krb5_ccache ccache,
559 if (ccache)
560 ret = krb5_cc_store_cred (context, ccache, creds);
H A Dkrb5.h759 krb5_ccache ccache; member in struct:krb5_verify_opt
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c1081 krb5_ccache ccache; local
1101 retval = krb5_cc_resolve(context, filepath, &ccache);
1109 retval = krb5_cc_start_seq_get(context, ccache, &curse);
1111 while ((retval = krb5_cc_next_cred(context, ccache, &curse,
1169 krb5_cc_end_seq_get(context, ccache, &curse);
1171 krb5_cc_close(context, ccache);
1199 krb5_ccache ccache; local
1209 cc_ret = ret = krb5_cc_default(context, &ccache);
1211 ret = krb5_cc_initialize(context, ccache, principal);
1221 ret = krb5_cc_store_cred(context, ccache,
[all...]
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dkcm_locl.h110 krb5_abortx(context, "kcm_free_ccache_data: ccache invalid"); \
112 krb5_abortx(context, "kcm_free_ccache_data: ccache refcnt == 0"); \
132 kcm_ccache ccache; member in struct:kcm_event
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c501 krb5_ccache ccache; local
590 get_creds(context, keytab_str, &ccache, master);
632 krb5_cc_destroy(context, ccache);
633 get_creds(context, keytab_str, &ccache, master);
638 ccache, NULL, NULL, NULL);
H A Dad.c488 if (context->ccache)
504 context->ccache = cc;
526 context->ccache,
843 if (context->ccache)
844 krb5_cc_destroy(context->context, context->ccache);
1266 context->ccache,
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure6150 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
10594 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure5855 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/openpam/
H A Dconfigure7165 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
15338 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/file/
H A Dconfigure7656 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
17391 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure7322 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16054 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure6425 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/ldns/
H A Dconfigure7365 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/binutils/gas/
H A Dconfigure5687 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure5688 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dconfigure7347 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
18406 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/unbound/
H A Dconfigure9244 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
23809 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure6594 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;

Completed in 599 milliseconds

1234