On Tue, Feb 11, 2020 at 5:59 PM Sebastian Andrzej Siewior
[off-list ref] wrote:
On 2020-02-11 17:52:44 [+0200], John Mathew wrote:
quoted
quoted
crypto/tcrypt.c
I ran the module in a loop with mode ranging from 0..200. The output
is the same (tcrypt: all tests passed ) with and without my patch.
Try one of the modes which are not built-in but provided by a module.
And the module must not be loaded before starting the test.
I tried the mode 26 which tests the "anubis" module. The module is
loaded dynamically after starting the test.
Using traces in the code i confirmed that the algo lookup and tfm
creation works fine.
alg_test returns 0.
Sebastian