mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 02:33:00 +00:00
A sample application to illustrate the usage of crypto APIs. This shows the usage of AES - CTR, CBC and CCM based encryption and decryption. origin: original Change-Id: I17e4d966a70169b71a754c9cdc3f713a5d0c3ac0 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
6 lines
96 B
INI
6 lines
96 B
INI
[test-micro]
|
|
tags = crypto
|
|
build_only = true
|
|
arch_whitelist = x86
|
|
platform_whitelist = qemu_x86
|