summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi/crypto/intel-crypto-mb
Commit message (Collapse)AuthorAgeFilesLines
* intel-crypto-mb: fix multilib buildAnuj Mittal2023-06-141-0/+42
| | | | | | | | | | | | | Make sure libraries are installed correctly even when libdir is not /usr/lib. Fixes: | ERROR: intel-crypto-mb-2021.6-r0 do_package: QA Issue: intel-crypto-mb: Files/directories were installed but not shipped in any package: | /usr/lib/libcrypto_mb.so.11.4 | /usr/lib/libcrypto_mb.so.11 | /usr/lib/libcrypto_mb.so | /usr/lib/libcrypto_mb.a Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: upgrade 2021.3 -> 2021.5Naveen Saini2022-03-213-36/+55
| | | | | | | | | | | | | | | | Intel IPP Cryptography uses multiple implementations of each function, optimized for various CPUs, and the library version targeted for any CPU contains all of these implementations. With the dispatcher, the library detects an available CPU in a runtime and chooses the best for the current hardware version of a function, hence ignore Yocto march, mtune values and let the project pass those values along with the right optimization flags. https://github.com/intel/ipp-crypto/blob/ippcp_2021.5/OVERVIEW.md#dispatcher Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: add recipe for ipp crypto libraryVtiurina, Mariia2021-11-242-0/+53
Intel® Integrated Performance Primitives (Intel® IPP) Cryptography is a secure, fast and lightweight library of building blocks for cryptography, highly-optimized for various Intel® CPUs. Signed-off by: Andrey Latyshev <andrey.latyshev@intel.com> Signed-off-by: Mariia Vtiurina <mariia.vtiurina@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>