zephyr/tests/crypto
Flavio Santes 5306a00190 tinycrypt: Rename current tests to avoid confusions with new algorithms
Rename test_ctr to test_ctr_mode to avoid confusions with any CTR-based
algorithm. For example, currently TinyCrypt v0.2.0 supports the
CTR PRNG algorithm.

Rename test_prng to test_hmac_prng to avoid confusions with the test
case for the CTR PRNG algorithm or any test-case related to PRNGs.

Rename test_cbc to test_cbc_mode. TinyCrypt test case for CBC mode is
"test_cbc_mode.c", so it makes sense to keep the same name for the
directory.

Furthermore, README files are also updated to reflect the previous
described changes.

Change-Id: If0af4dcffe8917a7c29608231d3954b73dff5e10
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-09-15 10:34:05 +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_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