Re: [PATCH v6 8/9] crypto: caam - add crypto_engine support for RSA algorithms

From: Horia Geanta
Date: Wed Feb 12 2020 - 14:00:28 EST


On 2/12/2020 7:56 PM, Iuliana Prodan wrote:
> Add crypto_engine support for RSA algorithms, to make use of
> the engine queue.
> The requests, with backlog flag, will be listed into crypto-engine
> queue and processed by CAAM when free. In case the queue is empty,
> the request is directly sent to CAAM.
> Only the backlog request are sent to crypto-engine since the others
> can be handled by CAAM, if free, especially since JR has up to 1024
> entries (more than the 10 entries from crypto-engine).
>
> Signed-off-by: Iuliana Prodan <iuliana.prodan@xxxxxxx>
Reviewed-by: Horia Geantă <horia.geanta@xxxxxxx>

Thanks,
Horia