/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | get_creds.c | 57 krb5_creds *in_creds, krb5_creds *mcreds, in krb5_get_credentials_core() 66 memset((char *)mcreds, 0, sizeof(krb5_creds)); in krb5_get_credentials_core() 132 krb5_ccache ccache, krb5_creds *in_creds, in krb5_get_credentials() 133 krb5_creds **out_creds) in krb5_get_credentials() 136 krb5_creds mcreds; in krb5_get_credentials() 137 krb5_creds *ncreds; in krb5_get_credentials() 138 krb5_creds **tgts; in krb5_get_credentials() 148 if ((ncreds = (krb5_creds *)malloc(sizeof(krb5_creds))) == NULL) { in krb5_get_credentials() 153 memset((char *)ncreds, 0, sizeof(krb5_creds)); in krb5_get_credentials() 227 krb5_ccache ccache, krb5_creds *in_creds, in krb5_get_credentials_val_renew_core() [all …]
|
H A D | gc_frm_kdc.c | 51 krb5_creds cred[NCC_TGTS]; 92 krb5_creds *cur_tgt; 93 krb5_creds *nxt_tgt; 94 krb5_creds **kdc_tgts; 96 krb5_creds *cur_cc_tgt; 97 krb5_creds *nxt_cc_tgt; 166 krb5_principal, krb5_principal, krb5_creds *); 168 static krb5_error_code try_ccache(struct tr_state *, krb5_creds *); 170 static krb5_error_code try_kdc(struct tr_state *, krb5_creds *); 172 krb5_creds *mcreds); [all …]
|
H A D | rd_cred.c | 61 …b5_data *pcreddata, krb5_keyblock *pkeyblock, krb5_replay_data *replaydata, krb5_creds ***pppcreds) in krb5_rd_cred_basic() 91 (krb5_creds **)malloc((size_t)(sizeof(krb5_creds *) * in krb5_rd_cred_basic() 104 krb5_creds * pcur; in krb5_rd_cred_basic() 107 if ((pcur = (krb5_creds *)malloc(sizeof(krb5_creds))) == NULL) { in krb5_rd_cred_basic() 116 (void) memset(pcur, 0, sizeof(krb5_creds)); in krb5_rd_cred_basic() 174 krb5_rd_cred(krb5_context context, krb5_auth_context auth_context, krb5_data *pcreddata, krb5_creds… in krb5_rd_cred()
|
H A D | copy_creds.c | 37 krb5_copy_creds(krb5_context context, const krb5_creds *incred, krb5_creds **outcred) in krb5_copy_creds() 39 krb5_creds *tempcred; in krb5_copy_creds() 43 if (!(tempcred = (krb5_creds *)malloc(sizeof(*tempcred)))) in krb5_copy_creds()
|
H A D | sendauth.c | 47 …s, krb5_data *in_data, krb5_creds *in_creds, krb5_ccache ccache, krb5_error **error, krb5_ap_rep_e… in krb5_sendauth() 50 krb5_creds creds; in krb5_sendauth() 51 krb5_creds * credsp = NULL; in krb5_sendauth() 52 krb5_creds * credspout = NULL; in krb5_sendauth()
|
H A D | gc_via_tkt.c | 40 …ext, krb5_kdc_rep *pkdcrep, krb5_address *const *address, krb5_data *psectkt, krb5_creds **ppcreds) in krb5_kdcrep2creds() 45 if ((*ppcreds = (krb5_creds *)malloc(sizeof(krb5_creds))) == NULL) { in krb5_kdcrep2creds() 49 memset(*ppcreds, 0, sizeof(krb5_creds)); in krb5_kdcrep2creds() 104 krb5_creds *in_cred, krb5_kdc_rep *dec_rep) in check_reply_server() 156 krb5_get_cred_via_tkt (krb5_context context, krb5_creds *tkt, in krb5_get_cred_via_tkt() 158 krb5_creds *in_cred, krb5_creds **out_cred) in krb5_get_cred_via_tkt()
|
H A D | preauth.c | 47 krb5_creds *, 67 krb5_creds *, 82 krb5_creds *, 134 … **preauth_to_use, git_key_proc key_proc, krb5_const_pointer key_seed, krb5_creds *creds, krb5_kdc… in krb5_obtain_padata() 240 …r keyseed, git_decrypt_proc decrypt_proc, krb5_keyblock **decrypt_key, krb5_creds *creds, krb5_int… in krb5_process_padata() 277 …lock *def_enc_key, git_key_proc key_proc, krb5_const_pointer key_seed, krb5_creds *creds, krb5_kdc… in obtain_enc_ts_padata() 331 …r keyseed, git_decrypt_proc decrypt_proc, krb5_keyblock **decrypt_key, krb5_creds *creds, krb5_int… in process_pw_salt() 462 …lock *def_enc_key, git_key_proc key_proc, krb5_const_pointer key_seed, krb5_creds *creds, krb5_kdc… in obtain_sam_padata()
|
H A D | mk_cred.c | 72 krb5_mk_ncred_basic(krb5_context context, krb5_creds **ppcreds, krb5_int32 nppcreds, krb5_keyblock … in krb5_mk_ncred_basic() 155 krb5_mk_ncred(krb5_context context, krb5_auth_context auth_context, krb5_creds **ppcreds, krb5_data… in krb5_mk_ncred() 296 krb5_mk_1cred(krb5_context context, krb5_auth_context auth_context, krb5_creds *pcreds, krb5_data *… in krb5_mk_1cred() 299 krb5_creds **ppcreds; in krb5_mk_1cred() 301 if ((ppcreds = (krb5_creds **)malloc(sizeof(*ppcreds) * 2)) == NULL) { in krb5_mk_1cred()
|
H A D | mk_req.c | 65 krb5_creds * credsp; in krb5_mk_req() 66 krb5_creds creds; in krb5_mk_req()
|
H A D | fwd_tgt.c | 55 krb5_creds creds, tgt; in krb5_fwd_tgt_creds() 56 krb5_creds *pcreds; in krb5_fwd_tgt_creds() 82 krb5_creds in, *out = 0; in krb5_fwd_tgt_creds()
|
H A D | vfy_increds.c | 18 krb5_creds creds; in krb5_cc_copy_creds_except() 68 krb5_creds *creds, in krb5_verify_init_creds() 79 krb5_creds in_creds, *out_creds; in krb5_verify_init_creds()
|
H A D | gic_pwd.c | 36 krb5_creds *, krb5_principal, char *, krb5_prompter_fct, void *, 124 krb5_creds *creds, in krb5_get_init_creds_password() 154 krb5_creds *creds, in __krb5_get_init_creds_password() 168 krb5_creds chpw_creds; in __krb5_get_init_creds_password() 518 krb5_preauthtype *pre_auth_types, krb5_creds *creds) in krb5int_populate_gic_opt() 578 krb5_creds *creds, krb5_kdc_rep **ret_as_reply) in krb5_get_in_tkt_with_password()
|
H A D | send_tgs.c | 55 krb5_send_tgs_basic(krb5_context context, krb5_data *in_data, krb5_creds *in_cred, krb5_data *outbu… in krb5_send_tgs_basic() 138 krb5_creds *in_cred, krb5_response *rep) in krb5_send_tgs() 160 krb5_creds *in_cred, krb5_response *rep, char **hostname_used) in krb5_send_tgs2()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_retr.c | 60 standard_fields_match(krb5_context context, const krb5_creds *mcreds, const krb5_creds *creds) in standard_fields_match() 69 srvname_match(krb5_context context, const krb5_creds *mcreds, const krb5_creds *creds) in srvname_match() 169 …_match_request(krb5_context context, krb5_flags whichfields, krb5_creds *mcreds, krb5_creds *creds) in krb5int_cc_creds_match_request() 204 krb5_flags whichfields, krb5_creds *mcreds, in krb5_cc_retrieve_cred_seq() 205 krb5_creds *creds, int nktypes, krb5_enctype *ktypes) in krb5_cc_retrieve_cred_seq() 214 krb5_creds creds; in krb5_cc_retrieve_cred_seq() 282 …ult (krb5_context context, krb5_ccache id, krb5_flags flags, krb5_creds *mcreds, krb5_creds *creds) in krb5_cc_retrieve_cred_default() 315 krb5_creds *in_creds, in krb5_creds_compare() 316 krb5_creds *in_compare_creds) in krb5_creds_compare()
|
H A D | ccfns.c | 66 krb5_creds *creds) in krb5_cc_store_cred() 95 krb5_flags flags, krb5_creds *mcreds, in krb5_cc_retrieve_cred() 96 krb5_creds *creds) in krb5_cc_retrieve_cred() 133 krb5_cc_cursor *cursor, krb5_creds *creds) in krb5_cc_next_cred() 147 krb5_creds *creds) in krb5_cc_remove_cred()
|
H A D | cc_memory.c | 63 krb5_creds *creds ); 72 krb5_creds *mcreds , 73 krb5_creds *creds ); 79 (krb5_context, krb5_ccache id , krb5_creds *creds ); 104 krb5_creds *creds; 337 krb5_cc_cursor *cursor, krb5_creds *creds) in krb5_mcc_next_cred() 349 memset(creds, 0, sizeof(krb5_creds)); in krb5_mcc_next_cred() 611 krb5_creds *mcreds, krb5_creds *creds) in krb5_mcc_retrieve() 625 krb5_creds *creds) in krb5_mcc_remove_cred() 657 krb5_mcc_store(krb5_context ctx, krb5_ccache id, krb5_creds *creds) in krb5_mcc_store()
|
H A D | cc-int.h | 37 krb5int_cc_creds_match_request(krb5_context, krb5_flags whichfields, krb5_creds *mcreds, krb5_creds…
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1127 } krb5_creds; typedef 1378 krb5_creds *creds); 1382 krb5_flags flags, krb5_creds *mcreds, 1383 krb5_creds *creds); 1395 krb5_cc_cursor *cursor, krb5_creds *creds); 1403 krb5_creds *creds); 1580 krb5_creds *, 1581 krb5_creds **, 1582 krb5_creds *** ); 1587 krb5_creds *, [all …]
|
H A D | k5-int.h | 1227 krb5_creds *, 1247 krb5_creds *, 1269 krb5_creds *, 1287 krb5_creds *, 1388 krb5_creds *creds, 1403 krb5_preauthtype *pre_auth_types, krb5_creds *creds); 2266 krb5_creds *, krb5_creds *); 2270 krb5_creds *in_creds, 2271 krb5_creds *in_compare_creds); 2529 krb5_creds *); [all …]
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | changepw.c | 193 krb5_change_set_password(krb5_context context, krb5_creds *creds, char *newpw, in krb5_change_set_password() 338 krb5_change_password(krb5_context context, krb5_creds *creds, char *newpw, int *result_code, krb5_d… in krb5_change_password() 352 krb5_creds *creds, in krb5_set_password() 371 krb5_creds creds; in krb5_set_password_using_ccache() 372 krb5_creds *credsp; in krb5_set_password_using_ccache()
|
/titanic_41/usr/src/cmd/krb5/slave/ |
H A D | kprop.c | 67 krb5_creds creds; 81 int, krb5_principal, krb5_creds **); 87 (krb5_context, krb5_auth_context, krb5_creds *, 90 (krb5_context, krb5_creds *, int, char *, krb5_error_code); 111 krb5_creds *my_creds; 488 krb5_creds ** new_creds; 634 krb5_creds *my_creds; 781 krb5_creds *my_creds;
|
/titanic_41/usr/src/lib/krb5/kadm5/clnt/ |
H A D | changepw.c | 89 krb5_creds *creds; 380 krb5_creds mcreds; in kadm5_chpass_principal_v2() 381 krb5_creds ncreds; in kadm5_chpass_principal_v2() 392 memset(&mcreds, 0, sizeof (krb5_creds)); in kadm5_chpass_principal_v2()
|
/titanic_41/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_setcred.c | 368 krb5_creds creds; in krb5_renew_tgt() 369 krb5_creds *renewed_cred = NULL; in krb5_renew_tgt() 384 (void) memset(&creds, 0, sizeof (krb5_creds)); in krb5_renew_tgt() 610 (void) memset((char *)&kmd->initcreds, 0, sizeof (krb5_creds)); in attempt_delete_initcred()
|
H A D | krb5_authenticate.c | 77 krb5_creds *, krb5_principal, krb5_keytab, krb5_ccache *, 80 krb5_creds *, krb5_principal, char *, krb5_prompter_fct, void *, 264 (void) memset((char *)&kmd->initcreds, 0, sizeof (krb5_creds)); in pam_sm_authenticate() 509 krb5_creds *my_creds; in attempt_krb5_auth() 955 (void) memset((char *)&kmd->initcreds, 0, sizeof (krb5_creds)); in attempt_krb5_auth() 1028 (void) memset((char *)&kmd->initcreds, 0, sizeof (krb5_creds)); in krb5_cleanup()
|
/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | store_forw_creds.h | 38 krb5_creds **creds,
|