Message ID | 1578710516-40535-1-git-send-email-xuzaibo@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | crypto: hisilicon-SEC V2 AEAD added with some bugfixed | expand |
On Sat, Jan 11, 2020 at 10:41:47AM +0800, Zaibo Xu wrote: > Add AEAD algorithms supporting, and some bugfixed with > some updating on internal funcions to support more algorithms. > > This series is based on: > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git > > Change log: > V2: Rebased on Arnd Bergmann's fixing patch on DebugFS usage. > > Zaibo Xu (9): > crypto: hisilicon - Update debugfs usage of SEC V2 > crypto: hisilicon - fix print/comment of SEC V2 > crypto: hisilicon - Update some names on SEC V2 > crypto: hisilicon - Update QP resources of SEC V2 > crypto: hisilicon - Adjust some inner logic > crypto: hisilicon - Add callback error check > crypto: hisilicon - Add branch prediction macro > crypto: hisilicon - redefine skcipher initiation > crypto: hisilicon - Add aead support on SEC2 > > drivers/crypto/hisilicon/Kconfig | 8 +- > drivers/crypto/hisilicon/sec2/sec.h | 49 +- > drivers/crypto/hisilicon/sec2/sec_crypto.c | 963 +++++++++++++++++++++++------ > drivers/crypto/hisilicon/sec2/sec_crypto.h | 22 +- > drivers/crypto/hisilicon/sec2/sec_main.c | 23 +- > 5 files changed, 833 insertions(+), 232 deletions(-) All applied. Thanks.