zephyr/ext/lib/crypto/tinycrypt/source
Flavio Santes c9e10f8dfe 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

Change-Id: Ie3c87f892c2b2a337981125e2a92c37c579d4b38
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-11-22 01:59:10 +00:00
..
aes_decrypt.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
aes_encrypt.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
cbc_mode.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
ccm_mode.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
cmac_mode.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
ctr_mode.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
ctr_prng.c tinycrypt: Fix bug in CTR PRNG reseed function 2016-11-16 16:51:53 +00:00
ecc_dh.c ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00
ecc_dsa.c ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00
ecc.c ext: move tinycrypt to ext/lib 2016-06-01 14:27:41 -04:00
hmac_prng.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00
hmac.c tinycrypt/hmac: Array compared to NULL has no effect 2016-11-22 01:59:10 +00:00
sha256.c tinycrypt/sha256: Array compared to NULL has no effect 2016-11-22 01:59:10 +00:00
utils.c crypto: Update tinycrypt source files 2016-07-27 21:33:42 +00:00