Lines Matching refs:round
131 ! Loads key first round from address in parameter 5 to out0, out1.
139 ! parameter 3 result left (modify in first round)
140 ! parameter 4 result right (use in first round)
263 ! the previous round is finished.
265 ! In each round one half (work) is modified based on key and the
283 ! each round, except after last round. In this code the original
288 ! parameter 1 first work (left in first round)
289 ! parameter 2 first use (right in first round)
325 ld [$5+$3*8], local7 ! key 7531 next round
366 ld [$5+$3*8+4], out0 ! key 8642 next round
367 xor $1, local7, local2 ! sbox 5 next round
370 srl local2, 16, local2 ! sbox 5 next round
373 ld [$5+$3*16+4], out1 ! key 8642 next round again
374 and local2, 252, local2 ! sbox5 next round
375 ! next round
398 ld [$5+$3*16], out0 ! key 7531 next round
422 xor $2, out0, local4 ! sbox 1 next round
431 and local4, 252, local1 ! sbox 1 next round
483 xor $1, local7, local2 ! sbox 5 next round
487 srl local2, 16, local2 ! sbox 5 next round
491 ! next round (two rounds more)
1153 ! loads key next encryption/decryption first round from [in4]
1166 ! loads key next encryption/decryption first round from [in3]
1214 add in1, 120, in3 ! use last subkey for first round
1291 ld [in3], out0 ! key 7531 first round
1294 ld [in3+4], out1 ! key 8642 first round
1319 ld [in4], out0 ! key 7531 first round
1322 ld [in4+4], out1 ! key 8642 first round
1530 ld [in3], out0 ! key 7531 first round next block