commit | 1d1f98d180fff442f69813c278bb7c618687757b | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Thu Aug 04 13:28:46 2016 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Sep 13 20:27:20 2016 +0800 |
tree | 8ca3298e1ab0150f0492413cec1daa13f630f20f | |
parent | 0d0cda93de95aee704dfbf2d6a626193431caf43 [diff] |
crypto: omap-des - fix crypto engine initialization order The crypto engine must be initialized before registering algorithms, otherwise the test manager will crash as it attempts to execute tests for the algos while they are being registered. Fixes: f1b77aaca85a ("crypto: omap-des - Integrate with the crypto engine framework") Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>