plaintext          31 maint/gnulib/tests/test-gc-arctwo.c   static char plaintext[8] = "\xff\xff\xff\xff\xff\xff\xff\xff";
plaintext          51 maint/gnulib/tests/test-gc-arctwo.c   memcpy (scratch, plaintext, sizeof (plaintext));
plaintext          52 maint/gnulib/tests/test-gc-arctwo.c   rc = gc_cipher_encrypt_inline (ctx, sizeof (plaintext), scratch);
plaintext          75 maint/gnulib/tests/test-gc-arctwo.c   rc = gc_cipher_decrypt_inline (ctx, sizeof (plaintext), scratch);
plaintext          79 maint/gnulib/tests/test-gc-arctwo.c   if (memcmp (scratch, plaintext, sizeof (plaintext)))
plaintext          84 maint/gnulib/tests/test-gc-arctwo.c         printf ("%02x ", plaintext[i] & 0xFF);