Searched refs:gatekeeper_message (Results 1 – 3 of 3) sorted by relevance
49 size_t msg_size = in_size + sizeof(struct gatekeeper_message); in trusty_gatekeeper_call()50 struct gatekeeper_message *msg = malloc(msg_size); in trusty_gatekeeper_call()70 if ((size_t) rc < sizeof(struct gatekeeper_message)) { in trusty_gatekeeper_call()75 msg = (struct gatekeeper_message *) out; in trusty_gatekeeper_call()82 *out_size = ((size_t) rc) - sizeof(struct gatekeeper_message); in trusty_gatekeeper_call()
36 struct gatekeeper_message { struct
177 const gatekeeper_message *msg = reinterpret_cast<gatekeeper_message *>(recv_buf); in Send()