diff options
author | Joachim Vandersmissen <git@jvdsn.com> | 2024-05-12 23:55:06 -0500 |
---|---|---|
committer | Jarkko Sakkinen <jarkko@kernel.org> | 2024-05-14 05:01:03 +0300 |
commit | 8cd9f234f7066a783bb8beab8f25f9e31d878e17 (patch) | |
tree | 9fb5e1157525fcc4dbef2bd36160068213305347 /drivers/usb/cdns3/cdns3-imx.c | |
parent | 9d2fd8bdc12f403a5c35c971936a0e1d5cb5108e (diff) |
certs: Move RSA self-test data to separate file
In preparation of adding new ECDSA self-tests, the existing data for
the RSA self-tests is moved to a separate file. This file is only
compiled if the new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA configuration
option is set, which ensures that the required dependencies (RSA,
SHA-256) are present. Otherwise, the kernel would panic when trying to
execute the self-test.
The introduction of this new option, rather than adding the
dependencies to the existing CONFIG_FIPS_SIGNATURE_SELFTEST option,
allows for additional self-tests to be added for different algorithms.
The kernel can then be configured to only execute the self-tests for
those algorithms that are included.
Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions