Searched refs:outblk (Results 1 – 1 of 1) sorted by relevance
109 unsigned char *outblk; in swcr_encdec() local165 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec()178 outblk = blk; in swcr_encdec()185 exf->encrypt_multi(ctx, inblk, outblk, todo); in swcr_encdec()187 exf->decrypt_multi(ctx, inblk, outblk, todo); in swcr_encdec()197 if (outblk == blk) { in swcr_encdec()199 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec()203 outblk += todo; in swcr_encdec()215 outblk = crypto_cursor_segment(&cc_out, &outlen); in swcr_encdec()221 outblk = blk; in swcr_encdec()[all …]