commit | 0e7d4d932ffc23f75efb31a8c2ac2396c1b81c55 | [log] [tgz] |
---|---|---|
author | Michael Müller <michael@fds-team.de> | Sun Jul 15 00:27:06 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 20 13:51:22 2018 +0800 |
tree | 92fa79f4b6c48c880ef9df7dd0d13d8a781b5d4d | |
parent | e5c8ee1f7cc2b090ecb44b34b1f7d22665526fdc [diff] |
crypto: sharah - Unregister correct algorithms for SAHARA 3 This patch fixes two typos related to unregistering algorithms supported by SAHARAH 3. In sahara_register_algs the wrong algorithms are unregistered in case of an error. In sahara_unregister_algs the wrong array is used to determine the iteration count. Signed-off-by: Michael Müller <michael@fds-team.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>