ESP8266 Developer Zone The Official ESP8266 Forum 2015-09-21T17:17:41+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1135 2015-09-21T17:17:41+08:00 2015-09-21T17:17:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1135&p=3784#p3784 <![CDATA[AES symbols]]>

Code:

aes-cbc.o:
000000c0 T aes_128_cbc_decrypt
00000014 T aes_128_cbc_encrypt
         U aes_decrypt
         U aes_decrypt_deinit
         U aes_decrypt_init
         U aes_encrypt
         U aes_encrypt_deinit
         U aes_encrypt_init


But no headers are released to match these symbols that might allow me to use them.

1) Are there any plans to release headers in future versions of the SDK to make these resources available?
2) Has anyone worked on a third party implementation? Obviously I could just port OpenAES or something, but keen to make sure the functions map down to any hardware support (assuming through presence of .ld symbols in linker that this exists)

Statistics: Posted by geo.espressif — Mon Sep 21, 2015 5:17 pm


]]>