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
83088a235c
zephyr
/
tests
/
crypto
/
ctr_mode
/
prj.conf
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add initial import of TinyCrypt crypto library and tests Change-Id: I89b8db6925385dd02e95e0401bc42f32543e0daf Signed-off-by: Constanza Heath <constanza.m.heath@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-08-22 07:16:58 +08:00
CONFIG_TINYCRYPT=y
CONFIG_TINYCRYPT_AES=y
CONFIG_TINYCRYPT_AES_CTR=y
tests: ctr_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 - ctr_mode.c has the original routines JIRA: ZEP-2449 Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2017-08-02 15:54:26 +08:00
CONFIG_ZTEST=y