On 11/18/2019 12:31 AM, Iuliana Prodan wrote: > Integrate crypto_engine into CAAM, to make use of the engine queue. > Add support for SKCIPHER algorithms. > > This is intended to be used for CAAM backlogging support. > The requests, with backlog flag (e.g. from dm-crypt) will be listed > into crypto-engine queue and processed by CAAM when free. > This changes the return codes for caam_jr_enqueue: > -EINPROGRESS if OK, -EBUSY if request is backlogged, > -ENOSPC if the queue is full, -EIO if it cannot map the caller's > descriptor, -EINVAL if crypto_tfm not supported by crypto_engine. > > Signed-off-by: Iuliana Prodan <iuliana.prodan@xxxxxxx> > Signed-off-by: Franck LENORMAND <franck.lenormand@xxxxxxx> Reviewed-by: Horia Geantă <horia.geanta@xxxxxxx> Thanks, Horia