Lines Matching refs:c

76 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 …  in subRound()  argument
81 case 1: e += f1( b, c, d );break; in subRound()
83 case 4: e += f2( b, c, d );break; in subRound()
84 case 3: e += f3( b, c, d );break; in subRound()
110 sal_uInt32 a, b, c, d, e; in transform() local
113 c = hashdata[2]; in transform()
117 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform()
118 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform()
119 subRound( d, e, a, b, c, K2, data[ 2], 1 ); in transform()
120 subRound( c, d, e, a, b, K2, data[ 3], 1 ); in transform()
121 subRound( b, c, d, e, a, K2, data[ 4], 1 ); in transform()
122 subRound( a, b, c, d, e, K2, data[ 5], 1 ); in transform()
123 subRound( e, a, b, c, d, K2, data[ 6], 1 ); in transform()
124 subRound( d, e, a, b, c, K2, data[ 7], 1 ); in transform()
125 subRound( c, d, e, a, b, K2, data[ 8], 1 ); in transform()
126 subRound( b, c, d, e, a, K2, data[ 9], 1 ); in transform()
127 subRound( a, b, c, d, e, K2, data[10], 1 ); in transform()
128 subRound( e, a, b, c, d, K2, data[11], 1 ); in transform()
129 subRound( d, e, a, b, c, K2, data[12], 1 ); in transform()
130 subRound( c, d, e, a, b, K2, data[13], 1 ); in transform()
131 subRound( b, c, d, e, a, K2, data[14], 1 ); in transform()
132 subRound( a, b, c, d, e, K2, data[15], 1 ); in transform()
133 subRound( e, a, b, c, d, K2, expand_store( 16 ), 1 ); in transform()
134 subRound( d, e, a, b, c, K2, expand_store( 17 ), 1 ); in transform()
135 subRound( c, d, e, a, b, K2, expand_store( 18 ), 1 ); in transform()
136 subRound( b, c, d, e, a, K2, expand_store( 19 ), 1 ); in transform()
138 subRound( a, b, c, d, e, K3, expand_store( 20 ), 2 ); in transform()
139 subRound( e, a, b, c, d, K3, expand_store( 21 ), 2 ); in transform()
140 subRound( d, e, a, b, c, K3, expand_store( 22 ), 2 ); in transform()
141 subRound( c, d, e, a, b, K3, expand_store( 23 ), 2 ); in transform()
142 subRound( b, c, d, e, a, K3, expand_store( 24 ), 2 ); in transform()
143 subRound( a, b, c, d, e, K3, expand_store( 25 ), 2 ); in transform()
144 subRound( e, a, b, c, d, K3, expand_store( 26 ), 2 ); in transform()
145 subRound( d, e, a, b, c, K3, expand_store( 27 ), 2 ); in transform()
146 subRound( c, d, e, a, b, K3, expand_store( 28 ), 2 ); in transform()
147 subRound( b, c, d, e, a, K3, expand_store( 29 ), 2 ); in transform()
148 subRound( a, b, c, d, e, K3, expand_store( 30 ), 2 ); in transform()
149 subRound( e, a, b, c, d, K3, expand_store( 31 ), 2 ); in transform()
150 subRound( d, e, a, b, c, K3, expand_store( 32 ), 2 ); in transform()
151 subRound( c, d, e, a, b, K3, expand_store( 33 ), 2 ); in transform()
152 subRound( b, c, d, e, a, K3, expand_store( 34 ), 2 ); in transform()
153 subRound( a, b, c, d, e, K3, expand_store( 35 ), 2 ); in transform()
154 subRound( e, a, b, c, d, K3, expand_store( 36 ), 2 ); in transform()
155 subRound( d, e, a, b, c, K3, expand_store( 37 ), 2 ); in transform()
156 subRound( c, d, e, a, b, K3, expand_store( 38 ), 2 ); in transform()
157 subRound( b, c, d, e, a, K3, expand_store( 39 ), 2 ); in transform()
159 subRound( a, b, c, d, e, K5, expand_store( 40 ), 3 ); in transform()
160 subRound( e, a, b, c, d, K5, expand_store( 41 ), 3 ); in transform()
161 subRound( d, e, a, b, c, K5, expand_store( 42 ), 3 ); in transform()
162 subRound( c, d, e, a, b, K5, expand_store( 43 ), 3 ); in transform()
163 subRound( b, c, d, e, a, K5, expand_store( 44 ), 3 ); in transform()
164 subRound( a, b, c, d, e, K5, expand_store( 45 ), 3 ); in transform()
165 subRound( e, a, b, c, d, K5, expand_store( 46 ), 3 ); in transform()
166 subRound( d, e, a, b, c, K5, expand_store( 47 ), 3 ); in transform()
167 subRound( c, d, e, a, b, K5, expand_store( 48 ), 3 ); in transform()
168 subRound( b, c, d, e, a, K5, expand_store( 49 ), 3 ); in transform()
169 subRound( a, b, c, d, e, K5, expand_store( 50 ), 3 ); in transform()
170 subRound( e, a, b, c, d, K5, expand_store( 51 ), 3 ); in transform()
171 subRound( d, e, a, b, c, K5, expand_store( 52 ), 3 ); in transform()
172 subRound( c, d, e, a, b, K5, expand_store( 53 ), 3 ); in transform()
173 subRound( b, c, d, e, a, K5, expand_store( 54 ), 3 ); in transform()
174 subRound( a, b, c, d, e, K5, expand_store( 55 ), 3 ); in transform()
175 subRound( e, a, b, c, d, K5, expand_store( 56 ), 3 ); in transform()
176 subRound( d, e, a, b, c, K5, expand_store( 57 ), 3 ); in transform()
177 subRound( c, d, e, a, b, K5, expand_store( 58 ), 3 ); in transform()
178 subRound( b, c, d, e, a, K5, expand_store( 59 ), 3 ); in transform()
180 subRound( a, b, c, d, e, K10, expand_store( 60 ), 4 ); in transform()
181 subRound( e, a, b, c, d, K10, expand_store( 61 ), 4 ); in transform()
182 subRound( d, e, a, b, c, K10, expand_store( 62 ), 4 ); in transform()
183 subRound( c, d, e, a, b, K10, expand_store( 63 ), 4 ); in transform()
184 subRound( b, c, d, e, a, K10, expand_store( 64 ), 4 ); in transform()
185 subRound( a, b, c, d, e, K10, expand_store( 65 ), 4 ); in transform()
186 subRound( e, a, b, c, d, K10, expand_store( 66 ), 4 ); in transform()
187 subRound( d, e, a, b, c, K10, expand_store( 67 ), 4 ); in transform()
188 subRound( c, d, e, a, b, K10, expand_store( 68 ), 4 ); in transform()
189 subRound( b, c, d, e, a, K10, expand_store( 69 ), 4 ); in transform()
190 subRound( a, b, c, d, e, K10, expand_store( 70 ), 4 ); in transform()
191 subRound( e, a, b, c, d, K10, expand_store( 71 ), 4 ); in transform()
192 subRound( d, e, a, b, c, K10, expand_store( 72 ), 4 ); in transform()
193 subRound( c, d, e, a, b, K10, expand_store( 73 ), 4 ); in transform()
194 subRound( b, c, d, e, a, K10, expand_store( 74 ), 4 ); in transform()
195 subRound( a, b, c, d, e, K10, expand_store( 75 ), 4 ); in transform()
196 subRound( e, a, b, c, d, K10, expand_store( 76 ), 4 ); in transform()
197 subRound( d, e, a, b, c, K10, expand_nostore( 77 ), 4 ); in transform()
198 subRound( c, d, e, a, b, K10, expand_nostore( 78 ), 4 ); in transform()
199 subRound( b, c, d, e, a, K10, expand_nostore( 79 ), 4 ); in transform()
203 hashdata[2] += c; in transform()