Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1668777
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] crypto: engine - Permit to enqueue skcipher request |
| Date | 2017-06-19 07:30 +0200 |
| Message-ID | <tTXqa-6Rc-7@gated-at.bofh.it> (permalink) |
| References | <tPn1U-12m-17@gated-at.bofh.it> <tPn1V-12m-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 06, 2017 at 03:44:17PM +0200, Corentin Labbe wrote: > The crypto engine could actually only enqueue hash and ablkcipher request. > This patch permit it to enqueue skcipher requets by adding all necessary > functions. > The only problem is that ablkcipher and skcipher id are the same, so > only one cipher type is usable on the same crypto engine. > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> I think this should be done as part of the skcipher conversion rather than as a standalone patch. 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 — Next in thread | Find similar | Unroll thread
Re: [PATCH v2 2/2] crypto: engine - Permit to enqueue skcipher request Herbert Xu <herbert@gondor.apana.org.au> - 2017-06-19 07:30 +0200 Re: [PATCH v2 2/2] crypto: engine - Permit to enqueue skcipher request Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-06-19 10:00 +0200
csiph-web