Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34200
b: refs/heads/master
c: 758f570
h: refs/heads/master
v: v3
  • Loading branch information
Joachim Fritschi authored and Herbert Xu committed Sep 21, 2006
1 parent f6c843c commit b853019
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: 2729bb427f686e47970406d6bde6b11892885f29
refs/heads/master: 758f570ea785a5fbcdca026dfab2e9e1a3f89726
2 changes: 2 additions & 0 deletions trunk/crypto/twofish.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in)

static struct crypto_alg alg = {
.cra_name = "twofish",
.cra_driver_name = "twofish-generic",
.cra_priority = 100,
.cra_flags = CRYPTO_ALG_TYPE_CIPHER,
.cra_blocksize = TF_BLOCK_SIZE,
.cra_ctxsize = sizeof(struct twofish_ctx),
Expand Down

0 comments on commit b853019

Please sign in to comment.