Typesetting fixes
authormdw <mdw>
Sun, 17 Jun 2001 00:10:51 +0000 (00:10 +0000)
committermdw <mdw>
Sun, 17 Jun 2001 00:10:51 +0000 (00:10 +0000)
cbc-def.h
cbc.h
cfb-def.h
cfb.h
counter-def.h
counter.h
ofb-def.h
ofb.h

index 14a0575..1be3549 100644 (file)
--- a/cbc-def.h
+++ b/cbc-def.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cbc-def.h,v 1.2 2000/06/17 10:49:52 mdw Exp $
+ * $Id: cbc-def.h,v 1.3 2001/06/17 00:10:51 mdw Exp $
  *
  * Definitions for cipher block chaining mode
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cbc-def.h,v $
+ * Revision 1.3  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.2  2000/06/17 10:49:52  mdw
  * Use secure arena for memory allocation.
  *
@@ -82,7 +85,7 @@
 /* --- @pre_cbcgetiv@ --- *                                            \
  *                                                                     \
  * Arguments:  @const pre_cbcctx *ctx@ = pointer to CBC context block  \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \
diff --git a/cbc.h b/cbc.h
index 40ec575..2f0e923 100644 (file)
--- a/cbc.h
+++ b/cbc.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cbc.h,v 1.2 1999/12/10 23:16:39 mdw Exp $
+ * $Id: cbc.h,v 1.3 2001/06/17 00:10:51 mdw Exp $
  *
  * Ciphertext block chaining for block ciphers
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cbc.h,v $
+ * Revision 1.3  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.2  1999/12/10 23:16:39  mdw
  * Split mode macros into interface and implementation.
  *
@@ -76,7 +79,7 @@ typedef struct pre##_cbcctx {                                         \
 /* --- @pre_cbcgetiv@ --- *                                            \
  *                                                                     \
  * Arguments:  @const pre_cbcctx *ctx@ = pointer to CBC context block  \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \
index bb3757c..51ab9e7 100644 (file)
--- a/cfb-def.h
+++ b/cfb-def.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cfb-def.h,v 1.2 2000/06/17 10:50:39 mdw Exp $
+ * $Id: cfb-def.h,v 1.3 2001/06/17 00:10:51 mdw Exp $
  *
  * Definitions for ciphertext feedback mode
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cfb-def.h,v $
+ * Revision 1.3  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.2  2000/06/17 10:50:39  mdw
  * Use secure arena for memory allocation.  Rearrange setiv slightly.
  *
@@ -86,7 +89,7 @@
 /* --- @pre_cfbgetiv@ --- *                                            \
  *                                                                     \
  * Arguments:  @const pre_cfbctx *ctx@ = pointer to CFB context block  \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \
diff --git a/cfb.h b/cfb.h
index 9ef53e1..d6ce6a8 100644 (file)
--- a/cfb.h
+++ b/cfb.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: cfb.h,v 1.3 2000/06/17 10:50:55 mdw Exp $
+ * $Id: cfb.h,v 1.4 2001/06/17 00:10:51 mdw Exp $
  *
  * Ciphertext feedback for block ciphers
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: cfb.h,v $
+ * Revision 1.4  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.3  2000/06/17 10:50:55  mdw
  * Change buffer offset to be unsigned.
  *
@@ -80,7 +83,7 @@ typedef struct pre##_cfbctx {                                         \
 /* --- @pre_cfbgetiv@ --- *                                            \
  *                                                                     \
  * Arguments:  @const pre_cfbctx *ctx@ = pointer to CFB context block  \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \
index 080321a..e0336a4 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: counter-def.h,v 1.1 2000/06/17 10:51:42 mdw Exp $
+ * $Id: counter-def.h,v 1.2 2001/06/17 00:10:51 mdw Exp $
  *
  * Block cipher counter mode (or long cycle mode)
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: counter-def.h,v $
+ * Revision 1.2  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.1  2000/06/17 10:51:42  mdw
  * Counter mode ciphers and pseudo-random generator.
  *
@@ -81,7 +84,7 @@
  *                                                                     \
  * Arguments:  @const pre_counterctx *ctx@ = pointer to counter        \
  *                     context                                         \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \
index 21211c7..8c5b3fd 100644 (file)
--- a/counter.h
+++ b/counter.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: counter.h,v 1.1 2000/06/17 10:51:42 mdw Exp $
+ * $Id: counter.h,v 1.2 2001/06/17 00:10:51 mdw Exp $
  *
  * Block cipher counter mode (or long cycle mode)
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: counter.h,v $
+ * Revision 1.2  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.1  2000/06/17 10:51:42  mdw
  * Counter mode ciphers and pseudo-random generator.
  *
@@ -80,7 +83,7 @@ typedef struct pre##_counterctx {                                     \
  *                                                                     \
  * Arguments:  @const pre_counterctx *ctx@ = pointer to counter        \
  *                     context                                         \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \
index f22ccd5..9bc69e8 100644 (file)
--- a/ofb-def.h
+++ b/ofb-def.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: ofb-def.h,v 1.4 2001/04/03 19:36:36 mdw Exp $
+ * $Id: ofb-def.h,v 1.5 2001/06/17 00:10:51 mdw Exp $
  *
  * Definitions for output feedback mode
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: ofb-def.h,v $
+ * Revision 1.5  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.4  2001/04/03 19:36:36  mdw
  * Don't use @va_arg@ as an argument to @STORE32@!
  *
@@ -89,7 +92,7 @@
 /* --- @pre_ofbgetiv@ --- *                                            \
  *                                                                     \
  * Arguments:  @const pre_ofbctx *ctx@ = pointer to OFB context block  \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \
diff --git a/ofb.h b/ofb.h
index bcf5c79..33afdb9 100644 (file)
--- a/ofb.h
+++ b/ofb.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: ofb.h,v 1.3 2000/06/17 11:48:24 mdw Exp $
+ * $Id: ofb.h,v 1.4 2001/06/17 00:10:51 mdw Exp $
  *
  * Output feedback for block ciphers
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: ofb.h,v $
+ * Revision 1.4  2001/06/17 00:10:51  mdw
+ * Typesetting fixes
+ *
  * Revision 1.3  2000/06/17 11:48:24  mdw
  * Change buffer offset to be unsigned.
  *
@@ -84,7 +87,7 @@ typedef struct pre##_ofbctx {                                         \
 /* --- @pre_ofbgetiv@ --- *                                            \
  *                                                                     \
  * Arguments:  @const pre_ofbctx *ctx@ = pointer to OFB context block  \
- *             @void *iv#@ = pointer to output data block              \
+ *             @void *iv@ = pointer to output data block               \
  *                                                                     \
  * Returns:    ---                                                     \
  *                                                                     \