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)
commitfd57f22a09ae276ca3e9cd11ed99b617d611ba82
tree86f83c467efbe67c2058f00392e62c7f67f27636
parentf3d8fe40498eea9f45be260bdf6ccada845411f3
crypto: testmgr - Check all test vector lengths

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>
crypto/testmgr.c