Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222073
b: refs/heads/master
c: c054a07
h: refs/heads/master
i:
  222071: 98fe06a
v: v3
  • Loading branch information
Herbert Xu committed Nov 4, 2010
1 parent bb8ce57 commit 04c4c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 14bd342e25ea0242369c229d33075348171b622b
refs/heads/master: c054a076a1bd4731820a9c4d638b13d5c9bf5935
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/padlock-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key,
if (initial)
asm volatile (".byte 0xf3,0x0f,0xa7,0xd0" /* rep xcryptcbc */
: "+S" (input), "+D" (output), "+a" (iv)
: "d" (control_word), "b" (key), "c" (count));
: "d" (control_word), "b" (key), "c" (initial));

asm volatile (".byte 0xf3,0x0f,0xa7,0xd0" /* rep xcryptcbc */
: "+S" (input), "+D" (output), "+a" (iv)
Expand Down

0 comments on commit 04c4c2c

Please sign in to comment.