Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247778
b: refs/heads/master
c: d37d36e
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed May 2, 2011
1 parent 41b83ce commit 0f86557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: f3af98681f16063d110075eba79a8621ae9a376a
refs/heads/master: d37d36e31cb8b4bd7c4e052e29674bf897ea466c
6 changes: 2 additions & 4 deletions trunk/drivers/crypto/caam/caamalg.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,15 +828,13 @@ static int aead_authenc_givencrypt(struct aead_givcrypt_request *req)
append_cmd(desc, CMD_LOAD | DISABLE_AUTO_INFO_FIFO);

/* MOVE DECO Alignment -> C1 Context 16 bytes */
append_move(desc, MOVE_WAITCOMP | MOVE_SRC_INFIFO |
MOVE_DEST_CLASS1CTX | ivsize);
append_move(desc, MOVE_SRC_INFIFO | MOVE_DEST_CLASS1CTX | ivsize);

/* re-enable info fifo entries */
append_cmd(desc, CMD_LOAD | ENABLE_AUTO_INFO_FIFO);

/* MOVE C1 Context -> OFIFO 16 bytes */
append_move(desc, MOVE_WAITCOMP | MOVE_SRC_CLASS1CTX |
MOVE_DEST_OUTFIFO | ivsize);
append_move(desc, MOVE_SRC_CLASS1CTX | MOVE_DEST_OUTFIFO | ivsize);

append_fifo_store(desc, iv_dma, ivsize, FIFOST_TYPE_MESSAGE_DATA);

Expand Down

0 comments on commit 0f86557

Please sign in to comment.