Searched refs:msg_cb (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_apps.h169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
H A Ds_cb.c342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) function
H A Ds_server.c2077 SSL_set_msg_callback(con, msg_cb);
2634 SSL_set_msg_callback(con, msg_cb);
H A Ds_client.c1351 SSL_set_msg_callback(con, msg_cb);
/external/openssl/apps/
H A Ds_apps.h169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
H A Ds_cb.c342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg) function
H A Ds_server.c2077 SSL_set_msg_callback(con, msg_cb);
2634 SSL_set_msg_callback(con, msg_cb);
H A Ds_client.c1372 SSL_set_msg_callback(con, msg_cb);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.h223 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
232 * msg_cb can be used to register a callback function that will be called for
237 * event messages. Alternatively to msg_cb, programs can register two control
244 void (*msg_cb)(char *msg, size_t len));
H A Dwpa_ctrl.c391 void (*msg_cb)(char *msg, size_t len))
465 * request. Use msg_cb to report this to the
467 if (msg_cb) {
473 msg_cb(reply, res);
628 void (*msg_cb)(char *msg, size_t len))
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.h223 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
232 * msg_cb can be used to register a callback function that will be called for
237 * event messages. Alternatively to msg_cb, programs can register two control
244 void (*msg_cb)(char *msg, size_t len));
H A Dwpa_ctrl.c391 void (*msg_cb)(char *msg, size_t len))
465 * request. Use msg_cb to report this to the
467 if (msg_cb) {
473 msg_cb(reply, res);
628 void (*msg_cb)(char *msg, size_t len))
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.h223 * @msg_cb: Callback function for unsolicited messages or %NULL if not used
232 * msg_cb can be used to register a callback function that will be called for
237 * event messages. Alternatively to msg_cb, programs can register two control
244 void (*msg_cb)(char *msg, size_t len));
H A Dwpa_ctrl.c391 void (*msg_cb)(char *msg, size_t len))
465 * request. Use msg_cb to report this to the
467 if (msg_cb) {
473 msg_cb(reply, res);
628 void (*msg_cb)(char *msg, size_t len))

Completed in 297 milliseconds