Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/include/
H A Dtls.h93 const char *tls_error(struct tls *_ctx);
170 void tls_reset(struct tls *_ctx);
171 void tls_free(struct tls *_ctx);
186 int tls_handshake(struct tls *_ctx);
189 int tls_close(struct tls *_ctx);
191 int tls_peer_cert_provided(struct tls *_ctx);
202 const char *tls_conn_cipher(struct tls *_ctx);
203 int tls_conn_cipher_strength(struct tls *_ctx);
205 int tls_conn_session_resumed(struct tls *_ctx);
206 const char *tls_conn_version(struct tls *_ctx);
[all …]
/dragonfly/usr.bin/evtranalyze/
H A Dplotter.c101 ploticus_new_plot(void *_ctx, enum plot_type type, const char *title) in ploticus_new_plot() argument
106 struct ploticus_plotter *ctx = _ctx; in ploticus_new_plot()
165 ploticus_plot_histogram(void *_ctx, plotid_t id, double val) in ploticus_plot_histogram() argument
167 struct ploticus_plotter *ctx = _ctx; in ploticus_plot_histogram()
182 ploticus_plot_line(void *_ctx, plotid_t id, double x, double y) in ploticus_plot_line() argument
184 struct ploticus_plotter *ctx = _ctx; in ploticus_plot_line()
281 ploticus_plot_finish(void *_ctx) in ploticus_plot_finish() argument
283 struct ploticus_plotter *ctx = _ctx; in ploticus_plot_finish()
H A Devtranalyze.c660 struct td_switch_ctx *ctx = _ctx; in ctxsw_prepare_event()
729 ctxsw_prepare_post(void *_ctx) in ctxsw_prepare_post() argument
731 struct td_switch_ctx *ctx = _ctx; in ctxsw_prepare_post()
738 ctxsw_draw_pre(void *_ctx) in ctxsw_draw_pre() argument
740 struct td_switch_ctx *ctx = _ctx; in ctxsw_draw_pre()
776 struct td_switch_ctx *ctx = _ctx; in ctxsw_draw_event()
1140 struct stats_integer_ctx *ctx = _ctx; in stats_integer_each()
1156 stats_integer_report(void *_ctx) in stats_integer_report() argument
1158 struct stats_integer_ctx *ctx = _ctx; in stats_integer_report()
1270 struct stats_completion_ctx *ctx = _ctx; in stats_completion_each()
[all …]
/dragonfly/crypto/openssh/
H A Dhostfile.c231 record_hostkey(struct hostkey_foreach_line *l, void *_ctx) in record_hostkey() argument
233 struct load_callback_ctx *ctx = (struct load_callback_ctx *)_ctx; in record_hostkey()
542 host_delete(struct hostkey_foreach_line *l, void *_ctx) in host_delete() argument
544 struct host_delete_ctx *ctx = (struct host_delete_ctx *)_ctx; in host_delete()
H A Dclientloop.c1862 hostkeys_find(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_find() argument
1864 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_find()
1944 hostkeys_check_old(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_check_old() argument
1946 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_check_old()
2104 u_int32_t seq, void *_ctx) in client_global_hostkeys_private_confirm() argument
2106 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in client_global_hostkeys_private_confirm()
H A Dsshconnect.c714 hostkeys_find_by_key_cb(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_find_by_key_cb() argument
716 struct find_by_key_ctx *ctx = (struct find_by_key_ctx *)_ctx; in hostkeys_find_by_key_cb()
H A Dssh-keygen.c1176 known_hosts_hash(struct hostkey_foreach_line *l, void *_ctx) in known_hosts_hash() argument
1178 struct known_hosts_ctx *ctx = (struct known_hosts_ctx *)_ctx; in known_hosts_hash()
1228 known_hosts_find_delete(struct hostkey_foreach_line *l, void *_ctx) in known_hosts_find_delete() argument
1230 struct known_hosts_ctx *ctx = (struct known_hosts_ctx *)_ctx; in known_hosts_find_delete()
/dragonfly/sys/kern/
H A Dvfs_sync.c365 syncer_thread(void *_ctx) in syncer_thread() argument
367 struct syncer_ctx *ctx = _ctx; in syncer_thread()
/dragonfly/lib/libevtr/
H A Devtr.c1181 replace_strptr(void *_ctx, const char *s) in replace_strptr() argument
1183 struct replace_ctx *ctx = _ctx; in replace_strptr()
1190 replace_strid(void *_ctx, const char *s) in replace_strid() argument
1192 struct replace_ctx *ctx = _ctx; in replace_strid()