reference/mcrypt/constants.xml
f80105b4fc1196bd8d5fecb98d686b580b1ff65d
...
...
@@ -67,12 +67,12 @@
67
67
<itemizedlist>
68
68
<listitem>
69
69
<simpara>
70
-
<constant>"ctr"</constant> (<literal>counter mode</literal>) is a stream cipher mode.
70
+
<literal>"ctr"</literal> (<literal>counter mode</literal>) is a stream cipher mode.
71
71
</simpara>
72
72
</listitem>
73
73
<listitem>
74
74
<simpara>
75
-
<constant>"ncfb"</constant> (<literal>cipher feedback,
75
+
<literal>"ncfb"</literal> (<literal>cipher feedback,
76
76
in n-bit mode</literal>) is comparable to <literal>CFB</literal> mode,
77
77
but operates on the full block size of the algorithm.
78
78
</simpara>
...
...
@@ -86,7 +86,7 @@
86
86
<varlistentry xml:id="constant.mcrypt-encrypt">
87
87
<term>
88
88
<constant>MCRYPT_ENCRYPT</constant>
89
-
(<type>integer</type>)
89
+
(<type>int</type>)
90
90
</term>
91
91
<listitem>
92
92
<simpara>
...
...
@@ -97,7 +97,7 @@
97
97
<varlistentry xml:id="constant.mcrypt-decrypt">
98
98
<term>
99
99
<constant>MCRYPT_DECRYPT</constant>
100
-
(<type>integer</type>)
100
+
(<type>int</type>)
101
101
</term>
102
102
<listitem>
103
103
<simpara>
...
...
@@ -108,7 +108,7 @@
108
108
<varlistentry xml:id="constant.mcrypt-dev-random">
109
109
<term>
110
110
<constant>MCRYPT_DEV_RANDOM</constant>
111
-
(<type>integer</type>)
111
+
(<type>int</type>)
112
112
</term>
113
113
<listitem>
114
114
<simpara>
...
...
@@ -119,7 +119,7 @@
119
119
<varlistentry xml:id="constant.mcrypt-dev-urandom">
120
120
<term>
121
121
<constant>MCRYPT_DEV_URANDOM</constant>
122
-
(<type>integer</type>)
122
+
(<type>int</type>)
123
123
</term>
124
124
<listitem>
125
125
<simpara>
...
...
@@ -130,7 +130,7 @@
130
130
<varlistentry xml:id="constant.mcrypt-rand">
131
131
<term>
132
132
<constant>MCRYPT_RAND</constant>
133
-
(<type>integer</type>)
133
+
(<type>int</type>)
134
134
</term>
135
135
<listitem>
136
136
<simpara>
137
137