]> granicus.if.org Git - esp-idf/commit
recompile crypto and bignum function
authorliuhan <liuhan@espressif.com>
Mon, 8 Aug 2016 09:29:28 +0000 (17:29 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 8 Sep 2016 08:45:16 +0000 (16:45 +0800)
commit98021903a2f8864963aa501801a3f3ff5aa169e5
tree71cd5cc0a59589ee398273b05332ab1d7221bd19
parentd9b660f6d405c9faf5e43489bb025e67418684b6
recompile crypto and bignum function
28 files changed:
components/esp32/aes.c [moved from components/mbedtls/port/aes_alt.c with 79% similarity]
components/esp32/bignum.c [moved from components/mbedtls/port/bignum_alt.c with 63% similarity]
components/esp32/esp_thread.c [new file with mode: 0644]
components/esp32/include/aes.h [moved from components/mbedtls/include/port/aes_alt.h with 89% similarity]
components/esp32/include/bignum.h [moved from components/mbedtls/include/port/bignum_alt.h with 86% similarity]
components/esp32/include/esp_thread.h [new file with mode: 0644]
components/esp32/include/sha.h [new file with mode: 0644]
components/esp32/sha.c [new file with mode: 0644]
components/mbedtls/Makefile [changed mode: 0755->0644]
components/mbedtls/include/mbedtls/aes.h
components/mbedtls/include/mbedtls/bignum.h
components/mbedtls/include/mbedtls/esp_config.h
components/mbedtls/include/mbedtls/sha1.h
components/mbedtls/include/mbedtls/sha256.h
components/mbedtls/include/mbedtls/sha512.h
components/mbedtls/include/port/multi_thread.h [deleted file]
components/mbedtls/include/port/sha1_alt.h [deleted file]
components/mbedtls/include/port/sha256_alt.h [deleted file]
components/mbedtls/include/port/sha512_alt.h [deleted file]
components/mbedtls/port/include/aes_alt.h [new file with mode: 0644]
components/mbedtls/port/include/bignum_alt.h [new file with mode: 0644]
components/mbedtls/port/include/sha1_alt.h [new file with mode: 0644]
components/mbedtls/port/include/sha256_alt.h [new file with mode: 0644]
components/mbedtls/port/include/sha512_alt.h [new file with mode: 0644]
components/mbedtls/port/multi_thread.c [deleted file]
components/mbedtls/port/sha1_alt.c [deleted file]
components/mbedtls/port/sha256_alt.c [deleted file]
components/mbedtls/port/sha512_alt.c [deleted file]