Searched refs:ptypes (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | get_in_tkt.c | 569 krb5_preauthtype * ptypes, 578 for (nptypes=0, ptypep = ptypes; *ptypep; ptypep++, nptypes++) 597 preauthp[i]->pa_type = ptypes[i]; 698 krb5_preauthtype * ptypes, 825 if (ptypes) { 826 retval = make_preauth_list(context, ptypes, -1, &preauth_to_use); 568 make_preauth_list(krb5_context context, krb5_preauthtype * ptypes, int nptypes, krb5_pa_data *** ret_list) argument 694 krb5_get_in_tkt(krb5_context context, krb5_flags options, krb5_address * const * addrs, krb5_enctype * ktypes, krb5_preauthtype * ptypes, git_key_proc key_proc, krb5_const_pointer keyseed, git_decrypt_proc decrypt_proc, krb5_const_pointer decryptarg, krb5_creds * creds, krb5_ccache ccache, krb5_kdc_rep ** ret_as_reply) argument
|
H A D | s4u_creds.c | 65 krb5_preauthtype ptypes[1] = { KRB5_PADATA_S4U_X509_USER }; local 99 krb5_get_init_creds_opt_set_preauth_list(opts, ptypes, 1);
|
Completed in 21 milliseconds