tc_aes_decrypt() 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 is NULL or in is NULL or s is NULL

Notes

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

References