Home
last modified time | relevance | path

Searched refs:recv_resp (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/lib/hwbcc/rust/src/
Dlib.rs219 fn recv_resp(session: &Handle, cmd: BccCmd, buf: &mut [u8]) -> Result<HwBccResponse, HwBccError> { in recv_resp() function
284 let response = recv_resp(&session, cmd, res_buf)?; in get_dice_artifacts()
315 recv_resp(&session, cmd, res_buf)?; in ns_deprivilege()
347 let response = recv_resp(&session, cmd, res_buf)?; in get_bcc()
396 let response = recv_resp(&session, cmd, res_buf)?; in sign_data()
/trusty/user/base/lib/hwbcc/client/
Dhwbcc.c28 static int recv_resp(handle_t chan, in recv_resp() function
175 return recv_resp(chan, &req.hdr, cose_sign1, cose_sign1_buf_size, in sign_data()
215 return recv_resp(chan, &hdr, bcc, bcc_buf_size, bcc_size); in get_bcc()
289 rc = recv_resp(chan, &hdr, dice_artifacts, dice_artifacts_buf_size, in hwbcc_get_dice_artifacts()
/trusty/kernel/lib/metrics/
Dmetrics.c92 static int recv_resp(struct handle* chan, uint32_t cmd) { in recv_resp() function
344 rc = recv_resp(ctx.chan, METRICS_CMD_REPORT_CRASH); in handle_chan()
370 rc = recv_resp(ctx.chan, METRICS_CMD_REPORT_EXIT); in handle_chan()
396 rc = recv_resp(ctx.chan, METRICS_CMD_REPORT_EVENT_DROP); in handle_chan()