crypto: zynqmp-sha - Fix partial block implementation
The zynqmp-sha partial block was based on an old design of the partial block API where the leftover calculation was done in the Crypto API. As the leftover calculation is now done by the algorithm, fix this by passing the partial blocks to the fallback. Also zero the stack descriptors. Fixes: 201e9ec3 ("crypto: zynqmp-sha - Use API partial block handling") Signed-off-by:Herbert Xu <herbert@gondor.apana.org.au>
Loading
Please sign in to comment