Searched refs:toutbuf (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_rep.c84 krb5_data * toutbuf; local
131 if (!(retval = encode_krb5_ap_rep(&reply, &toutbuf))) {
133 KERBEROS_PROBE_KRB_AP_REP(MAKE, toutbuf, &reply, &repl);
134 *outbuf = *toutbuf;
135 free(toutbuf);
H A Dmk_req_ext.c102 krb5_data *toutbuf; local
234 if ((retval = encode_krb5_ap_req(&request, &toutbuf)))
238 KERBEROS_PROBE_KRB_AP_REQ(MAKE, toutbuf, &request,
241 *outbuf = *toutbuf;
243 free(toutbuf);
H A Dsend_tgs.c65 krb5_data * toutbuf = NULL; local
124 if (!(retval = encode_krb5_ap_req(&request, &toutbuf))) {
125 *outbuf = *toutbuf;
126 free(toutbuf);

Completed in 26 milliseconds