Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce688951 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix ECB looping constructs in AES code.



Things works better when you increment the source buffer pointer
properly.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b35d282e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ ENTRY(des3_ede_sparc64_ecb_crypt)
1:	ldd	[%o1 + 0x00], %f60
	DES3_LOOP_BODY(60)
	std	%f60, [%o2 + 0x00]
	add	%o1, 0x08, %o1
	subcc	%o3, 0x08, %o3
	bne,pt	%icc, 1b
	 add	%o2, 0x08, %o2