Messages in this thread |  | | Date | Wed, 16 Aug 2017 10:58:15 +0200 | From | Corentin Labbe <> | Subject | Re: [PATCH 2/3] crypto: engine - find request type with cra_type |
| |
On Tue, Aug 15, 2017 at 07:51:14AM +0000, Fabien DESSENNE wrote: > Hi Corentin, > > Since I have just sent a patch to add the support of "aead_request" to crypto engine, I am wondering if your proposed change (checking cra_type instead of crypto_tfm_alg_type) and mine are compatible. > It looks like they are (assuming we export crypto_aead_type): can you confirm? > BR > > Fabien. >
Hello
My change is incompatible with yours since I remove a switch(crypto_tfm_alg_type) that you use. Anyway you will need my change:) because you use ablkcipher which is obsolete and you need to convert to skcipher.
regards Corentin Labbe
|  |