Lines Matching refs:out
63 int dca_rsastart(crypto_ctx_t *ctx, crypto_data_t *in, crypto_data_t *out,
74 dca_sgcheck(dca, out, DCA_SG_CONTIG)) {
90 if (dca_length(out) < reqp->dr_ctx.modlen) {
93 dca_length(out), reqp->dr_ctx.modlen);
94 out->cd_length = reqp->dr_ctx.modlen;
99 if (out != in && out->cd_length > reqp->dr_ctx.modlen)
100 out->cd_length = reqp->dr_ctx.modlen;
124 if (out->cd_length < reqp->dr_ctx.modlen && (mode == DCA_RSA_DEC ||
127 out->cd_length = reqp->dr_ctx.modlen;
133 if (out && len < out->cd_length) {
157 reqp->dr_out = out;
549 /* write out the context structure */
575 /* write out the context structure */