]> granicus.if.org Git - esp-idf/commit
move hwcrypto from esp32 to mbedtls
authormorris <maoshengrong@espressif.com>
Mon, 25 Mar 2019 06:15:14 +0000 (14:15 +0800)
committermorris <maoshengrong@espressif.com>
Tue, 26 Mar 2019 08:24:22 +0000 (16:24 +0800)
commit709a320f337572f0ad6fb9c6b2d162bd3005cf93
treeccd29fcf331d48757de0cd3415b5f09d4c7130fc
parent9f3b550ff4df63d0787f5ae6499eb97e13b954b9
move hwcrypto from esp32 to mbedtls
17 files changed:
components/bootloader_support/include_bootloader/bootloader_sha.h
components/esp32/CMakeLists.txt
components/esp32/component.mk
components/esp32/test/test_aes_sha_rsa.c
components/esp32/test/test_sha.c
components/esp_rom/include/esp32/rom/aes.h
components/esp_rom/include/esp32/rom/sha.h
components/mbedtls/CMakeLists.txt
components/mbedtls/component.mk
components/mbedtls/port/esp32/aes.c [moved from components/esp32/hwcrypto/aes.c with 99% similarity]
components/mbedtls/port/esp32/sha.c [moved from components/esp32/hwcrypto/sha.c with 95% similarity]
components/mbedtls/port/esp_sha1.c
components/mbedtls/port/esp_sha256.c
components/mbedtls/port/esp_sha512.c
components/mbedtls/port/include/aes_alt.h
components/mbedtls/port/include/esp32/aes.h [moved from components/esp32/include/hwcrypto/aes.h with 98% similarity]
components/mbedtls/port/include/esp32/sha.h [moved from components/esp32/include/hwcrypto/sha.h with 100% similarity]