tc_aes128_set_encrypt_key() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

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

Notes

This implementation skips the additional steps required for keys larger than 128 bits, and must not be used for AES-192 or AES-256 key schedule -- see FIPS 197 for details

References