crypto/openssl: rename libcrypto to openssl
authorSlawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
Tue, 18 Oct 2016 11:36:13 +0000 (13:36 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 26 Oct 2016 12:58:37 +0000 (14:58 +0200)
commit8a9867a635c0572e926d87b7207dd064546388de
tree1063c894304214e71aac98116ef30750bed8f17e
parent170706a74df940bf0549e3bee4706adae747a76b
crypto/openssl: rename libcrypto to openssl

This patch replaces name "libcrypto" to "openssl" from file directories,
symbol prefixes and sub-names connected with old name.
Renamed poll mode driver files, test files, and documentations.
It is done to better name association with library because
the cryptography operations are using Openssl library crypto API.

Fixes: d61f70b4c918 ("crypto/libcrypto: add driver for OpenSSL library")

Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
27 files changed:
MAINTAINERS
app/test/test_cryptodev.c
app/test/test_cryptodev_aes_test_vectors.h
app/test/test_cryptodev_blockcipher.c
app/test/test_cryptodev_blockcipher.h
app/test/test_cryptodev_des_test_vectors.h
app/test/test_cryptodev_hash_test_vectors.h
app/test/test_cryptodev_perf.c
config/common_base
doc/guides/cryptodevs/index.rst
doc/guides/cryptodevs/libcrypto.rst [deleted file]
doc/guides/cryptodevs/openssl.rst [new file with mode: 0644]
doc/guides/rel_notes/release_16_11.rst
drivers/crypto/Makefile
drivers/crypto/libcrypto/Makefile [deleted file]
drivers/crypto/libcrypto/rte_libcrypto_pmd.c [deleted file]
drivers/crypto/libcrypto/rte_libcrypto_pmd_ops.c [deleted file]
drivers/crypto/libcrypto/rte_libcrypto_pmd_private.h [deleted file]
drivers/crypto/libcrypto/rte_pmd_libcrypto_version.map [deleted file]
drivers/crypto/openssl/Makefile [new file with mode: 0644]
drivers/crypto/openssl/rte_openssl_pmd.c [new file with mode: 0644]
drivers/crypto/openssl/rte_openssl_pmd_ops.c [new file with mode: 0644]
drivers/crypto/openssl/rte_openssl_pmd_private.h [new file with mode: 0644]
drivers/crypto/openssl/rte_pmd_openssl_version.map [new file with mode: 0644]
lib/librte_cryptodev/rte_cryptodev.h
mk/rte.app.mk
scripts/test-build.sh