diff options
author | Marcel Cornu <marcel.d.cornu@intel.com> | 2022-10-05 12:08:05 +0100 |
---|---|---|
committer | Fan Zhang <royzhang1980@hotmail.com> | 2022-10-17 13:41:50 +0000 |
commit | 2a6f35f24c6ab5aba63c0dfa21e865a8cd89f7cf (patch) | |
tree | 3ab6918d5a75e583e33bb1c08bb337d6fab996a6 /build/external/packages/ipsec-mb.mk | |
parent | 80c0ae24378f249b3be9a02774d844c13143cd99 (diff) |
crypto-ipsecmb: bump ipsecmb library to v1.3
- Use the latest IPsec Multi-Buffer library release v1.3
- Use ipsec-mb burst API for HMAC-SHAx algorithms
- Use ipsec-mb burst API for AES-CBC and AES-CTR algorithms
The new burst API available in ipsecmb v1.3 brings significant
performance improvements for certain algorithms compared to the job API.
Type: feature
Signed-off-by: marcel.d.cornu@intel.com
Change-Id: I3490b35a616a2ea77607f103426df62438c22b2b
Diffstat (limited to 'build/external/packages/ipsec-mb.mk')
-rw-r--r-- | build/external/packages/ipsec-mb.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/external/packages/ipsec-mb.mk b/build/external/packages/ipsec-mb.mk index 8750dc2d493..02c2e194456 100644 --- a/build/external/packages/ipsec-mb.mk +++ b/build/external/packages/ipsec-mb.mk @@ -11,17 +11,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -ipsec-mb_version := 1.2 +ipsec-mb_version := 1.3 ipsec-mb_tarball := v$(ipsec-mb_version).tar.gz ipsec-mb_tarball_md5sum_0.54 := 258941f7ba90c275fcf9d19c622d2d21 ipsec-mb_tarball_md5sum_0.55 := deca674bca7ae2282890e1fa7f953609 ipsec-mb_tarball_md5sum_1.0 := 906e701937751e761671dc83a41cff65 ipsec-mb_tarball_md5sum_1.1 := 3916471d3713d27e42473cb6af9c65e5 ipsec-mb_tarball_md5sum_1.2 := f551d9c208893a436c1f5c146a615bd6 +ipsec-mb_tarball_md5sum_1.3 := d8692db9efe32a263b61f12ac0dca950 ipsec-mb_tarball_md5sum := $(ipsec-mb_tarball_md5sum_$(ipsec-mb_version)) ipsec-mb_tarball_strip_dirs := 1 -ipsec-mb_url := http://github.com/01org/intel-ipsec-mb/archive/$(ipsec-mb_tarball) +ipsec-mb_url := http://github.com/intel/intel-ipsec-mb/archive/$(ipsec-mb_tarball) define ipsec-mb_config_cmds @true |