]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: testmgr - Do not test internal algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 22 Nov 2016 12:08:31 +0000 (20:08 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Nov 2016 13:23:20 +0000 (21:23 +0800)
commit307c5b8c689f4e14d8b9f3f99f265e29647b0cef
treec5f4f38bc7f63343e21f46b2e0b4ad3b6354a211
parentff92790e179b29a623a0f7d81f65361666cc4ddc
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: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algboss.c
crypto/testmgr.c