summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi/crypto
Commit message (Collapse)AuthorAgeFilesLines
* ipp-crypto-mb: update to latestAnuj Mittal2022-05-191-2/+3
| | | | | | | | Include the latest updates and fixes for gcc-12. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit e7adb4d1cb74eb2c2e23287685f64042d410714b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-crypto-mb: upgrade 2021.3 -> 2021.5Naveen Saini2022-03-214-44/+60
| | | | | | | | | | | | | | | | 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-243-0/+82
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>