This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
6acd75b2b8
zephyr
/
tests
/
crypto
/
ccm_mode
/
prj.conf
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Integration of TinyCrypt v2: ECC, CMAC, AES-CCM with test cases for CMAC and CCM. Change-Id: I26a5c3027af0d00f55021c1ac063100606084314 Signed-off-by: Constanza Heath <constanza.m.heath@intel.com>
2016-01-28 03:07:05 +08:00
CONFIG_TINYCRYPT=y
CONFIG_TINYCRYPT_AES=y
CONFIG_TINYCRYPT_AES_CCM=y
tests: ccm_mode: convert to ztest - replaced test points with ztest APIs wherever possible - split the main file into two files: - main.c has ztest entry and runs separate functions for ztest - ccm_mode.c has the original routines JIRA: ZEP-2449 Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2017-08-02 15:52:38 +08:00
CONFIG_ZTEST=y