Searched refs:as_reply (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | get_in_tkt.c | 123 krb5_kdc_rep *as_reply = 0; in send_as_request2() local 204 if ((retval = decode_krb5_as_rep(&reply, &as_reply))) in send_as_request2() 208 if (as_reply->msg_type != KRB5_AS_REP) { in send_as_request2() 210 krb5_free_kdc_rep(context, as_reply); in send_as_request2() 215 *ret_as_reply = as_reply; in send_as_request2() 217 krb5_free_kdc_rep(context, as_reply); in send_as_request2() 245 krb5_kdc_rep *as_reply, in decrypt_as_reply() argument 256 if (as_reply->enc_part2) in decrypt_as_reply() 266 retval = (*key_proc)(context, as_reply->enc_part.enctype, in decrypt_as_reply() 289 as_reply->enc_part.enctype)) { in decrypt_as_reply() [all …]
|
H A D | gic_pwd.c | 166 krb5_kdc_rep *as_reply; in __krb5_get_init_creds_password() local 182 as_reply = NULL; in __krb5_get_init_creds_password() 212 &use_master, &as_reply); in __krb5_get_init_creds_password() 233 if (as_reply) { in __krb5_get_init_creds_password() 234 krb5_free_kdc_rep( context, as_reply); in __krb5_get_init_creds_password() 235 as_reply = NULL; in __krb5_get_init_creds_password() 243 &use_master, &as_reply); in __krb5_get_init_creds_password() 414 &use_master, &as_reply); in __krb5_get_init_creds_password() 437 as_reply->enc_part2->key_exp && in __krb5_get_init_creds_password() 438 ((hours = ((as_reply->enc_part2->key_exp-now)/(60*60))) <= 7*24) && in __krb5_get_init_creds_password() [all …]
|
H A D | preauth.c | 240 krb5_process_padata(krb5_context context, krb5_kdc_req *request, krb5_kdc_rep *as_reply, git_key_pr… in krb5_process_padata() argument 248 if (as_reply->padata == 0) in krb5_process_padata() 251 for (pa = as_reply->padata; *pa; pa++) { in krb5_process_padata() 258 retval = ((ops)->process)(context, *pa, request, as_reply, in krb5_process_padata() 331 …ext context, krb5_pa_data *padata, krb5_kdc_req *request, krb5_kdc_rep *as_reply, git_key_proc key… in process_pw_salt() argument 343 if ((retval = (*key_proc)(context, as_reply->enc_part.enctype, in process_pw_salt()
|
H A D | preauth2.c | 437 if (rock->as_reply == NULL) in client_data_proc() 450 *eptr = rock->as_reply->enc_part.enctype; in client_data_proc()
|
/titanic_41/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_authenticate.c | 523 krb5_kdc_rep *as_reply = NULL; in attempt_krb5_auth() local 736 &as_reply); in attempt_krb5_auth() 776 &as_reply); in attempt_krb5_auth() 857 kmd->expiration = as_reply->enc_part2->key_exp; in attempt_krb5_auth() 962 if (as_reply) in attempt_krb5_auth() 963 krb5_free_kdc_rep(kmd->kcontext, as_reply); in attempt_krb5_auth()
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 1123 krb5_kdc_rep *as_reply; member 1398 krb5_kdc_rep **as_reply);
|