Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158023
b: refs/heads/master
c: aef2713
h: refs/heads/master
i:
  158021: 68fc6db
  158019: cb6b44d
  158015: 3fdb908
v: v3
  • Loading branch information
Herbert Xu committed Aug 13, 2009
1 parent 73393e1 commit 9183a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73fec1209433d6b33924c1b06122ee217ce98931
refs/heads/master: aef27136b8b5e526f2e96ca1caa30a6d07e70f42
2 changes: 2 additions & 0 deletions trunk/crypto/ctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ static struct crypto_instance *crypto_ctr_alloc(struct rtattr **tb)
inst->alg.cra_blkcipher.encrypt = crypto_ctr_crypt;
inst->alg.cra_blkcipher.decrypt = crypto_ctr_crypt;

inst->alg.cra_blkcipher.geniv = "chainiv";

out:
crypto_mod_put(alg);
return inst;
Expand Down

0 comments on commit 9183a23

Please sign in to comment.