On 11/18/2019 12:31 AM, Iuliana Prodan wrote: > Changed parameters for ahash_edesc_alloc function: > - remove flags since they can be computed in > ahash_edesc_alloc, the only place they are needed; > - use ahash_request instead of caam_hash_ctx, which > can be obtained from request. > Technically, the use of ahash_request is to allow for access to request flags. The change is needed only to be able to refactor the computation of gfp flags. > Signed-off-by: Iuliana Prodan <iuliana.prodan@xxxxxxx> Reviewed-by: Horia Geantă <horia.geanta@xxxxxxx> Thanks, Horia