diff options
author | Luka Perkov <luka@openwrt.org> | 2012-07-11 23:38:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-07-11 23:38:14 +0000 |
commit | 283021ac15faec84a1764d7883cfb47db7847d0c (patch) | |
tree | 650deb33e8131cc58fffb4f50ee3a1727ca4dfc3 /target/linux/generic/files/crypto/ocf/cryptocteon | |
parent | 5e4100bcf905e6d7888a30f65444ea9f326fea47 (diff) | |
download | mtk-20170518-283021ac15faec84a1764d7883cfb47db7847d0c.zip mtk-20170518-283021ac15faec84a1764d7883cfb47db7847d0c.tar.gz mtk-20170518-283021ac15faec84a1764d7883cfb47db7847d0c.tar.bz2 |
ocf: update to version 20120127
SVN-Revision: 32672
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/cryptocteon')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/cryptocteon/README.txt | 11 | ||||
-rw-r--r-- | target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c | 3 |
2 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/generic/files/crypto/ocf/cryptocteon/README.txt b/target/linux/generic/files/crypto/ocf/cryptocteon/README.txt new file mode 100644 index 0000000..807b2e5 --- /dev/null +++ b/target/linux/generic/files/crypto/ocf/cryptocteon/README.txt @@ -0,0 +1,11 @@ + +You will need the CRYPTO package installed to build this driver, and +potentially the ADK. + +cavium_crypto sourced from: + + adk/components/source/cavium_ipsec_kame/cavium_ipsec.c + +and significantly modified to suit use with OCF. All original +copyright/ownership headers retained. + diff --git a/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c b/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c index b0c10a2..0168ad3 100644 --- a/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c +++ b/target/linux/generic/files/crypto/ocf/cryptocteon/cryptocteon.c @@ -497,7 +497,8 @@ octo_process(device_t dev, struct cryptop *crp, int hint) offset_in_page(crp->crp_buf)); sg_num = 1; } - + if (sg_num > 0) + sg_mark_end(&sg[sg_num-1]); /* * setup a new explicit key |