Skip to content
Commit a0cfae59 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: testmgr - Allow hash test vectors longer than a page



As it stands we will each test hash vector both linearly and as
a scatter list if applicable.  This means that we cannot have
vectors longer than a page, even with scatter lists.

This patch fixes this by skipping test vectors with np != 0 when
testing linearly.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent fd57f22a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment