Home
last modified time | relevance | path

Searched refs:rmsg (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/rpc/
HDrpc_prot.c175 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg() argument
182 assert(rmsg != NULL); in xdr_replymsg()
187 rmsg->rm_xid = IXDR_GET_UINT32(buf); in xdr_replymsg()
188 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type); in xdr_replymsg()
189 if (rmsg->rm_direction != REPLY) { in xdr_replymsg()
192 rmsg->rm_reply.rp_stat = in xdr_replymsg()
194 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED) in xdr_replymsg()
196 &rmsg->acpted_rply)); in xdr_replymsg()
197 else if (rmsg->rm_reply.rp_stat == MSG_DENIED) in xdr_replymsg()
199 &rmsg->rjcted_rply)); in xdr_replymsg()
[all …]
/trueos/crypto/openssl/engines/
HDe_chil.c509 HWCryptoHook_ErrMsgBuf rmsg; in get_context() local
511 rmsg.buf = tempbuf; in get_context()
512 rmsg.size = sizeof(tempbuf); in get_context()
514 *hac = p_hwcrhk_Init(&hwcrhk_globals, sizeof(hwcrhk_globals), &rmsg, cac); in get_context()
780 HWCryptoHook_ErrMsgBuf rmsg; in hwcrhk_load_privkey() local
785 rmsg.buf = tempbuf; in hwcrhk_load_privkey()
786 rmsg.size = sizeof(tempbuf); in hwcrhk_load_privkey()
801 if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr, &rmsg, &ppctx)) { in hwcrhk_load_privkey()
803 ERR_add_error_data(1, rmsg.buf); in hwcrhk_load_privkey()
819 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg) in hwcrhk_load_privkey()
[all …]
/trueos/lib/libc/rpc/
HDrpc_prot.c185 xdr_replymsg(xdrs, rmsg) in xdr_replymsg() argument
187 struct rpc_msg *rmsg;
193 assert(rmsg != NULL);
195 prm_direction = &rmsg->rm_direction;
196 prp_stat = &rmsg->rm_reply.rp_stat;
199 xdr_u_int32_t(xdrs, &(rmsg->rm_xid)) &&
201 (rmsg->rm_direction == REPLY) )
203 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm,
/trueos/
Dinitial stab at compiling mach.diff153 mach_bootstrap_look_up_reply_t *rep = args->rmsg;
838 mach_host_get_clock_service_reply_t *rep = args->rmsg;
851 mach_host_get_io_master_reply_t *rep = args->rmsg;
864 mach_processor_set_default_reply_t *rep = args->rmsg;
879 mach_host_processor_set_priv_reply_t *rep = args->rmsg;
932 mach_io_service_get_matching_services_reply_t *rep = args->rmsg;
959 mach_io_iterator_next_reply_t *rep = args->rmsg;
985 mach_io_service_open_reply_t *rep = args->rmsg;
1028 mach_io_connect_get_service_reply_t *rep = args->rmsg;
1053 mach_io_registry_entry_create_iterator_reply_t *rep = args->rmsg;
[all …]
Dmach-compat.diff1030 + mach_bootstrap_look_up_reply_t *rep = args->rmsg;
1243 + mach_clock_get_time_reply_t *rep = args->rmsg;
1472 + mach_error_reply_t *rep = args->rmsg;
1494 + mach_error_reply_t *rep = args->rmsg;
2935 + mach_host_info_reply_t *rep = args->rmsg;
3006 + mach_host_page_size_reply_t *rep = args->rmsg;
3023 + mach_host_get_clock_service_reply_t *rep = args->rmsg;
3058 + mach_host_get_io_master_reply_t *rep = args->rmsg;
3077 + mach_processor_set_default_reply_t *rep = args->rmsg;
3098 + mach_host_processor_set_priv_reply_t *rep = args->rmsg;
[all …]
/trueos/contrib/wpa/src/eap_peer/
HDeap_peap.c991 struct wpabuf *rmsg, buf; in eap_peap_decrypt() local
1005 rmsg = resp; in eap_peap_decrypt()
1010 rmsg = &buf; in eap_peap_decrypt()
1015 rmsg, out_data)) { in eap_peap_decrypt()
/trueos/lib/liblaunch/
HDliblaunch.c1212 launch_data_t rmsg = NULL; in launchd_msg_recv() local
1276 …if ((rmsg = launch_data_unpack(lh->recvbuf, lh->recvlen, lh->recvfds, lh->recvfdcnt, &data_offset,… in launchd_msg_recv()
1285 cb(rmsg, context); in launchd_msg_recv()