Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247806
b: refs/heads/master
c: 6666448
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed May 19, 2011
1 parent e391f59 commit 4396c46
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: ddbb80884a37601026ac3e5eaf176c4296231862
refs/heads/master: 66664487b137d71fd43667ac2a6a90970a040eb7
2 changes: 0 additions & 2 deletions trunk/drivers/crypto/caam/caamalg.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ struct caam_ctx {
u8 *key;
dma_addr_t key_phys;
unsigned int enckeylen;
unsigned int authkeylen;
unsigned int split_key_len;
unsigned int split_key_pad_len;
unsigned int authsize;
Expand Down Expand Up @@ -330,7 +329,6 @@ static int aead_authenc_setkey(struct crypto_aead *aead,
#endif

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

ret = build_sh_desc_ipsec(ctx);
if (ret) {
Expand Down

0 comments on commit 4396c46

Please sign in to comment.