crypto: testmgr - Check all test vector lengths
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 May 2009 06:05:42 +0000 (16:05 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 2 Jun 2009 04:05:00 +0000 (14:05 +1000)
As we cannot guarantee the availability of contiguous pages at
run-time, all test vectors must either fit within a page, or use
scatter lists.  In some cases vectors were not checked as to
whether they fit inside a page.  This patch adds all the missing
checks.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found