Lines Matching refs:out
56 crypto_data_t *out, crypto_req_handle_t req, int flags)
91 if (len > dca_length(out)) {
93 len, dca_length(out));
94 out->cd_length = len;
99 if ((rv = dca_verifyio(in, out)) != CRYPTO_SUCCESS) {
106 out->cd_length = 0;
114 * data (ie in == out). Note that "nin" has been pre-allocated,
123 out->cd_length = 0;
127 reqp->dr_out = out;
163 crypto_data_t *out, crypto_req_handle_t req, int flags)
191 if (len > dca_length(out)) {
193 len, dca_length(out));
194 out->cd_length = len;
199 if ((rv = dca_verifyio(in, out)) != CRYPTO_SUCCESS) {
207 * From here on out, we are committed.
226 out->cd_length = 0;
259 * data (ie in == out).
267 out->cd_length = 0;
270 reqp->dr_out = out;
288 dca_3desfinal(crypto_ctx_t *ctx, crypto_data_t *out, int mode)
309 out->cd_length = 0;
388 * 1) in and out point to the "right" buffers.
390 * 3) likewise for out
483 * Setup for scattering the result back out
504 * Setup for scattering the result back out
521 /* write out the context structure */
532 crypto_data_t *out = reqp->dr_out;
544 off = dca_length(out) + reqp->dr_pkt_length - DESBLOCK;
567 out->cd_length += reqp->dr_pkt_length;
584 errno = dca_getbufbytes(out, off, DESBLOCK,