crypto/qat: change filename crypto to sym
authorFiona Trahe <fiona.trahe@intel.com>
Wed, 13 Jun 2018 12:13:49 +0000 (14:13 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 27 Jun 2018 23:25:33 +0000 (01:25 +0200)
commit41287a7f102f2f520c9a20fbeaf4f90870c6fbe7
tree38e8ef7562fd5d7559ed27b5c9c04569fc3f552d
parent98f06089161532ed23ddfbef0f7d5ff96c126c5f
crypto/qat: change filename crypto to sym

This commit renames qat_crypto.c/h to qat_sym.c/h
And makes a few whitespace changes to resolve line-length
issues.

Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/qat/Makefile
drivers/crypto/qat/meson.build
drivers/crypto/qat/qat_crypto.c [deleted file]
drivers/crypto/qat/qat_crypto.h [deleted file]
drivers/crypto/qat/qat_qp.c
drivers/crypto/qat/qat_sym.c [new file with mode: 0644]
drivers/crypto/qat/qat_sym.h [new file with mode: 0644]
drivers/crypto/qat/rte_qat_cryptodev.c