]> granicus.if.org Git - esp-idf/commit
esp32: Move hardware crypto implementation/headers to hwcrypto directories
authorAngus Gratton <angus@espressif.com>
Fri, 2 Sep 2016 04:40:43 +0000 (14:40 +1000)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 8 Sep 2016 08:46:28 +0000 (16:46 +0800)
commit4167b68eef84667593aff7e6f90da50f2358ee14
tree468da7642f2d08d6f094a0756c8a1f2fe4ff3b1c
parentfc2bfc1f4911c6b5310d51f3b7b3d0dcaa4f93f5
esp32: Move hardware crypto implementation/headers to hwcrypto directories
components/esp32/hwcrypto/aes.c [moved from components/esp32/aes.c with 100% similarity]
components/esp32/hwcrypto/bignum.c [moved from components/esp32/bignum.c with 100% similarity]
components/esp32/hwcrypto/esp_crypto.c [moved from components/esp32/esp_crypto.c with 100% similarity]
components/esp32/hwcrypto/sha.c [moved from components/esp32/sha.c with 100% similarity]
components/esp32/include/hwcrypto/aes.h [moved from components/esp32/include/aes.h with 100% similarity]
components/esp32/include/hwcrypto/bignum.h [moved from components/esp32/include/bignum.h with 100% similarity]
components/esp32/include/hwcrypto/esp_crypto.h [moved from components/esp32/include/esp_crypto.h with 100% similarity]
components/esp32/include/hwcrypto/sha.h [moved from components/esp32/include/sha.h with 100% similarity]