commit | fd57f22a09ae276ca3e9cd11ed99b617d611ba82 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 29 16:05:42 2009 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 02 14:05:00 2009 +1000 |
tree | 86f83c467efbe67c2058f00392e62c7f67f27636 | |
parent | f3d8fe40498eea9f45be260bdf6ccada845411f3 [diff] |
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>