/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/ |
H A D | cache.c | 63 kcm_ccache *ccache) in kcm_ccache_resolve() 96 kcm_ccache *ccache) in kcm_ccache_resolve_by_uuid() 234 kcm_ccache *p, ccache; in kcm_ccache_destroy() local 270 kcm_ccache *ccache) in kcm_ccache_alloc() 348 kcm_ccache ccache) in kcm_ccache_remove_creds_internal() 368 kcm_ccache ccache) in kcm_ccache_remove_creds() 417 kcm_ccache ccache) in kcm_retain_ccache() 452 kcm_ccache *ccache) in kcm_ccache_gen_new() 471 kcm_ccache *ccache) in kcm_ccache_new() 489 kcm_ccache ccache) in kcm_ccache_destroy_if_empty() [all …]
|
H A D | acl.c | 43 kcm_ccache ccache) in kcm_access() 151 kcm_ccache ccache, in kcm_chmod() 178 kcm_ccache ccache, in kcm_chown()
|
H A D | client.c | 45 kcm_ccache *ccache) in kcm_ccache_resolve_client() 73 kcm_ccache ccache; in kcm_ccache_destroy_client() local 100 kcm_ccache ccache; in kcm_ccache_new_client() local
|
H A D | protocol.c | 84 kcm_ccache ccache; in kcm_op_get_name() local 155 kcm_ccache ccache; in kcm_op_initialize() local 256 kcm_ccache ccache; in kcm_op_store() local 315 kcm_ccache ccache; in kcm_op_retrieve() local 404 kcm_ccache ccache; in kcm_op_get_principal() local 448 kcm_ccache ccache; in kcm_op_get_cred_uuid_list() local 493 kcm_ccache ccache; in kcm_op_get_cred_by_uuid() local 552 kcm_ccache ccache; in kcm_op_remove_cred() local 609 kcm_ccache ccache; in kcm_op_set_flags() local 657 kcm_ccache ccache; in kcm_op_chown() local [all …]
|
H A D | events.c | 177 kcm_ccache ccache, in is_primary_credential_p() 209 kcm_ccache ccache = event->ccache; in kcm_ccache_make_default_event() local 246 kcm_ccache ccache, in kcm_ccache_enqueue_default() 300 kcm_ccache ccache) in kcm_cleanup_events()
|
H A D | config.c | 158 static int parse_owners(kcm_ccache ccache) in parse_owners() 227 kcm_ccache ccache; in ccache_init_system() local
|
/netbsd-src/usr.bin/login/ |
H A D | k5login.c | 123 k5_verify_creds(krb5_context c, krb5_ccache ccache) in k5_verify_creds() 238 krb5_ccache ccache; in k5_read_creds() local 294 krb5_ccache ccache; in k5_write_creds() local 335 krb5_ccache ccache = NULL; in k5login() local 447 krb5_ccache ccache = NULL; in k5destroy() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
H A D | kdc-tester1.json | 15 "ccache" : "MEMORY:cache" string 23 "ccache" : "MEMORY:cache" string 28 "ccache" : "MEMORY:cache" string
|
H A D | kdc-tester3.json | 6 "ccache" : "MEMORY:fast-cc" string 20 "ccache" : "MEMORY:fast-cc" string
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | verify_user.c | 41 krb5_ccache ccache, in verify_common() 118 krb5_verify_opt_set_ccache(krb5_verify_opt *opt, krb5_ccache ccache) in krb5_verify_opt_set_ccache() 220 krb5_ccache ccache, in krb5_verify_user() 244 krb5_ccache ccache, in krb5_verify_user_lrealm()
|
H A D | mk_req.c | 44 krb5_ccache ccache, in krb5_mk_req_exact() 89 krb5_ccache ccache, in krb5_mk_req()
|
H A D | get_cred.c | 142 krb5_ccache ccache, in init_tgs_req() 752 krb5_ccache ccache, in get_cred_kdc_capath_worker() 915 krb5_ccache ccache, in get_cred_kdc_capath() 957 krb5_ccache ccache, in get_cred_kdc_referral() 1143 krb5_ccache ccache, in _krb5_get_cred_kdc_any() 1187 check_cc(krb5_context context, krb5_flags options, krb5_ccache ccache, in check_cc() 1233 store_cred(krb5_context context, krb5_ccache ccache, in store_cred() 1255 krb5_ccache ccache, in krb5_get_credentials_with_flags() 1376 krb5_ccache ccache, in krb5_get_credentials() 1482 krb5_ccache ccache, in krb5_get_creds() [all …]
|
H A D | verify_init.c | 80 krb5_ccache *ccache, in krb5_verify_init_creds() 223 krb5_ccache ccache, in krb5_get_validated_creds()
|
H A D | test_ap-req.c | 73 krb5_ccache ccache, in test_ap() 170 const char *principal, *keytab, *ccache; in main() local
|
H A D | deprecated.c | 229 krb5_ccache ccache, in krb5_get_in_tkt_with_password() 271 krb5_ccache ccache, in krb5_get_in_tkt_with_skey() 352 krb5_ccache ccache, in krb5_get_in_tkt_with_keytab() 533 krb5_ccache ccache, in krb5_get_cred_from_kdc_opt() 555 krb5_ccache ccache, in krb5_get_cred_from_kdc()
|
H A D | convert_creds.c | 86 krb5_ccache ccache, in krb524_convert_creds_kdc_ccache()
|
H A D | get_for_creds.c | 110 krb5_ccache ccache, in krb5_fwd_tgt_creds() 190 krb5_ccache ccache, in krb5_get_forwarded_creds()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | auth-krb5.c | 169 krb5_ccache ccache = NULL; in auth_krb5_tgt() local 234 krb5_ccache ccache = NULL; in auth_krb5_password() local
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | ldap_krb_helper.c | 72 check_credentials(krb5_context context, krb5_ccache ccache, krb5_principal service) in check_credentials() 136 krb5_ccache ccache = NULL; in krb5_get_tgt() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | init_c.c | 340 krb5_ccache ccache, in _kadm5_c_get_cred_cache() 581 krb5_ccache ccache, in kadm5_c_init_with_context() 632 krb5_ccache ccache, in init_context() 758 krb5_ccache ccache, in kadm5_c_init_with_creds_ctx() 780 krb5_ccache ccache, in kadm5_c_init_with_creds()
|
H A D | client_glue.c | 118 krb5_ccache ccache, in kadm5_init_with_creds() 137 krb5_ccache ccache, in kadm5_init_with_creds_ctx()
|
H A D | server_glue.c | 118 krb5_ccache ccache, in kadm5_init_with_creds() 137 krb5_ccache ccache, in kadm5_init_with_creds_ctx()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kinit.c | 286 krb5_ccache ccache, in get_anon_pkinit_tgs_name() 470 krb5_ccache ccache, in get_new_tickets() 936 krb5_ccache ccache; member 1096 krb5_ccache ccache; in get_princ() local 1139 krb5_ccache ccache; in get_princ_kt() local 1214 krb5_ccache *ccache) in get_switched_ccache() 1268 krb5_ccache ccache; in main() local
|
/netbsd-src/lib/libtelnet/ |
H A D | forward.c | 47 krb5_ccache ccache = NULL; local
|
H A D | kerberos5.c | 182 krb5_ccache ccache; in kerberos5_send() local 446 krb5_ccache ccache; in kerberos5_is() local 674 krb5_ccache ccache; in kerberos5_forward() local
|