Home | History | Annotate | Download | only in keymaster

Lines Matching refs:handle

71  * @brief Open a handle to the  QSEECom device.
89 * @param[in/out] handle The device handle
99 * @brief Close the application associated with the handle.
103 * the "handle" is tied.
106 * @param[in] handle The device handle
110 int QSEECom_shutdown_app(struct QSEECom_handle **handle);
113 * @brief Open a handle to the QSEECom device.
121 * @param[in/out] handle The device handle
134 * @param[in] handle The device handle
139 int QSEECom_unload_external_elf(struct QSEECom_handle **handle);
145 * @param[in] handle The device handle
155 int QSEECom_register_listener(struct QSEECom_handle **handle,
161 * @param[in] handle The device handle
166 int QSEECom_unregister_listener(struct QSEECom_handle *handle);
175 * @param[in] handle The device handle
193 int QSEECom_send_cmd(struct QSEECom_handle *handle, void *send_buf,
201 * "ifd_data". This "ifd_data" holds information (ion fd handle and
203 * at an offset. Essentailly, it has the ion fd handle information to
210 * @param[in] handle The device handle
228 int QSEECom_send_modified_cmd(struct QSEECom_handle *handle, void *send_buf,
235 * @param[in] handle The device handle
242 int QSEECom_receive_req(struct QSEECom_handle *handle,
249 * The service can then handle the request from QSEECom_receive_req, and provide
254 * @param[in] handle The device handle
261 int QSEECom_send_resp(struct QSEECom_handle *handle,
282 int QSEECom_set_bandwidth(struct QSEECom_handle *handle, bool high);
293 int QSEECom_app_load_query(struct QSEECom_handle *handle, char *app_name);