forked from Ivasoft/openwrt
ocf: update to version 20120127
SVN-Revision: 32672
This commit is contained in:
11
target/linux/generic/files/crypto/ocf/cryptocteon/README.txt
Normal file
11
target/linux/generic/files/crypto/ocf/cryptocteon/README.txt
Normal file
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user