tc_aes128_set_decrypt_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 is the implementation of the straightforward inverse cipher using the cipher documented in FIPS-197 figure 12, not the equivalent inverse cipher presented in Figure 15 @warning This routine skips the additional steps required for keys larger than 128, and must not be used for AES-192 or AES-256 key schedule -- see FIPS 197 for details

References