zephyr/ext/lib/crypto/tinycrypt/source
Ramakrishna Pallala f468b23f68 tinycrypt/sha256: Array compared to NULL has no effect
This commit fixes the issue reported by Coverity: an array compared
against NULL is always false.

Coverity-CID: 143715
Coverity-CID: 143730

THis patch is ported from below patch:
https://gerrit.zephyrproject.org/r/#/c/7419/

Jira : ZEP-2468
Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2017-08-29 16:31:53 -04:00
..
aes_decrypt.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
aes_encrypt.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
cbc_mode.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
ccm_mode.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
cmac_mode.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
ctr_mode.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
ctr_prng.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
ecc_dh.c tinycrypt: ecc_dh: Properly clear out temporary secret buffers 2017-08-19 07:48:07 -04:00
ecc_dsa.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
ecc_platform_specific.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
ecc.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
hmac_prng.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00
hmac.c tinycrypt/hmac: Array compared to NULL has no effect 2017-08-29 16:31:53 -04:00
sha256.c tinycrypt/sha256: Array compared to NULL has no effect 2017-08-29 16:31:53 -04:00
utils.c crypto: Update TinyCrypt to 0.2.7 2017-08-01 10:35:06 -04:00