Lines Matching refs:L
47 php_hash_uint64 L[8]; in WhirlpoolTransform() local
82 L[0] = in WhirlpoolTransform()
92 L[1] = in WhirlpoolTransform()
101 L[2] = in WhirlpoolTransform()
110 L[3] = in WhirlpoolTransform()
119 L[4] = in WhirlpoolTransform()
128 L[5] = in WhirlpoolTransform()
137 L[6] = in WhirlpoolTransform()
146 L[7] = in WhirlpoolTransform()
155 K[0] = L[0]; in WhirlpoolTransform()
156 K[1] = L[1]; in WhirlpoolTransform()
157 K[2] = L[2]; in WhirlpoolTransform()
158 K[3] = L[3]; in WhirlpoolTransform()
159 K[4] = L[4]; in WhirlpoolTransform()
160 K[5] = L[5]; in WhirlpoolTransform()
161 K[6] = L[6]; in WhirlpoolTransform()
162 K[7] = L[7]; in WhirlpoolTransform()
166 L[0] = in WhirlpoolTransform()
176 L[1] = in WhirlpoolTransform()
186 L[2] = in WhirlpoolTransform()
196 L[3] = in WhirlpoolTransform()
206 L[4] = in WhirlpoolTransform()
216 L[5] = in WhirlpoolTransform()
226 L[6] = in WhirlpoolTransform()
236 L[7] = in WhirlpoolTransform()
246 state[0] = L[0]; in WhirlpoolTransform()
247 state[1] = L[1]; in WhirlpoolTransform()
248 state[2] = L[2]; in WhirlpoolTransform()
249 state[3] = L[3]; in WhirlpoolTransform()
250 state[4] = L[4]; in WhirlpoolTransform()
251 state[5] = L[5]; in WhirlpoolTransform()
252 state[6] = L[6]; in WhirlpoolTransform()
253 state[7] = L[7]; in WhirlpoolTransform()