Skip to content

Commit

Permalink
ipp-crypto name change to cryptography-primitives
Browse files Browse the repository at this point in the history
Signed-off-by: Nagha Abirami <[email protected]>
  • Loading branch information
naghaabirami authored and Yogaraj-Alamenda committed Nov 5, 2024
1 parent 81e75c0 commit be20be7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[submodule "intel-ipsec-mb"]
path = intel-ipsec-mb
url = https://github.com/intel/intel-ipsec-mb.git
[submodule "ipp-crypto"]
path = ipp-crypto
url = https://github.com/intel/ipp-crypto
[submodule "cryptography-primitives"]
path = cryptography-primitives
url = https://github.com/intel/cryptography-primitives
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ ipsec_mb:
cd intel-ipsec-mb && make uninstall && make clean && make -j$(nproc) && make install -j$(nproc)

crypto_mb:
cd ipp-crypto/sources/ippcp/crypto_mb && rm -rf build && cmake . -B"build" -DOPENSSL_INCLUDE_DIR=$(with_openssl_install_dir)/include -DOPENSSL_LIBRARIES=$(with_openssl_install_dir) -DOPENSSL_ROOT_DIR=$(PWD)/openssl && cd build && make clean && make -j$(nproc) && make install -j$(nproc)
cd cryptography-primitives/sources/ippcp/crypto_mb && rm -rf build && cmake . -B"build" -DOPENSSL_INCLUDE_DIR=$(with_openssl_install_dir)/include -DOPENSSL_LIBRARIES=$(with_openssl_install_dir) -DOPENSSL_ROOT_DIR=$(PWD)/openssl && cd build && make clean && make -j$(nproc) && make install -j$(nproc)
endif

if QAT_4XXX
Expand Down
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ libtool and pkg-config) installed in the system.
### Install with make depend target
`make depend` target in the QAT_Engine supports cloning and building
the dependent libraries OpenSSL, QAT_HW(QAT1.x & QAT2.0 OOT Linux driver) and
QAT_SW(ipp-crypto & ipsec_mb automatically based on the QAT Engine configure
QAT_SW(cryptography-primitives & ipsec_mb automatically based on the QAT Engine configure
flags specified and platform underneath. Please follow the instructions below
to use the option.

Expand All @@ -62,7 +62,7 @@ make install
```

Here `make depend` will clone the dependent libraries and install QAT_HW driver in /QAT
and QAT_SW in the default path(`/usr/local` for ipp-crypto & `/usr` for ipsec_mb).
and QAT_SW in the default path(`/usr/local` for cryptography-primitives & `/usr` for ipsec_mb).
`qatengine.so` library will be installed in `/usr/local/ssl/lib64/engines-3` where
openssl is also installed as mentioned in the openssl install flag.
Please note make depend target is not supported in FreeBSD OS, Virtualized
Expand Down Expand Up @@ -147,7 +147,7 @@ The Following parameter needs to be enabled in BIOS and is supported only in QAT
</details>

For **QAT_SW Acceleration**, Install Intel® Crypto Multi-buffer library using the Installation instructions
from [Crypto_MB README](https://github.com/intel/ipp-crypto/tree/develop/sources/ippcp/crypto_mb)
from [Crypto_MB README](https://github.com/intel/cryptography-primitives/tree/develop/sources/ippcp/crypto_mb)
and Intel® Multi-Buffer Crypto for IPsec Library using the instructions
from the [intel-ipsec_mb README](https://github.com/intel/intel-ipsec-mb).

Expand Down
4 changes: 2 additions & 2 deletions docs/software_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ and also from the latest versions from the links below.

## Crypto Libraries:
* [OpenSSL\*][9] 1.1.1w (for FreeBSD only) & 3.0.15
* BoringSSL\* commit - [23ed9d3][11]
* BoringSSL\* commit - [23ed9d3][10]
* [Tongsuo][11] - 8.4.0 (BabaSSL)

[1]:https://www.intel.com/content/www/us/en/developer/topic-technology/open/quick-assist-technology/overview.html
[2]:https://github.com/intel/ipp-crypto/tree/develop/sources/ippcp/crypto_mb
[2]:https://github.com/intel/cryptography-primitives/tree/develop/sources/ippcp/crypto_mb
[3]:https://github.com/intel/intel-ipsec-mb
[4]:https://www.intel.com/content/www/us/en/download/765501/intel-quickassist-technology-driver-for-linux-hw-version-2-0.html
[5]:https://www.intel.com/content/www/us/en/download/19734/intel-quickassist-technology-driver-for-linux-hw-version-1-x.html
Expand Down
2 changes: 1 addition & 1 deletion fips/qatprovider-fips.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

%global ippcp_major 11
%global ippcp_minor 6
%global ippcp ipp-crypto
%global ippcp cryptography-primitives
%global ippcpver ippcp_2021.7.1
%global ippcpfull %{ippcp}-%{ippcpver}
%global ippcpfullversion %{ippcp_major}.%{ippcp_minor}
Expand Down
2 changes: 1 addition & 1 deletion qatengine-oot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

%global ippcp_major 11
%global ippcp_minor 15
%global ippcp ipp-crypto
%global ippcp cryptography-primitives
%global ippcpver ippcp_2021.12.1
%global ippcpfull %{ippcp}-%{ippcpver}
%global ippcpfullversion %{ippcp_major}.%{ippcp_minor}
Expand Down

0 comments on commit be20be7

Please sign in to comment.