Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148799
b: refs/heads/master
c: 962a9c9
h: refs/heads/master
i:
  148797: adfe612
  148795: 8ae4e4a
  148791: 1a41576
  148783: 456586a
  148767: 7fafd31
  148735: 64fbab6
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed Jun 2, 2009
1 parent 3dc4686 commit 16d1539
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 19bbbc635523703ece28409e59694d5b512b819e
refs/heads/master: 962a9c99496f98041d14d64a9fdcf58050fefb4d
3 changes: 1 addition & 2 deletions trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,7 @@ static int ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq,
} else {
sg_link_tbl_len = cryptlen;

if ((edesc->desc.hdr & DESC_HDR_MODE1_MDEU_CICV) &&
(edesc->desc.hdr & DESC_HDR_MODE0_ENCRYPT) == 0)
if (edesc->desc.hdr & DESC_HDR_MODE1_MDEU_CICV)
sg_link_tbl_len = cryptlen + authsize;

sg_count = sg_to_link_tbl(areq->src, sg_count, sg_link_tbl_len,
Expand Down

0 comments on commit 16d1539

Please sign in to comment.