]> granicus.if.org Git - esp-idf/commit
[t6001]: chip Use hardware acceleration of Encryption
authorliuhan <liuhan@espressif.com>
Fri, 5 Aug 2016 09:40:32 +0000 (17:40 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 8 Sep 2016 08:44:53 +0000 (16:44 +0800)
commit30be5f6eb5926e89a1b72988a1e3a6a1c1d3b517
tree4d1febf1f66fc31a94dcfde6dd140a5bb093aa5f
parent42357990aa82daac329ef12da385f87fbc9a7a06
[t6001]: chip Use hardware acceleration of Encryption
components/mbedtls/include/port/aes_alt.h [new file with mode: 0644]
components/mbedtls/include/port/bignum_alt.h [new file with mode: 0644]
components/mbedtls/include/port/sha1_alt.h [new file with mode: 0644]
components/mbedtls/include/port/sha256_alt.h [new file with mode: 0644]
components/mbedtls/include/port/sha512_alt.h [new file with mode: 0644]
components/mbedtls/port/aes_alt.c [new file with mode: 0644]
components/mbedtls/port/bignum_alt.c [new file with mode: 0644]
components/mbedtls/port/sha1_alt.c [new file with mode: 0644]
components/mbedtls/port/sha256_alt.c [new file with mode: 0644]
components/mbedtls/port/sha512_alt.c [new file with mode: 0644]