zephyr/tests/crypto
Yasushi SHOJI 5e535a8551 tests: crypto: mbedtls: Remove local implementation of rand()
When MBEDTLS_RSA_C is defined, mbedtls define its local version of
rand() function.  Since we already have rand() in our minimal libc, we
can safely remove this.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
2021-07-20 13:32:36 -04:00
..
mbedtls tests: crypto: mbedtls: Remove local implementation of rand() 2021-07-20 13:32:36 -04:00
rand32 tests: crypto: Add a unnormal testing condition 2021-03-09 05:10:54 -05:00
tinycrypt tests: samples: Add targetted platform_excludes for intel_adsp_cavs15 2021-03-08 19:25:25 -05:00
tinycrypt_hmac_prng