OSDN Git Service

crypto: hisilicon - Add aead support on SEC2
authorZaibo Xu <xuzaibo@huawei.com>
Sat, 11 Jan 2020 02:41:56 +0000 (10:41 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 16 Jan 2020 07:18:15 +0000 (15:18 +0800)
commit2f072d75d1ab32e9c7c43a54398f4360a0a42d5e
tree5b70b6f314982f6c337b8416e119bd4a86d7ae74
parent473a0f9662d495b585fa5ebe5fe72ec54b6cb82c
crypto: hisilicon - Add aead support on SEC2

authenc(hmac(sha1),cbc(aes)), authenc(hmac(sha256),cbc(aes)), and
authenc(hmac(sha512),cbc(aes)) support are added for SEC v2.

Signed-off-by: Zaibo Xu <xuzaibo@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/Kconfig
drivers/crypto/hisilicon/sec2/sec.h
drivers/crypto/hisilicon/sec2/sec_crypto.c
drivers/crypto/hisilicon/sec2/sec_crypto.h