otPlatCryptoAesInit() is only used within ESP-IDF.
 
Symbols
loading (2/5)...
Files
loading (3/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

OT_ERROR_NONE Successfully Initialised AES operation. OT_ERROR_FAILED Failed to Initialise AES operation. OT_ERROR_INVALID_ARGS @p aContext was NULL OT_ERROR_NO_BUFS Cannot allocate the context.

Notes

The platform driver shall point the context to the correct object such as psa_key_id or mbedtls_aes_context_t.