Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565036
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/8] update mediatek crypto driver |
| Date | 2017-01-23 16:10 +0100 |
| Message-ID | <t2OpR-812-59@gated-at.bofh.it> (permalink) |
| References | <t1Aff-3dA-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jan 20, 2017 at 01:41:07PM +0800, Ryder Lee wrote: > Hi, > > This series of patches is a global rework of the mtk driver. > Fix bug - incomplete DMA data transfer when SG buffer dst.len != src.len > > It also updates some part of the code to make them more generic. For > instance the crypto request queue management supports both async block > cipher and AEAD requests, which allows us to add support the the GCM mode. > GMAC mode is not supported yet. > > Current implementation was validated using the tcrypt > module running modes: > - 10: ecb(aes), cbc(aes), ctr(aes), rfc3686(ctr(aes)) > - 35: gcm(aes) > - 2,6,11,12: sha1, sha2 family > > tcrypt speed test was run with modes: > - 211: rfc4106(gcm(aes)), gcm(aes) > - 500: ecb(aes), cbc(aes), ctr(aes), rfc3686(ctr(aes)) > - 403 ~ 406: sha1, sha2 family > > IxChariot multiple pairs throughput 24 hours test: > - IPSec VPN > - MACSec > > Ryder Lee (8): > crypto: mediatek - move HW control data to transformation context > crypto: mediatek - fix incorrect data transfer result > crypto: mediatek - make crypto request queue management more generic > crypto: mediatek - rework crypto request completion > crypto: mediatek - regroup functions by usage > crypto: mediatek - fix typo and indentation > crypto: mediatek - add support to CTR mode > crypto: mediatek - add support to GCM mode All applied. Thanks. -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/8] update mediatek crypto driver Ryder Lee <ryder.lee@mediatek.com> - 2017-01-20 06:50 +0100 [PATCH 1/8] crypto: mediatek - move HW control data to transformation context Ryder Lee <ryder.lee@mediatek.com> - 2017-01-20 06:50 +0100 [PATCH 6/8] crypto: mediatek - fix typo and indentation Ryder Lee <ryder.lee@mediatek.com> - 2017-01-20 06:50 +0100 [PATCH 7/8] crypto: mediatek - add support to CTR mode Ryder Lee <ryder.lee@mediatek.com> - 2017-01-20 06:50 +0100 [PATCH 3/8] crypto: mediatek - make crypto request queue management more generic Ryder Lee <ryder.lee@mediatek.com> - 2017-01-20 06:50 +0100 [PATCH 8/8] crypto: mediatek - add support to GCM mode Ryder Lee <ryder.lee@mediatek.com> - 2017-01-20 06:50 +0100 [PATCH 2/8] crypto: mediatek - fix incorrect data transfer result Ryder Lee <ryder.lee@mediatek.com> - 2017-01-20 06:50 +0100 Re: [PATCH 0/8] update mediatek crypto driver Herbert Xu <herbert@gondor.apana.org.au> - 2017-01-23 16:10 +0100
csiph-web