Skip to content
Commit eed93e0c authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: testmgr - Do not test internal algorithms



Currently we manually filter out internal algorithms using a list
in testmgr.  This is dangerous as internal algorithms cannot be
safely used even by testmgr.  This patch ensures that they're never
processed by testmgr at all.

This patch also removes an obsolete bypass for nivciphers which
no longer exist.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 065ce327
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment