zephyr/tests/crypto
Leandro Pereira dd740c164b tests: crypto: Do not use unitialized variable
The `z` vector was not initialized in the call to
uECC_vli_nativeToBytes(), resulting in undefined behavior.  Use the
properly initialized `exp_z` array instead.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-08-19 07:48:07 -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: crypto: Do not use unitialized variable 2017-08-19 07:48:07 -04:00
ecc_dsa tests: ecc_dsa: convert to ztest 2017-08-07 22:39:47 -04:00
hmac tests: update min ram requirements and filters 2017-08-14 13:28:42 -04:00
hmac_prng tests: hmac_prng: convert to ztest 2017-08-07 22:39:47 -04:00
mbedtls tests: mbedtls: convert to ztest 2017-08-07 22:39:47 -04:00
sha256 tests: sha256: convert to ztest 2017-08-07 22:39:47 -04:00