crypto: keembay - Add support for Keem Bay OCS AES/SM4
Add support for the AES/SM4 crypto engine included in the Offload and Crypto Subsystem (OCS) of the Intel Keem Bay SoC, thus enabling hardware-acceleration for the following transformations: - ecb(aes), cbc(aes), ctr(aes), cts(cbc(aes)), gcm(aes) and cbc(aes); supported for 128-bit and 256-bit keys. - ecb(sm4), cbc(sm4), ctr(sm4), cts(cbc(sm4)), gcm(sm4) and cbc(sm4); supported for 128-bit keys. The driver passes crypto manager self-tests, including the extra tests (CRYPTO_MANAGER_EXTRA_TESTS=y). Signed-off-by: NMike Healy <mikex.healy@intel.com> Co-developed-by: NDaniele Alessandrelli <daniele.alessandrelli@intel.com> Signed-off-by: NDaniele Alessandrelli <daniele.alessandrelli@intel.com> Acked-by: NMark Gross <mgross@linux.intel.com> Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
Showing
drivers/crypto/keembay/Kconfig
0 → 100644
drivers/crypto/keembay/Makefile
0 → 100644
此差异已折叠。
drivers/crypto/keembay/ocs-aes.c
0 → 100644
此差异已折叠。
drivers/crypto/keembay/ocs-aes.h
0 → 100644
想要评论请 注册 或 登录