+2
−2
Loading
For authenc AEAD algorithms, sa2ul is trying to register very specific -ce version as a fallback. This causes registration failure on SoCs which do not have ARMv8-CE enabled/available. Change the fallback algorithm from the specific driver name to generic algorithm name so that the kernel can allocate any available fallback. Fixes: d2c8ac18 ("crypto: sa2ul - Add AEAD algorithm support") Signed-off-by:T Pratham <t-pratham@ti.com> Reviewed-by:
Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>