commit | 018ba95c71c0b0ef7abc8d584bf556ffd1f5b230 | [log] [tgz] |
---|---|---|
author | Wang, Rui Y <rui.y.wang@intel.com> | Wed Feb 03 18:26:57 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 06 15:33:27 2016 +0800 |
tree | b40361ec7f29cc999558dc6674d7be1a32c3622e | |
parent | 1e0a6e1747b760b95b05ede659c8a6e5eb9b8acb [diff] |
crypto: testmgr - Add a test case for import()/export() Modify __test_hash() so that hash import/export can be tested from within the kernel. The test is unconditionally done when a struct hash_testvec has its .np > 1. v3: make the test unconditional v2: Leverage template[i].np as suggested by Tim Chen Signed-off-by: Rui Wang <rui.y.wang@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>