Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247790
b: refs/heads/master
c: 701af31
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed May 4, 2011
1 parent 9470002 commit 4a0002b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 3023b5b6f1d9e3f12827d0437f6bf096dddac944
refs/heads/master: 701af31ce0cc6a1114001d792c21108c7f49ac86
2 changes: 0 additions & 2 deletions trunk/drivers/crypto/caam/caamalg.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ struct caam_ctx {
u32 alg_op;
u8 *key;
dma_addr_t key_phys;
unsigned int keylen;
unsigned int enckeylen;
unsigned int authkeylen;
unsigned int split_key_len;
Expand Down Expand Up @@ -330,7 +329,6 @@ static int aead_authenc_setkey(struct crypto_aead *aead,
ctx->split_key_pad_len + enckeylen, 1);
#endif

ctx->keylen = keylen;
ctx->enckeylen = enckeylen;
ctx->authkeylen = authkeylen;

Expand Down

0 comments on commit 4a0002b

Please sign in to comment.