DESBLOCK
len = ROUNDDOWN(rawlen, DESBLOCK);
(rawlen % DESBLOCK) - des_ctx->dr_ctx.residlen,
des_ctx->dr_ctx.residlen = rawlen % DESBLOCK;
rawlen % DESBLOCK, des_ctx->dr_ctx.resid)) != CRYPTO_SUCCESS) {
des_ctx->dr_ctx.residlen = rawlen % DESBLOCK;
if ((dca_length(input) & (DESBLOCK - 1)) != 0) {
len = ROUNDDOWN(min(len, MAXPACKET), DESBLOCK);
uchar_t ivstore[DESBLOCK];
if ((len == DESBLOCK) && ctx->dr_ctx.activeresidlen) {
DESBLOCK - ctx->dr_ctx.activeresidlen,
len - DESBLOCK - ctx->dr_ctx.activeresidlen,
DESBLOCK, ivstore);
off = dca_length(out) + reqp->dr_pkt_length - DESBLOCK;
uchar_t ivstore[DESBLOCK];
errno = dca_getbufbytes(out, off, DESBLOCK,
if (len % DESBLOCK) {
uchar_t resid[DESBLOCK];
uchar_t activeresid[DESBLOCK];