Searched refs:do_more (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | preauth.c | 240 …git_decrypt_proc decrypt_proc, krb5_keyblock **decrypt_key, krb5_creds *creds, krb5_int32 *do_more) in krb5_process_padata() argument 247 *do_more = 0; /* By default, we don't need to repeat... */ in krb5_process_padata() 260 decrypt_key, creds, do_more, &done); in krb5_process_padata() 331 …ecrypt_proc, krb5_keyblock **decrypt_key, krb5_creds *creds, krb5_int32 *do_more, krb5_int32 *done) in process_pw_salt() argument
|
H A D | get_in_tkt.c | 546 krb5_int32 do_more = 0; in krb5_get_in_tkt() local 718 &do_more)) != 0) in krb5_get_in_tkt() 721 if (!do_more) in krb5_get_in_tkt()
|