Home
last modified time | relevance | path

Searched refs:mwOpaque (Results 1 – 25 of 33) sorted by relevance

12

/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dmw_cipher.h62 (struct mwCipherInstance *ci, struct mwOpaque *data);
173 struct mwOpaque *data);
178 struct mwOpaque *data);
212 struct mwOpaque *in,
213 struct mwOpaque *out);
218 struct mwOpaque *in, struct mwOpaque *out);
223 struct mwOpaque *in,
224 struct mwOpaque *out);
229 struct mwOpaque *in, struct mwOpaque *out);
263 void mwMpi_import(struct mwMpi *i, struct mwOpaque *o);
[all …]
H A Dmw_common.h79 struct mwOpaque { struct
218 struct mwOpaque info; /**< cipher information */
239 void mwPutBuffer_finalize(struct mwOpaque *to, struct mwPutBuffer *from);
243 struct mwGetBuffer *mwGetBuffer_new(struct mwOpaque *data);
265 struct mwGetBuffer *mwGetBuffer_wrap(const struct mwOpaque *data);
321 void mwOpaque_put(struct mwPutBuffer *b, const struct mwOpaque *o);
323 void mwOpaque_get(struct mwGetBuffer *b, struct mwOpaque *o);
325 void mwOpaque_clear(struct mwOpaque *o);
327 void mwOpaque_free(struct mwOpaque *o);
329 void mwOpaque_clone(struct mwOpaque *to, const struct mwOpaque *from);
H A Dmw_message.h76 struct mwOpaque attribs; /**< optional message attributes */
120 struct mwOpaque data; /**< server's DH public key for auth */
142 struct mwOpaque auth_data; /**< authentication data */
192 struct mwOpaque addtl; /**< service-specific additional data */
215 struct mwOpaque addtl; /**< service-specific additional data */
232 struct mwOpaque data;
241 struct mwOpaque data; /**< additional information */
H A Dcipher.c355 struct mwOpaque *in, struct mwOpaque *out) { in mwEncrypt()
453 struct mwOpaque *in, struct mwOpaque *out) { in mwDecrypt()
488 struct mwOpaque *data) { in encrypt_RC2_40()
492 struct mwOpaque o = { 0, 0 }; in encrypt_RC2_40()
508 struct mwOpaque *data) { in decrypt_RC2_40()
512 struct mwOpaque o = { 0, 0 }; in decrypt_RC2_40()
620 struct mwOpaque public_key;
733 struct mwOpaque *data) { in encrypt_RC2_128()
736 struct mwOpaque o = { 0, 0 }; in encrypt_RC2_128()
751 struct mwOpaque *data) { in decrypt_RC2_128()
[all …]
H A Dmw_debug.h85 void mw_debug_opaquev(struct mwOpaque *o, const char *info, va_list args);
88 void mw_debug_opaque(struct mwOpaque *o, const char *info, ...);
101 void mw_mailme_opaquev(struct mwOpaque *o, const char *info, va_list args);
124 void mw_mailme_opaque(struct mwOpaque *o, const char *info, ...);
H A Dmw_channel.h270 struct mwOpaque *mwChannel_getAddtlCreate(struct mwChannel *);
274 struct mwOpaque *mwChannel_getAddtlAccept(struct mwChannel *);
339 struct mwOpaque *data);
345 struct mwOpaque *msg);
351 guint32 msg_type, struct mwOpaque *msg,
H A Dsrvc_dir.c251 struct mwOpaque *data) { in recv_list()
287 struct mwOpaque *data) { in recv_open()
295 struct mwOpaque *data) { in recv_search()
304 guint16 msg_type, struct mwOpaque *data) { in recv()
376 struct mwOpaque o; in mwServiceDirectory_refreshAddressBooks()
491 struct mwOpaque o; in dir_open()
536 struct mwOpaque o; in mwDirectory_next()
566 struct mwOpaque o; in mwDirectory_previous()
596 struct mwOpaque o; in mwDirectory_search()
629 struct mwOpaque o; in dir_close()
H A Dmw_debug.c114 void mw_debug_opaquev(struct mwOpaque *o, const char *txt, va_list args) { in mw_debug_opaquev()
121 void mw_debug_opaque(struct mwOpaque *o, const char *txt, ...) { in mw_debug_opaque()
173 void mw_mailme_opaquev(struct mwOpaque *o, const char *info, va_list args) { in mw_mailme_opaquev()
179 void mw_mailme_opaque(struct mwOpaque *o, const char *info, ...) { in mw_mailme_opaque()
H A Dmw_srvc_store.h109 struct mwOpaque *data);
152 struct mwOpaque *mwStorageUnit_asOpaque(struct mwStorageUnit *);
H A Dsrvc_im.c284 struct mwOpaque *o; in send_accept()
519 struct mwOpaque *o) { in convo_invite()
578 struct mwOpaque o = { 0, 0 }; in recv_data()
657 guint16 type, struct mwOpaque *data) { in recv()
809 struct mwOpaque *data) { in convo_send_data()
811 struct mwOpaque o; in convo_send_data()
888 struct mwOpaque o; in convo_sendText()
911 struct mwOpaque o; in convo_sendSubject()
921 struct mwOpaque o; in convo_sendHtml()
935 struct mwOpaque o; in convo_sendMime()
H A Dsrvc_aware.c74 struct mwOpaque data;
173 struct mwOpaque o; in send_add()
191 struct mwOpaque o; in send_rem()
253 struct mwOpaque o; in send_attrib_list()
599 guint16 type, struct mwOpaque *data) { in recv()
752 struct mwOpaque o; in mwServiceAware_setAttribute()
775 struct mwOpaque o; in mwServiceAware_setAttributeBoolean()
795 struct mwOpaque o; in mwServiceAware_setAttributeInteger()
813 struct mwOpaque o; in mwServiceAware_setAttributeString()
830 struct mwOpaque o; in mwServiceAware_unsetAttribute()
[all …]
H A Dmw_srvc_place.h58 guint32 attr, struct mwOpaque *o);
126 struct mwOpaque *data);
H A Dcommon.c147 void mwPutBuffer_finalize(struct mwOpaque *to, struct mwPutBuffer *from) { in mwPutBuffer_finalize()
158 struct mwGetBuffer *mwGetBuffer_new(struct mwOpaque *o) { in mwGetBuffer_new()
170 struct mwGetBuffer *mwGetBuffer_wrap(const struct mwOpaque *o) { in mwGetBuffer_wrap()
393 void mwOpaque_put(struct mwPutBuffer *b, const struct mwOpaque *o) { in mwOpaque_put()
418 void mwOpaque_get(struct mwGetBuffer *b, struct mwOpaque *o) { in mwOpaque_get()
441 void mwOpaque_clear(struct mwOpaque *o) { in mwOpaque_clear()
449 void mwOpaque_free(struct mwOpaque *o) { in mwOpaque_free()
456 void mwOpaque_clone(struct mwOpaque *to, const struct mwOpaque *from) { in mwOpaque_clone()
H A Dsrvc_place.c276 struct mwOpaque o = {0, 0}; in send_SECTION_LIST()
463 struct mwOpaque o = {0,0}; in recv_SECTION_PEER_SET_ATTR()
633 guint16 type, struct mwOpaque *data) { in recv()
687 struct mwOpaque o = {0, 0}; in send_JOIN_PLACE()
981 struct mwOpaque o = {0,0}; in mwPlace_sendText()
1006 struct mwOpaque o = {0,0}; in mwPlace_legacyInvite()
1025 struct mwOpaque *data) { in mwPlace_setAttribute()
1027 struct mwOpaque o = {0,0}; in mwPlace_setAttribute()
1044 struct mwOpaque o = {0,0}; in mwPlace_unsetAttribute()
H A Dmw_srvc_ft.h110 void (*ft_recv)(struct mwFileTransfer *ft, struct mwOpaque *data);
219 struct mwOpaque *data);
H A Dmw_srvc_aware.h144 guint32 key, struct mwOpaque *opaque);
179 const struct mwOpaque *
H A Dsrvc_store.c50 struct mwOpaque data;
119 struct mwOpaque o = { 0, 0 }; in request_send()
334 guint16 type, struct mwOpaque *data) { in recv()
424 struct mwOpaque *data) { in mwStorageUnit_newOpaque()
525 struct mwOpaque *mwStorageUnit_asOpaque(struct mwStorageUnit *item) { in mwStorageUnit_asOpaque()
H A Dmw_service.h114 struct mwOpaque *data);
292 struct mwOpaque *data);
H A Dchannel.c57 struct mwOpaque addtl_create;
58 struct mwOpaque addtl_accept;
312 struct mwOpaque *mwChannel_getAddtlCreate(struct mwChannel *chan) { in mwChannel_getAddtlCreate()
318 struct mwOpaque *mwChannel_getAddtlAccept(struct mwChannel *chan) { in mwChannel_getAddtlAccept()
542 guint32 reason, struct mwOpaque *info) { in mwChannel_destroy()
608 guint32 type, struct mwOpaque *data, in mwChannel_sendEncrypted()
631 struct mwOpaque *data) { in mwChannel_send()
666 struct mwOpaque data = { 0, 0 }; in channel_recv()
H A Dsession.c331 static void compose_auth_rc2_40(struct mwOpaque *auth, const char *pass) { in compose_auth_rc2_40()
333 struct mwOpaque a, b, z; in compose_auth_rc2_40()
366 static void compose_auth_rc2_128(struct mwOpaque *auth, const char *pass, in compose_auth_rc2_128()
367 guint32 magic, struct mwOpaque *rkey) { in compose_auth_rc2_128()
370 struct mwOpaque a, b, c; in compose_auth_rc2_128()
638 struct mwOpaque o = { .len = len, .data = (guchar *) buf }; in session_process()
716 struct mwOpaque o = { 4, s->buf }; in session_recv_cont()
764 struct mwOpaque o = { n, (guchar *) b }; in session_recv_empty()
878 struct mwOpaque o; in mwSession_send()
H A Dsrvc_conf.c523 guint16 type, struct mwOpaque *data) { in recv()
713 struct mwOpaque info = { 0, 0 }; in mwConference_destroy()
768 struct mwOpaque o; in mwConference_invite()
793 struct mwOpaque o; in mwConference_sendText()
814 struct mwOpaque o; in mwConference_sendTyping()
/dports/net-im/meanwhile/meanwhile-1.0.2/samples/
H A Dlogging_proxy.c102 static struct mwOpaque public_key;
211 struct mwOpaque o = { 0, 0 }; in munge_redir()
229 struct mwOpaque o = { 0, 0 }; in munge_create()
302 struct mwOpaque o = {0,0}; in munge_accept()
321 struct mwOpaque k; in munge_accept()
379 struct mwOpaque k; in munge_accept()
429 struct mwOpaque *to, struct mwOpaque *from) { in dec()
465 struct mwOpaque *to, struct mwOpaque *from) { in enc()
503 struct mwOpaque o = {0,0}; in munge_channel()
506 struct mwOpaque d = {0,0}; in munge_channel()
[all …]
H A Dnocipher_proxy.c68 static void put_msg(struct mwMessage *msg, struct mwOpaque *o) { in put_msg()
92 struct mwOpaque o = { 0, 0 }; in munge_redir()
107 struct mwOpaque o = { 0, 0 }; in munge_create()
128 struct mwOpaque o = { .len = len, .data = (guchar *) buf }; in side_process()
153 struct mwOpaque po = { 0, 0 }; in side_process()
183 struct mwOpaque o = { .len = 4, .data = s->buf }; in side_recv_cont()
220 struct mwOpaque o = { .len = n, .data = (guchar *) b }; in side_recv_empty()
H A Dlogin_server.c62 struct mwOpaque o = { 0, 0 }; in send_msg()
103 struct mwOpaque a, b, c; in handle_login()
145 struct mwOpaque o = { .len = len, .data = (guchar *) buf }; in side_process()
211 struct mwOpaque o = { .len = 4, .data = sbuf }; in side_recv_cont()
248 struct mwOpaque o = { .len = n, .data = (guchar *) b }; in side_recv_empty()
H A Dredirect_server.c49 struct mwOpaque o = { 0, 0 }; in send_msg()
97 struct mwOpaque o = { .len = len, .data = (guchar *) buf }; in side_process()
153 struct mwOpaque o = { .len = 4, .data = sbuf }; in side_recv_cont()
190 struct mwOpaque o = { .len = n, .data = (guchar *) b }; in side_recv_empty()

12