Message ID | 1622770289-21588-1-git-send-email-yekai13@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | crypto: hisilicon - supports new aeads for new hardware | expand |
On Fri, Jun 04, 2021 at 09:31:25AM +0800, Kai Ye wrote: > The driver adds new aeads, add fallback tfm supporting. > Modify the driver as needed. The crypto fuzzing test has been passed. > > Kai Ye (4): > crypto: hisilicon/sec - add new algorithm mode for AEAD > crypto: hisilicon/sec - add fallback tfm supporting for aeads > crypto: hisilicon/sec - add hardware integrity check value process > crypto: hisilicon/sec - modify the SEC request structure > > drivers/crypto/hisilicon/sec2/sec.h | 13 +- > drivers/crypto/hisilicon/sec2/sec_crypto.c | 575 ++++++++++++++++++++++++----- > drivers/crypto/hisilicon/sec2/sec_crypto.h | 9 + > 3 files changed, 507 insertions(+), 90 deletions(-) All applied. Thanks.