Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 21 of 21) sorted by relevance

/openssl/ssl/quic/
H A Dquic_channel.c144 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 Dquic_rx_depack.c44 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 Dquic_port.c268 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 Dquic_thread_assist.c72 QUIC_CHANNEL *ch, in ossl_quic_thread_assist_init_start()
H A Djson_enc.c313 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 Dquic_local.h151 QUIC_CHANNEL *ch; member
H A Dquic_tserver.c35 QUIC_CHANNEL *ch; member
/openssl/include/internal/
H A Dquic_channel.h239 #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 Dquic_thread_assist.h46 QUIC_CHANNEL *ch; member
/openssl/test/
H A Derrtest.c24 # define IS_HEX(ch) ((ch >= '0' && ch <='9') || (ch >= 'A' && ch <='F')) argument
H A Dquic_multistream_test.c407 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in override_key_update() local
423 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_ge() local
444 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in check_key_update_lt() local
1644 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker() local
1975 QUIC_CHANNEL *ch = ossl_quic_conn_get_channel(h->c_conn); in run_script_worker() local
3414 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(h->s_priv); in script_39_inject_plain() local
3801 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S()); in force_ping() local
3813 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S()); in wait_incoming_acks_increased() local
5185 QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S_NOHL()); in script_80_gen_new_conn_id() local
H A Dthreadstest.c1132 uint8_t ch = 0; in test_bio_dgram_pair_worker() local
/openssl/crypto/bio/
H A Dbio_dump.c35 unsigned char ch; in BIO_dump_indent_cb() local
H A Dbio_print.c92 char ch; in _dopr() local
/openssl/crypto/srp/
H A Dsrp_vfy.c310 static SRP_gN_cache *SRP_gN_new_init(const char *ch) in SRP_gN_new_init()
360 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) in SRP_gN_place_bn()
/openssl/crypto/
H A Do_str.c209 unsigned char ch, cl; in hexstr2buf_sep() local
H A Dpacket.c443 int WPACKET_memset(WPACKET *pkt, int ch, size_t len) in WPACKET_memset()
/openssl/apps/
H A Drehash.c200 unsigned char ch; in handle_symlink() local
/openssl/crypto/property/
H A Dproperty_parse.c605 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char()
/openssl/apps/lib/
H A Ds_cb.c1373 X509_STORE *vfy = NULL, *ch = NULL; in ssl_load_stores() local
/openssl/ssl/
H A Dssl_ciph.c974 char ch; in ssl_cipher_process_rulestr() local

Completed in 76 milliseconds