pub unsafe extern "C" fn otPlatCryptoAesFree(
    aContext: *mut otCryptoContext
) -> otError
Expand description

Free the AES context.

@param[in] aContext Context for AES operation.

@retval OT_ERROR_NONE Successfully freed AES context. @retval OT_ERROR_FAILED Failed to free AES context. @retval OT_ERROR_INVALID_ARGS @p aContext was NULL