]> granicus.if.org Git - esp-idf/commit
1. multi thread verify bignum AES and SHA
authorliuhan <liuhan@espressif.com>
Mon, 15 Aug 2016 13:04:57 +0000 (21:04 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 8 Sep 2016 08:45:23 +0000 (16:45 +0800)
commit0f83831c743801960242525bc19ed15383e091e7
tree72b9b2c6fcf82ad41766d90911188475728a5ac6
parent98021903a2f8864963aa501801a3f3ff5aa169e5
1. multi thread verify bignum AES and SHA
components/esp32/aes.c
components/esp32/bignum.c
components/esp32/esp_crypto.c [new file with mode: 0644]
components/esp32/esp_thread.c [deleted file]
components/esp32/include/bignum.h
components/esp32/include/esp_crypto.h [moved from components/esp32/include/esp_thread.h with 61% similarity]
components/esp32/sha.c
components/mbedtls/library/aes.c
components/mbedtls/library/sha1.c
components/mbedtls/library/sha256.c
components/mbedtls/library/sha512.c