Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130253
b: refs/heads/master
c: 516280e
h: refs/heads/master
i:
  130251: 2edabe6
v: v3
  • Loading branch information
Jarod Wilson authored and Herbert Xu committed Jan 27, 2009
1 parent dbd3a7f commit d052648
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: bac1b5c4696f217afeac5b29874a337bc39da717
refs/heads/master: 516280e735b034216de97eb7ba080ec6acbfc58f
2 changes: 2 additions & 0 deletions trunk/crypto/ccm.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain,
if (assoclen) {
pctx->ilen = format_adata(idata, assoclen);
get_data_to_compute(cipher, pctx, req->assoc, req->assoclen);
} else {
pctx->ilen = 0;
}

/* compute plaintext into mac */
Expand Down

0 comments on commit d052648

Please sign in to comment.