[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [<UNIKRAFT/LIBHOGWEED> 2/4] Add Config.uk
Signed-off-by: ARGINT DRAGOS IULIAN <dragosargint21@xxxxxxxxx> --- Config.uk | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Config.uk diff --git a/Config.uk b/Config.uk new file mode 100644 index 0000000..e342c06 --- /dev/null +++ b/Config.uk @@ -0,0 +1,62 @@ +config LIBHOGWEED + bool "libhogweed - Public-key algorithms" + default n + +if LIBHOGWEED + config TESTSUITE + bool "testsuite - tests for libhogweed" + default n + if TESTSUITE + choice + prompt "TEST" + config RSA_COMPUTE_ROOT_TEST + bool "rsa-compute-root-test" + config RSA_ENCRYPT_TEST + bool "rsa-encrypt-test" + config RSA_KEYGEN_TEST + bool "rsa-keygen-test" + config RSA_PSS_SIGN_TR_TEST + bool "rsa-pss-sign-tr-test" + config RSA_SEC_DECRYPT_TEST + bool "rsa-sec-decrypt-test" + config RSA_SIGN_TR_TEST + bool "rsa-sign-tr-test" + config RSA_TEST + bool "rsa-test" + config RSA2SEXP_TEST + bool "rsa2sexp-test" + config SEXP2RSA_TEST + bool "sexp2rsa-test" + config CURVE25519_DH_TEST + bool "curve25519-dh-test" + config CURVE448_DH_TEST + bool "curve448-dh-test" + config DSA_KEYGEN_TEST + bool "dsa-keygen-test" + config DSA_TEST + bool "dsa-test" + config ECDSA_KEYGEN_TEST + bool "ecdsa-keygen-test" + config ECDSA_SIGN_TEST + bool "ecdsa-sign-test" + config ECDSA_VERIFY_TEST + bool "ecdsa-verify-test" + config EDDSA_COMPRESS_TEST + bool "eddsa-compress-test" + config EDDSA_SIGN_TEST + bool "eddsa-sign-test" + config EDDSA_VERIFY_TEST + bool "eddsa-verify-test" + config GOSTDSA_KEYGEN_TEST + bool "gostdsa-keygen-test" + config GOSTDSA_SIGN_TEST + bool "gostdsa-sign-test" + config GOSTDSA_VERIFY_TEST + bool "gostdsa-verify-test" + config GOSTDSA_VKO_TEST + bool "gostdsa-vko-test" + endchoice + endif +endif + + -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |