Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75953
b: refs/heads/master
c: fdc520a
h: refs/heads/master
i:
  75951: 758c65f
v: v3
  • Loading branch information
Sebastian Siewior authored and Herbert Xu committed Jan 10, 2008
1 parent 11fbd30 commit 372214c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5de8f1b562e87ae9d93a4e0897e54c18a5e82915
refs/heads/master: fdc520aa693d462f4958339534a3b596f95795b7
4 changes: 2 additions & 2 deletions trunk/drivers/crypto/geode-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static int fallback_blk_dec(struct blkcipher_desc *desc,
tfm = desc->tfm;
desc->tfm = op->fallback.blk;

ret = crypto_blkcipher_decrypt(desc, dst, src, nbytes);
ret = crypto_blkcipher_decrypt_iv(desc, dst, src, nbytes);

desc->tfm = tfm;
return ret;
Expand All @@ -206,7 +206,7 @@ static int fallback_blk_enc(struct blkcipher_desc *desc,
tfm = desc->tfm;
desc->tfm = op->fallback.blk;

ret = crypto_blkcipher_encrypt(desc, dst, src, nbytes);
ret = crypto_blkcipher_encrypt_iv(desc, dst, src, nbytes);

desc->tfm = tfm;
return ret;
Expand Down

0 comments on commit 372214c

Please sign in to comment.