Searched hist:e22471c2331c984ba48e89acd00d0ba1f60a3ea7 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/starfive/ |
H A D | Makefile | diff e22471c2331c984ba48e89acd00d0ba1f60a3ea7 Mon Jul 17 06:03:02 CEST 2023 Jia Jie Ho <jiajie.ho@starfivetech.com> crypto: starfive - Add AES skcipher and aead support
Adding AES skcipher and aead support to Starfive crypto module. Skcipher modes of operation include ecb, cbc, ctr, ofb, cfb. Aead modes include ccm and gcm.
v1->v2: - Add include interrupt.h to fix compile error. (Herbert)
Co-developed-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | jh7110-aes.c | e22471c2331c984ba48e89acd00d0ba1f60a3ea7 Mon Jul 17 06:03:02 CEST 2023 Jia Jie Ho <jiajie.ho@starfivetech.com> crypto: starfive - Add AES skcipher and aead support
Adding AES skcipher and aead support to Starfive crypto module. Skcipher modes of operation include ecb, cbc, ctr, ofb, cfb. Aead modes include ccm and gcm.
v1->v2: - Add include interrupt.h to fix compile error. (Herbert)
Co-developed-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | Kconfig | diff e22471c2331c984ba48e89acd00d0ba1f60a3ea7 Mon Jul 17 06:03:02 CEST 2023 Jia Jie Ho <jiajie.ho@starfivetech.com> crypto: starfive - Add AES skcipher and aead support
Adding AES skcipher and aead support to Starfive crypto module. Skcipher modes of operation include ecb, cbc, ctr, ofb, cfb. Aead modes include ccm and gcm.
v1->v2: - Add include interrupt.h to fix compile error. (Herbert)
Co-developed-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | jh7110-cryp.h | diff e22471c2331c984ba48e89acd00d0ba1f60a3ea7 Mon Jul 17 06:03:02 CEST 2023 Jia Jie Ho <jiajie.ho@starfivetech.com> crypto: starfive - Add AES skcipher and aead support
Adding AES skcipher and aead support to Starfive crypto module. Skcipher modes of operation include ecb, cbc, ctr, ofb, cfb. Aead modes include ccm and gcm.
v1->v2: - Add include interrupt.h to fix compile error. (Herbert)
Co-developed-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Huan Feng <huan.feng@starfivetech.com> Signed-off-by: Jia Jie Ho <jiajie.ho@starfivetech.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|