Searched defs:ret_as_reply (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_keytab.c222 krb5_creds *creds, krb5_kdc_rep **ret_as_reply)
253 &use_master, ret_as_reply);
218 krb5_get_in_tkt_with_keytab(krb5_context context, krb5_flags options, krb5_address *const *addrs, krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types, krb5_keytab arg_keytab, krb5_ccache ccache, krb5_creds *creds, krb5_kdc_rep **ret_as_reply) argument
H A Dgic_pwd.c519 krb5_creds *creds, krb5_kdc_rep **ret_as_reply)
554 &use_master, ret_as_reply);
515 krb5_get_in_tkt_with_password(krb5_context context, krb5_flags options, krb5_address *const *addrs, krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types, const char *password, krb5_ccache ccache, krb5_creds *creds, krb5_kdc_rep **ret_as_reply) argument
H A Dget_in_tkt.c147 * the response is parsed into ret_err_reply or ret_as_reply if the
163 krb5_kdc_rep ** ret_as_reply,
257 if (ret_as_reply)
258 *ret_as_reply = as_reply;
705 krb5_kdc_rep ** ret_as_reply)
749 if (ret_as_reply)
750 *ret_as_reply = 0;
986 if (ret_as_reply)
987 *ret_as_reply = as_reply;
158 send_as_request(krb5_context context, krb5_data *packet, krb5_kdc_req *request, const krb5_data *realm, krb5_error ** ret_err_reply, krb5_kdc_rep ** ret_as_reply, int *use_master) 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

Completed in 22 milliseconds