/openssl/ssl/quic/ |
H A D | quic_channel.c | 144 QUIC_CHANNEL *ch = arg; in ch_get_qlog_cb() local 421 QUIC_CHANNEL *ch = NULL; in ossl_quic_channel_new() local 600 QUIC_CHANNEL *ch = arg; in get_time() local 608 QUIC_CHANNEL *ch = arg; in get_stream_limit() local 619 QUIC_CHANNEL *ch = arg; in rx_late_validate() local 758 QUIC_CHANNEL *ch = arg; in rxku_detected() local 844 QUIC_CHANNEL *ch = arg; in ch_on_txp_ack_tx() local 865 QUIC_CHANNEL *ch = arg; in ch_on_crypto_send() local 894 QUIC_CHANNEL *ch = arg; in ch_on_crypto_recv_record() local 932 QUIC_CHANNEL *ch = arg; in ch_on_crypto_release_record() local [all …]
|
H A D | quic_rx_depack.c | 44 static int depack_do_frame_ping(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_ping() 61 static int depack_do_frame_ack(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_ack() 142 QUIC_CHANNEL *ch, in depack_do_frame_reset_stream() 218 QUIC_CHANNEL *ch, in depack_do_frame_stop_sending() 644 QUIC_CHANNEL *ch = arg; in update_streams() local 651 QUIC_CHANNEL *ch = arg; in update_streams_bidi() local 661 QUIC_CHANNEL *ch = arg; in update_streams_uni() local 727 QUIC_CHANNEL *ch, in depack_do_frame_max_streams() 776 QUIC_CHANNEL *ch, in depack_do_frame_data_blocked() 874 QUIC_CHANNEL *ch, in depack_do_frame_new_conn_id() [all …]
|
H A D | quic_port.c | 268 QUIC_CHANNEL *ch; in ossl_quic_port_set_net_wbio() local 309 QUIC_CHANNEL *ch; in port_make_channel() local 342 QUIC_CHANNEL *ch; in ossl_quic_port_create_incoming() local 364 QUIC_CHANNEL *ch; in ossl_quic_port_subtick() local 501 QUIC_CHANNEL *ch = NULL, *new_ch = NULL; in port_default_packet_handler() local 587 QUIC_CHANNEL *ch; in ossl_quic_port_raise_net_error() local
|
H A D | quic_thread_assist.c | 72 QUIC_CHANNEL *ch, in ossl_quic_thread_assist_init_start()
|
H A D | json_enc.c | 313 static void json_write_char(OSSL_JSON_ENC *json, char ch) in json_write_char() 406 static void composite_begin(OSSL_JSON_ENC *json, int type, char ch) in composite_begin() 421 static void composite_end(OSSL_JSON_ENC *json, int type, char ch) in composite_end()
|
H A D | quic_local.h | 151 QUIC_CHANNEL *ch; member
|
H A D | quic_tserver.c | 35 QUIC_CHANNEL *ch; member
|
/openssl/include/internal/ |
H A D | quic_channel.h | 239 #define ossl_quic_channel_raise_protocol_error(ch, error_code, frame_type, reason) \ argument 248 #define ossl_quic_channel_raise_protocol_error_state(ch, error_code, frame_type, reason, state) \ argument
|
H A D | quic_thread_assist.h | 46 QUIC_CHANNEL *ch; member
|
/openssl/test/ |
H A D | errtest.c | 24 # define IS_HEX(ch) ((ch >= '0' && ch <='9') || (ch >= 'A' && ch <='F')) argument
|
H A D | quic_multistream_test.c | 410 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in override_key_update() local 426 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_ge() local 447 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_lt() local 1647 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker() local 1983 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker() local 3422 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(h->s_priv); in script_39_inject_plain() local 3809 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S()); in force_ping() local 3821 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S()); in wait_incoming_acks_increased() local 5193 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S_NOHL()); in script_80_gen_new_conn_id() local
|
H A D | threadstest.c | 1132 uint8_t ch = 0; in test_bio_dgram_pair_worker() local
|
/openssl/crypto/bio/ |
H A D | bio_dump.c | 35 unsigned char ch; in BIO_dump_indent_cb() local
|
H A D | bio_print.c | 92 char ch; in _dopr() local
|
/openssl/crypto/srp/ |
H A D | srp_vfy.c | 312 static SRP_gN_cache *SRP_gN_new_init(const char *ch) in SRP_gN_new_init() 362 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) in SRP_gN_place_bn()
|
/openssl/crypto/ |
H A D | o_str.c | 209 unsigned char ch, cl; in hexstr2buf_sep() local
|
H A D | packet.c | 443 int WPACKET_memset(WPACKET *pkt, int ch, size_t len) in WPACKET_memset()
|
/openssl/apps/ |
H A D | rehash.c | 200 unsigned char ch; in handle_symlink() local
|
/openssl/crypto/property/ |
H A D | property_parse.c | 605 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char()
|
/openssl/ssl/ |
H A D | ssl_ciph.c | 974 char ch; in ssl_cipher_process_rulestr() local
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1395 X509_STORE *vfy = NULL, *ch = NULL; in ssl_load_stores() local
|