zephyr/ext/lib/crypto/tinycrypt/source
Flavio Santes c7979f0fc4 tinycrypt: Update TinyCrypt to version 0.2.5
TinyCrypt 0.2.5 was released a few hours ago:

https://github.com/01org/tinycrypt/releases/tag/v0.2.5

This patch updates some TinyCrypt files, solving the following issues:

- Decryptions using ccm mode can incorrectly fail
- Minor style issues in code documentation

Change-Id: I606cde179888aad7a52fd277d73973f2347d8882
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-12-19 19:05:42 +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 tinycrypt: Update TinyCrypt to version 0.2.5 2016-12-19 19:05: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