zephyr/tests/crypto
Niranjhana N af3cd3bb62 tests: hmac: convert to ztest
- replaced test points with ztest APIs wherever possible
- replaced CONFIG_MAIN_STACK_SIZE with CONFIG_ZTEST_STACKSIZE
  in the config file
- split the main file into two files:
    - main.c has ztest entry and runs separate functions for ztest
    - hmac.c has the original routines

JIRA: ZEP-2449

Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2017-08-07 22:39:47 -04:00
..
aes tests: aes: convert to ztest 2017-08-07 22:39:47 -04:00
cbc_mode tests: cbc_mode: convert to ztest 2017-08-07 22:39:47 -04:00
ccm_mode tests: ccm_mode: convert to ztest 2017-08-07 22:39:47 -04:00
cmac_mode tests: cmac_mode: convert to ztest 2017-08-07 22:39:47 -04:00
ctr_mode tests: ctr_mode: convert to ztest 2017-08-07 22:39:47 -04:00
ctr_prng tests: ctr_prng: convert to ztest 2017-08-07 22:39:47 -04:00
ecc_dh tests: ecc_dh: convert to ztest 2017-08-07 22:39:47 -04:00
ecc_dsa tests: ecc_dsa: convert to ztest 2017-08-07 22:39:47 -04:00
hmac tests: hmac: convert to ztest 2017-08-07 22:39:47 -04:00
hmac_prng tests: replace filters in testcase files 2017-06-28 09:51:40 -05:00
mbedtls tests: crypto: fix coding style 2017-07-06 10:34:41 -05:00
sha256 tests: crypto: sha256: limit to systems with >48k of memory 2017-07-06 09:53:00 -05:00