ARCTWO_BLOCK_SIZE   80 maint/gnulib/lib/arctwo.c   for (; length >= ARCTWO_BLOCK_SIZE; length -= ARCTWO_BLOCK_SIZE,
ARCTWO_BLOCK_SIZE   81 maint/gnulib/lib/arctwo.c          inbuf += ARCTWO_BLOCK_SIZE, outbuf += ARCTWO_BLOCK_SIZE)
ARCTWO_BLOCK_SIZE  135 maint/gnulib/lib/arctwo.c   for (; length >= ARCTWO_BLOCK_SIZE; length -= ARCTWO_BLOCK_SIZE,
ARCTWO_BLOCK_SIZE  136 maint/gnulib/lib/arctwo.c          inbuf += ARCTWO_BLOCK_SIZE, outbuf += ARCTWO_BLOCK_SIZE)
ARCTWO_BLOCK_SIZE  155 maint/gnulib/lib/gc-gnulib.c   char arctwoIV[ARCTWO_BLOCK_SIZE];
ARCTWO_BLOCK_SIZE  328 maint/gnulib/lib/gc-gnulib.c       if (ivlen != ARCTWO_BLOCK_SIZE)
ARCTWO_BLOCK_SIZE  389 maint/gnulib/lib/gc-gnulib.c           for (; len >= ARCTWO_BLOCK_SIZE; len -= ARCTWO_BLOCK_SIZE,
ARCTWO_BLOCK_SIZE  390 maint/gnulib/lib/gc-gnulib.c                data += ARCTWO_BLOCK_SIZE)
ARCTWO_BLOCK_SIZE  393 maint/gnulib/lib/gc-gnulib.c               for (i = 0; i < ARCTWO_BLOCK_SIZE; i++)
ARCTWO_BLOCK_SIZE  396 maint/gnulib/lib/gc-gnulib.c                               ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  397 maint/gnulib/lib/gc-gnulib.c               memcpy (ctx->arctwoIV, data, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  459 maint/gnulib/lib/gc-gnulib.c           for (; len >= ARCTWO_BLOCK_SIZE; len -= ARCTWO_BLOCK_SIZE,
ARCTWO_BLOCK_SIZE  460 maint/gnulib/lib/gc-gnulib.c                data += ARCTWO_BLOCK_SIZE)
ARCTWO_BLOCK_SIZE  462 maint/gnulib/lib/gc-gnulib.c               char tmpIV[ARCTWO_BLOCK_SIZE];
ARCTWO_BLOCK_SIZE  464 maint/gnulib/lib/gc-gnulib.c               memcpy (tmpIV, data, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  466 maint/gnulib/lib/gc-gnulib.c                               ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  467 maint/gnulib/lib/gc-gnulib.c               for (i = 0; i < ARCTWO_BLOCK_SIZE; i++)
ARCTWO_BLOCK_SIZE  469 maint/gnulib/lib/gc-gnulib.c               memcpy (ctx->arctwoIV, tmpIV, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE   78 maint/gnulib/tests/test-arctwo.c   arctwo_encrypt (&ctx, plaintext_1, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE   84 maint/gnulib/tests/test-arctwo.c   arctwo_decrypt (&ctx, scratch, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE   90 maint/gnulib/tests/test-arctwo.c   arctwo_encrypt (&ctx, plaintext_2, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE   95 maint/gnulib/tests/test-arctwo.c   arctwo_decrypt (&ctx, scratch, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  101 maint/gnulib/tests/test-arctwo.c   arctwo_encrypt (&ctx, plaintext_3, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  107 maint/gnulib/tests/test-arctwo.c   arctwo_decrypt (&ctx, scratch, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  113 maint/gnulib/tests/test-arctwo.c   arctwo_encrypt (&ctx, plaintext_4, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  129 maint/gnulib/tests/test-arctwo.c   arctwo_decrypt (&ctx, scratch, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  135 maint/gnulib/tests/test-arctwo.c   arctwo_encrypt (&ctx, plaintext_5, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  151 maint/gnulib/tests/test-arctwo.c   arctwo_decrypt (&ctx, scratch, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  157 maint/gnulib/tests/test-arctwo.c   arctwo_encrypt (&ctx, plaintext_6, scratch, ARCTWO_BLOCK_SIZE);
ARCTWO_BLOCK_SIZE  173 maint/gnulib/tests/test-arctwo.c   arctwo_decrypt (&ctx, scratch, scratch, ARCTWO_BLOCK_SIZE);