zephyr/tests/crypto
Flavio Santes 19d22dc389 tinycrypt: Add test case for the ECC DH algorithm
This commit adds the test-case for the ECC DH algorithm.

Origin: https://github.com/01org/tinycrypt/tree/v0.2.0

The code was refactored to eliminate function calls and checkpatch
errors. Furthermore, the PRNG was replaced by sys_rand32_init.
 Refactoring history is available at:

Repo:       https://gitlab.com/santes/tinycrypt/tree/refactoring
Commit:     f71fc46403e90be0c54a77150e0539756d8314e7

Jira: ZEP-614
Jira: ZEP-861

Change-Id: I884f26ef8e9ff8e79ed0858678c4f51a37796e02
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-09-20 12:54:21 +00:00
..
test_aes tests/crypto: rename MICROKERNEL entry from 'mainloop' to 'main' 2016-08-27 10:49:02 +00:00
test_cbc_mode tinycrypt: Rename current tests to avoid confusions with new algorithms 2016-09-15 10:34:05 +00:00
test_ccm_mode tests: crypto: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
test_cmac_mode tests: crypto: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
test_ctr_mode tinycrypt: Rename current tests to avoid confusions with new algorithms 2016-09-15 10:34:05 +00:00
test_ctr_prng tinycrypt: Add test case for the CTR PRNG algorithm 2016-09-15 03:36:14 +00:00
test_ecc_dh tinycrypt: Add test case for the ECC DH algorithm 2016-09-20 12:54:21 +00:00
test_ecc_dsa tinycrypt: Add test case for the ECC DSA algorithm 2016-09-20 12:54:21 +00:00
test_hmac checkpatch: fix ERROR:POINTER_LOCATION 2016-08-29 08:47:05 -04:00
test_hmac_prng tinycrypt: Rename current tests to avoid confusions with new algorithms 2016-09-15 10:34:05 +00:00
test_mbedtls test_mbedtls: exclude platforms with insufficient RAM/ROM 2016-07-28 21:22:19 +00:00
test_sha256 test_sha256: fix indentation 2016-08-28 07:47:28 -04:00