Skip to content

Commit be20be7

Browse files
naghaabiramiYogaraj-Alamenda
authored andcommitted
ipp-crypto name change to cryptography-primitives
Signed-off-by: Nagha Abirami <naghax.abirami@intel.com>
1 parent 81e75c0 commit be20be7

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
[submodule "intel-ipsec-mb"]
55
path = intel-ipsec-mb
66
url = https://github.com/intel/intel-ipsec-mb.git
7-
[submodule "ipp-crypto"]
8-
path = ipp-crypto
9-
url = https://github.com/intel/ipp-crypto
7+
[submodule "cryptography-primitives"]
8+
path = cryptography-primitives
9+
url = https://github.com/intel/cryptography-primitives

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ipsec_mb:
260260
cd intel-ipsec-mb && make uninstall && make clean && make -j$(nproc) && make install -j$(nproc)
261261

262262
crypto_mb:
263-
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)
263+
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)
264264
endif
265265

266266
if QAT_4XXX

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ libtool and pkg-config) installed in the system.
4444
### Install with make depend target
4545
`make depend` target in the QAT_Engine supports cloning and building
4646
the dependent libraries OpenSSL, QAT_HW(QAT1.x & QAT2.0 OOT Linux driver) and
47-
QAT_SW(ipp-crypto & ipsec_mb automatically based on the QAT Engine configure
47+
QAT_SW(cryptography-primitives & ipsec_mb automatically based on the QAT Engine configure
4848
flags specified and platform underneath. Please follow the instructions below
4949
to use the option.
5050

@@ -62,7 +62,7 @@ make install
6262
```
6363

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

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

docs/software_requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ and also from the latest versions from the links below.
2323

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

2929
[1]:https://www.intel.com/content/www/us/en/developer/topic-technology/open/quick-assist-technology/overview.html
30-
[2]:https://github.com/intel/ipp-crypto/tree/develop/sources/ippcp/crypto_mb
30+
[2]:https://github.com/intel/cryptography-primitives/tree/develop/sources/ippcp/crypto_mb
3131
[3]:https://github.com/intel/intel-ipsec-mb
3232
[4]:https://www.intel.com/content/www/us/en/download/765501/intel-quickassist-technology-driver-for-linux-hw-version-2-0.html
3333
[5]:https://www.intel.com/content/www/us/en/download/19734/intel-quickassist-technology-driver-for-linux-hw-version-1-x.html

fips/qatprovider-fips.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
%global ippcp_major 11
1414
%global ippcp_minor 6
15-
%global ippcp ipp-crypto
15+
%global ippcp cryptography-primitives
1616
%global ippcpver ippcp_2021.7.1
1717
%global ippcpfull %{ippcp}-%{ippcpver}
1818
%global ippcpfullversion %{ippcp_major}.%{ippcp_minor}

qatengine-oot.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
%global ippcp_major 11
1515
%global ippcp_minor 15
16-
%global ippcp ipp-crypto
16+
%global ippcp cryptography-primitives
1717
%global ippcpver ippcp_2021.12.1
1818
%global ippcpfull %{ippcp}-%{ippcpver}
1919
%global ippcpfullversion %{ippcp_major}.%{ippcp_minor}

0 commit comments

Comments
 (0)