progs/perftest.c: Use from Glibc syscall numbers.
[catacomb] / symm / seal.h
index 875994e..adb17ab 100644 (file)
@@ -76,8 +76,8 @@ typedef struct seal_ctx {
   uint32 a, b, c, d;                   /* Current chaining variables */
   uint32 n1, n2, n3, n4;               /* Increments for the variables */
   unsigned i;                          /* Index into current iteration */
-  octet q[16];                         /* Output buffer */
-  unsigned qsz;                                /* Number of bytes in the buffer */
+  octet buf[16];                       /* Output buffer */
+  unsigned off;                                /* Offset into the buffer */
   uint32 rbuf[SEAL_R];                 /* Buffer for later magic */
 } seal_ctx;