tc_aes_encrypt() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

returns TC_CRYPTO_SUCCESS (1) returns TC_CRYPTO_FAIL (0) if: out == NULL or in == NULL or s == NULL

Notes

Assumes s was initialized by aes_set_encrypt_key; out and in point to 16 byte buffers

References