Home | History | Annotate | Download | only in keymaster

Lines Matching refs:send_buf

172  * The HLOS client writes to the send_buf, where QSAPP writes to the rcv_buf.
176 * @param[in] send_buf The buffer to be sent.
193 int QSEECom_send_cmd(struct QSEECom_handle *handle, void *send_buf,
202 * cmd_buf_offset) used for modifying data in the message in send_buf
204 * retrieve physical address and modify the message in send_buf at the
207 * The HLOS client writes to the send_buf, where QSAPP writes to the rcv_buf.
211 * @param[in] send_buf The buffer to be sent.
228 int QSEECom_send_modified_cmd(struct QSEECom_handle *handle, void *send_buf,
255 * @param[out] send_buf The buffer to be returned back to QSAPP
262 void *send_buf, uint32_t len);