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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_rep.c49 krb5_data * toutbuf; local
81 if (!(retval = encode_krb5_ap_rep(&reply, &toutbuf))) {
82 *outbuf = *toutbuf;
83 krb5_xfree(toutbuf);
H A Dmk_req_ext.c141 krb5_data *toutbuf; local
253 if ((retval = encode_krb5_ap_req(&request, &toutbuf)))
255 *outbuf = *toutbuf;
257 krb5_xfree(toutbuf);
H A Dsend_tgs.c63 krb5_data * toutbuf; local
109 retval = encode_krb5_ap_req(&request, &toutbuf);
112 *outbuf = *toutbuf;
113 krb5_xfree(toutbuf);

Completed in 45 milliseconds