The regular expressions used by this test to determine success or failure get confounded if the log subsystem drops the wrong messages due to buffers being full. Just use minimal logging which synchronously logs everything. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
CONFIG_TINYCRYPT=y
|
|
CONFIG_TINYCRYPT_AES=y
|
|
CONFIG_TINYCRYPT_AES_CBC=y
|
|
CONFIG_TINYCRYPT_AES_CTR=y
|
|
CONFIG_TINYCRYPT_AES_CCM=y
|
|
CONFIG_CRYPTO=y
|
|
CONFIG_CRYPTO_TINYCRYPT_SHIM=y
|
|
CONFIG_CRYPTO_LOG_LEVEL_DBG=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MINIMAL=y
|