Lines Matching refs:K10

108     const sal_uInt32 K10    = 0xCA62C1D6;  in transform()  local
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()