Lines Matching refs:next

273 ! parameter 6  optional address for key next encryption/decryption
305 ld [$5+$3*8], local7 ! key 7531 next round
346 ld [$5+$3*8+4], out0 ! key 8642 next round
347 xor $1, local7, local2 ! sbox 5 next round
350 srl local2, 16, local2 ! sbox 5 next round
353 ld [$5+$3*16+4], out1 ! key 8642 next round again
354 and local2, 252, local2 ! sbox5 next round
355 ! next round
378 ld [$5+$3*16], out0 ! key 7531 next round
402 xor $2, out0, local4 ! sbox 1 next round
407 and local4, 252, local1 ! sbox 1 next round
459 xor $1, local7, local2 ! sbox 5 next round
463 srl local2, 16, local2 ! sbox 5 next round
467 ! next round (two rounds more)
490 ifelse($6,{}, {}, {ld [$6], out0}) ! key next encryption/decryption
513 ifelse($6,{}, {}, {ld [$6+4], out1}) ! key next encryption/decryption
611 ! Does initial permutation for next block mixed with
1092 ! loads key next encryption/decryption first round from [in4]
1105 ! loads key next encryption/decryption first round from [in3]
1406 .ncbc.enc.next.block:
1410 .ncbc.enc.next.block_1:
1418 .ncbc.enc.next.block_2:
1427 bl .ncbc.enc.next.block_fp
1432 ! permutation for next block. Load next block:
1449 ld [in3], out0 ! key 7531 first round next block
1451 xor global3, out5, in5 ! iv xor next block
1455 xor global4, local1, out5 ! iv xor next block
1457 ba .ncbc.enc.next.block_2
1460 .ncbc.enc.next.block_fp:
1466 addcc in2, -8, in2 ! bytes missing when next block done
1468 bpos .ncbc.enc.next.block
1481 load_n_bytes(in0, local1, global4, out4, local2, local3, .LNB1, .ncbc.enc.next.block_1)
1510 .ncbc.dec.next.block:
1529 ! Load ivec next block now, since input and output address might be the same.
1539 bg .ncbc.dec.next.block
1597 addcc in2, -8, in2 ! bytes missing after next block
1602 .ede3.enc.next.block:
1606 .ede3.enc.next.block_1:
1618 .ede3.enc.next.block_2:
1629 bl .ede3.enc.next.block_fp
1634 ! permutation for next block. Load next block:
1652 xor global3, out5, in5 ! iv xor next block
1656 xor global4, local1, out5 ! iv xor next block
1660 ba .ede3.enc.next.block_2
1663 .ede3.enc.next.block_fp:
1669 addcc in2, -8, in2 ! bytes missing when next block done
1671 bpos .ede3.enc.next.block
1684 load_n_bytes(in0, local1, global4, out4, local2, local3, .LNB2, .ede3.enc.next.block_1)
1712 .ede3.dec.next.block:
1738 load_little_endian_inc(local5, in0, in1, local3, .LLE10) ! iv next block
1746 bg .ede3.dec.next.block