]> granicus.if.org Git - esp-idf/commitdiff
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)
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]