adustm
|
3604c3a7d3
|
remove mbedtls_printf error notification
|
2017-03-24 20:38:03 +00:00 |
adustm
|
48de782b58
|
Big commit after code review from andesag01 cleanup in include files (unrequired removed + other moved to aes_alt.h) hcryp_aes moved to mbedtls_aes_context to allow multi instances remove ctx->nr, ctx->buf doxygen comments are removed (kept in .h file) function _ALT are removed (full module _ALT) handle error returned by HAL_CRYPxx functions aes is symetric, remove the dupplicated set_key_enc and set_key_dec buffer, and factorize the call to set_key function
|
2017-03-24 20:37:55 +00:00 |
adustm
|
1a5bab8f78
|
Better use of MBEDTLS_AES_ALT removed from targets.json, added in mbedtls_device.h remove function alternate defines (not used as we replace the full module)
|
2017-03-24 20:37:47 +00:00 |
adustm
|
ec5a2ef6f7
|
Add AES_CBC mode
|
2017-03-24 20:37:38 +00:00 |
adustm
|
7f63650a2e
|
AES ECB for NUCLEO_F439ZI +---------------------------+--------+--------+--------+ | test case | passed | failed | result | +---------------------------+--------+--------+--------+ | mbedtls_aes_self_test | 1 | 0 | OK | | mbedtls_entropy_self_test | 1 | 0 | OK | | mbedtls_sha256_self_test | 1 | 0 | OK | | mbedtls_sha512_self_test | 1 | 0 | OK | +---------------------------+--------+--------+--------+
|
2017-03-24 20:37:28 +00:00 |