Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310658
b: refs/heads/master
c: 7c8d518
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Herbert Xu committed May 31, 2012
1 parent 44b5230 commit 01b0037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 121daad8fd1dce63076fa55aaedd5dc3f981b334
refs/heads/master: 7c8d51848a88aafdb68f42b6b650c83485ea2f84
6 changes: 4 additions & 2 deletions trunk/arch/x86/crypto/aesni-intel_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -2460,10 +2460,12 @@ ENTRY(aesni_cbc_dec)
pxor IN3, STATE4
movaps IN4, IV
#else
pxor (INP), STATE2
pxor 0x10(INP), STATE3
pxor IN1, STATE4
movaps IN2, IV
movups (INP), IN1
pxor IN1, STATE2
movups 0x10(INP), IN2
pxor IN2, STATE3
#endif
movups STATE1, (OUTP)
movups STATE2, 0x10(OUTP)
Expand Down

0 comments on commit 01b0037

Please sign in to comment.