/openssl/ssl/quic/ |
H A D | quic_fifd.c | 23 void *arg), in ossl_quic_fifd_init() 39 QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_fifd_init() 67 static void on_acked(void *arg) in on_acked() 123 static void on_lost(void *arg) in on_lost() 232 static void on_discarded(void *arg) in on_discarded() 307 void ossl_quic_fifd_set_qlog_cb(QUIC_FIFD *fifd, QLOG *(*get_qlog_cb)(void *arg), in ossl_quic_fifd_set_qlog_cb()
|
H A D | quic_thread_assist.c | 20 static unsigned int assist_thread_main(void *arg) in assist_thread_main() 73 OSSL_TIME (*now_cb)(void *arg), in ossl_quic_thread_assist_init_start()
|
H A D | quic_channel.c | 142 static QLOG *ch_get_qlog_cb(void *arg) in ch_get_qlog_cb() 598 static OSSL_TIME get_time(void *arg) in get_time() 606 static uint64_t get_stream_limit(int uni, void *arg) in get_stream_limit() 756 static void rxku_detected(QUIC_PN pn, void *arg) in rxku_detected() 842 void *arg) in ch_on_txp_ack_tx() 862 size_t *consumed, void *arg) in ch_on_crypto_send() 953 void *arg) in ch_on_handshake_yield_secret() 1012 static int ch_on_handshake_complete(void *arg) in ch_on_handshake_complete() 1132 static void txfc_bump_cwm_uni(QUIC_STREAM *s, void *arg) in txfc_bump_cwm_uni() 1141 static void do_update(QUIC_STREAM *s, void *arg) in do_update() [all …]
|
/openssl/crypto/asn1/ |
H A D | a_mbstr.c | 210 void *arg) in traverse_string() 248 static int in_utf8(unsigned long value, void *arg) in in_utf8() 261 static int out_utf8(unsigned long value, void *arg) in out_utf8() 278 static int type_str(unsigned long value, void *arg) in type_str() 304 static int cpy_asc(unsigned long value, void *arg) in cpy_asc() 316 static int cpy_bmp(unsigned long value, void *arg) in cpy_bmp() 329 static int cpy_univ(unsigned long value, void *arg) in cpy_univ() 344 static int cpy_utf8(unsigned long value, void *arg) in cpy_utf8()
|
H A D | a_strex.c | 39 static int send_bio_chars(void *arg, const void *buf, int len) in send_bio_chars() 49 static int send_fp_chars(void *arg, const void *buf, int len) in send_fp_chars() 68 char_io *io_ch, void *arg) in do_esc_char() 141 void *arg) in do_buf() 235 static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, in do_hex_dump() 260 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, in do_dump() 329 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, in do_print_ex() 412 static int do_indent(char_io *io_ch, void *arg, int indent) in do_indent() 424 static int do_name_ex(char_io *io_ch, void *arg, const X509_NAME *n, in do_name_ex()
|
/openssl/crypto/evp/ |
H A D | names.c | 198 void *arg; member 203 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() 214 void *arg) in EVP_CIPHER_do_all() 228 void *x), void *arg) in EVP_CIPHER_do_all_sorted() 241 void *arg; member 246 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn() 257 void *arg) in EVP_MD_do_all() 271 void *x), void *arg) in EVP_MD_do_all_sorted()
|
H A D | kdf_meth.c | 225 void (*fn)(EVP_KDF *kdf, void *arg), in EVP_KDF_do_all_provided()
|
H A D | mac_meth.c | 237 void (*fn)(EVP_MAC *mac, void *arg), in EVP_MAC_do_all_provided()
|
/openssl/test/ |
H A D | quic_fifd_test.c | 17 static OSSL_TIME fake_now(void *arg) { in fake_now() 29 void *arg) in get_sstream_by_id() 38 QUIC_TXPIM_PKT *pkt, void *arg) in regen_frame() 44 QUIC_TXPIM_PKT *pkt, void *arg) in confirm_frame() 47 static void sstream_updated(uint64_t stream_id, void *arg) in sstream_updated() 72 void *arg) in sstream_expect() 86 QUIC_TXPIM_PKT *pkt, void *arg) in regen_expect() 95 static void cfq_free_cb_(unsigned char *buf, size_t buf_len, void *arg) in cfq_free_cb_()
|
H A D | provider_status_test.c | 49 static int self_test_events(const OSSL_PARAM params[], void *arg, in self_test_events() 92 static int self_test_on_demand_fail(const OSSL_PARAM params[], void *arg) in self_test_on_demand_fail() 97 static int self_test_on_demand(const OSSL_PARAM params[], void *arg) in self_test_on_demand() 102 static int self_test_on_load(const OSSL_PARAM params[], void *arg) in self_test_on_load()
|
H A D | ssl_old_test.c | 117 void *arg) in cb_client_npn() 130 unsigned int *len, void *arg) in cb_server_npn() 138 unsigned int *len, void *arg) in cb_server_rejects_npn() 210 static int servername_cb(SSL *s, int *ad, void *arg) in servername_cb() 289 unsigned int inlen, void *arg) in cb_server_alpn() 425 int *al, void *arg) in serverinfo_cli_parse_cb() 457 size_t *outlen, int *al, void *arg) in custom_ext_0_cli_add_cb() 466 size_t inlen, int *al, void *arg) in custom_ext_0_cli_parse_cb() 473 size_t *outlen, int *al, void *arg) in custom_ext_1_cli_add_cb() 940 char *arg = NULL, *argn = NULL; in main() local [all …]
|
H A D | threadstest.h | 36 static DWORD WINAPI thread_run(LPVOID arg) in thread_run() 61 static void *thread_run(void *arg) in thread_run()
|
/openssl/apps/lib/ |
H A D | tlssrp_depr.c | 65 static int ssl_srp_verify_param_cb(SSL *s, void *arg) in ssl_srp_verify_param_cb() 103 static char *ssl_give_srp_client_pwd_cb(SSL *s, void *arg) in ssl_give_srp_client_pwd_cb() 140 static char *dummy_srp(SSL *ssl, void *arg) in dummy_srp() 158 static int ssl_srp_server_param_cb(SSL *s, int *ad, void *arg) in ssl_srp_server_param_cb()
|
H A D | app_libctx.c | 15 int app_set_propq(const char *arg) in app_set_propq()
|
H A D | win32_init.c | 101 char *arg; in process_glob() local 146 char *arg; in win32_utf8argv() local
|
/openssl/test/helpers/ |
H A D | handshake_srp.c | 22 static char *client_srp_cb(SSL *s, void *arg) in client_srp_cb() 28 static int server_srp_cb(SSL *s, int *ad, void *arg) in server_srp_cb()
|
H A D | handshake.c | 102 static int select_server_ctx(SSL *s, void *arg, int ignore) in select_server_ctx() 211 static int servername_ignore_cb(SSL *s, int *ad, void *arg) in servername_ignore_cb() 216 static int servername_reject_cb(SSL *s, int *ad, void *arg) in servername_reject_cb() 239 static int client_hello_nov12_cb(SSL *s, int *al, void *arg) in client_hello_nov12_cb() 270 static int server_ocsp_cb(SSL *s, void *arg) in server_ocsp_cb() 289 static int client_ocsp_cb(SSL *s, void *arg) in client_ocsp_cb() 401 void *arg) in client_npn_cb() 415 unsigned int *len, void *arg) in server_npn_cb() 432 unsigned int inlen, void *arg) in server_alpn_cb() 455 static int generate_session_ticket_cb(SSL *s, void *arg) in generate_session_ticket_cb() [all …]
|
/openssl/crypto/ |
H A D | sparse_array.c | 66 void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) in sa_doall() argument 105 static void sa_free_leaf(ossl_uintmax_t n, void *p, void *arg) in sa_free_leaf() 129 static void trampoline(ossl_uintmax_t n, void *l, void *arg) in trampoline() 145 void *arg) in ossl_sa_doall_arg()
|
H A D | initthread.c | 40 void *arg; member 304 static void ossl_arg_thread_stop(void *arg) in ossl_arg_thread_stop() 324 static void init_thread_stop(void *arg, THREAD_EVENT_HANDLER **hands) in init_thread_stop() 367 int ossl_init_thread_start(const void *index, void *arg, in ossl_init_thread_start()
|
H A D | core_namemap.c | 384 void *arg) in get_legacy_evp_names() 408 static void get_legacy_cipher_names(const OBJ_NAME *on, void *arg) in get_legacy_cipher_names() 416 static void get_legacy_md_names(const OBJ_NAME *on, void *arg) in get_legacy_md_names() 425 void *arg) in get_legacy_pkey_meth_names()
|
/openssl/crypto/objects/ |
H A D | o_names.c | 280 void *arg; member 291 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all() 328 void (*fn) (const OBJ_NAME *, void *arg), in OBJ_NAME_do_all_sorted()
|
/openssl/providers/common/ |
H A D | capabilities.c | 210 static int tls_group_capability(OSSL_CALLBACK *cb, void *arg) in tls_group_capability() 224 OSSL_CALLBACK *cb, void *arg) in ossl_prov_get_capabilities()
|
/openssl/crypto/encode_decode/ |
H A D | encoder_pkey.c | 87 static void collect_encoder(OSSL_ENCODER *encoder, void *arg) in collect_encoder() 136 static void collect_name(const char *name, void *arg) in collect_name() 166 static int encoder_import_cb(const OSSL_PARAM params[], void *arg) in encoder_import_cb() 180 encoder_construct_pkey(OSSL_ENCODER_INSTANCE *encoder_inst, void *arg) in encoder_construct_pkey() 206 static void encoder_destruct_pkey(void *arg) in encoder_destruct_pkey()
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 272 static void free_oldmd(void *arg) in free_oldmd() 355 void ossl_ht_foreach_until(HT *h, int (*cb)(HT_VALUE *obj, void *arg), in ossl_ht_foreach_until() 376 int (*filter)(HT_VALUE *obj, void *arg), in ossl_ht_filter() 420 static void free_old_neigh_table(void *arg) in free_old_neigh_table() 513 static void free_old_ht_value(void *arg) in free_old_ht_value() 715 static void free_old_entry(void *arg) in free_old_entry()
|
/openssl/doc/designs/ddd/ |
H A D | ddd-06-mem-uv.c | 133 app_connect_cb *cb, void *arg) in new_conn() 190 int app_read_start(APP_CONN *conn, app_read_cb *cb, void *arg) in app_read_start() 202 int app_write(APP_CONN *conn, const void *buf, size_t buf_len, app_write_cb *cb, void *arg) in app_write() 631 …ic int write_deferred(APP_CONN *conn, const void *buf, size_t buf_len, app_write_cb *cb, void *arg) in write_deferred() 676 static void post_read(APP_CONN *conn, void *buf, size_t buf_len, void *arg) in post_read() 688 static void post_write_get(APP_CONN *conn, int status, void *arg) in post_write_get() 701 static void post_connect(APP_CONN *conn, int status, void *arg) in post_connect()
|