diff options
| author | Eric Biggers <[email protected]> | 2020-10-26 09:17:02 -0700 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2020-11-06 14:29:10 +1100 |
| commit | 6e5972fa4a0db6912714d465485bdae91a99ccc2 (patch) | |
| tree | 16700eae304c02d95930a23be8dcc7b1997a238e /tools/perf/scripts/python | |
| parent | 2257f4712dcfb3b15783e7b0845ef83db022018a (diff) | |
crypto: testmgr - always print the actual skcipher driver name
When alg_test() is called from tcrypt.ko rather than from the algorithm
registration code, "driver" is actually the algorithm name, not the
driver name. So it shouldn't be used in places where a driver name is
wanted, e.g. when reporting a test failure or when checking whether the
driver is the generic driver or not.
Fix this for the skcipher algorithm tests by getting the driver name
from the crypto_skcipher that actually got allocated.
Signed-off-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions