2022-08-25 06:02:11 +02:00
|
|
|
config TESTING_CRYPTO
|
|
|
|
tristate "crypto test"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable crypto test
|
|
|
|
|
|
|
|
if TESTING_CRYPTO
|
|
|
|
|
2023-06-27 09:52:55 +02:00
|
|
|
config TESTING_CRYPTO_3DES_CBC
|
|
|
|
bool "3des-cbc crypto test"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config TESTING_CRYPTO_AES_CBC
|
|
|
|
bool "aes-cbc crypto test"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config TESTING_CRYPTO_AES_CTR
|
|
|
|
bool "aes-ctr crypto test"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config TESTING_CRYPTO_AES_XTS
|
|
|
|
bool "aes-xts crypto test"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config TESTING_CRYPTO_HMAC
|
|
|
|
bool "hmac crypto test"
|
|
|
|
default y
|
|
|
|
|
2023-07-14 15:07:07 +02:00
|
|
|
config TESTING_CRYPTO_HASH
|
|
|
|
bool "hash crypto test"
|
|
|
|
default n
|
|
|
|
|
2024-07-02 08:01:23 +02:00
|
|
|
config TESTING_CRYPTO_CRC32
|
|
|
|
bool "crc32 crypto test"
|
|
|
|
default n
|
|
|
|
|
2024-07-10 15:22:22 +02:00
|
|
|
config TESTING_CRYPTO_AES_CMAC
|
|
|
|
bool "aes-cmac crypto test"
|
|
|
|
default n
|
|
|
|
|
2024-07-24 15:46:07 +02:00
|
|
|
config TESTING_CRYPTO_ECDSA
|
|
|
|
bool "ecdsa crypto test"
|
|
|
|
default n
|
|
|
|
|
2024-09-06 08:05:29 +02:00
|
|
|
config TESTING_CRYPTO_ECDH
|
|
|
|
bool "ecdh crypto test"
|
|
|
|
default n
|
|
|
|
|
2024-08-07 15:58:52 +02:00
|
|
|
config TESTING_CRYPTO_RSA
|
|
|
|
bool "rsa crypto test"
|
|
|
|
default n
|
|
|
|
|
2022-08-25 06:02:11 +02:00
|
|
|
config TESTING_CRYPTO_PRIORITY
|
|
|
|
int "crypto test task priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config TESTING_CRYPTO_STACKSIZE
|
|
|
|
int "crypto test stack size"
|
|
|
|
default DEFAULT_TASK_STACKSIZE
|
|
|
|
|
|
|
|
endif
|