diff options
author | Damian Muszynski <[email protected]> | 2024-04-11 11:24:58 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2024-04-19 18:54:18 +0800 |
commit | 5d5bd24f415516b212d56e8a66fffd40cdaeab30 (patch) | |
tree | b4c594ef3fb5942ce2abeb1e2db6c9385ef33cb7 /tools/perf/util/scripting-engines | |
parent | b924ecd305c43c41b21ab246e986e2a8effa5743 (diff) |
crypto: qat - implement dh fallback for primes > 4K
The Intel QAT driver provides support for the Diffie-Hellman (DH)
algorithm, limited to prime numbers up to 4K. This driver is used
by default on platforms with integrated QAT hardware for all DH requests.
This has led to failures with algorithms requiring larger prime sizes,
such as ffdhe6144.
alg: ffdhe6144(dh): test failed on vector 1, err=-22
alg: self-tests for ffdhe6144(qat-dh) (ffdhe6144(dh)) failed (rc=-22)
Implement a fallback mechanism when an unsupported request is received.
Signed-off-by: Damian Muszynski <[email protected]>
Reviewed-by: Giovanni Cabiddu <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines')
0 files changed, 0 insertions, 0 deletions