Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 42) sorted by relevance

12

/ssl/statem/
A Dstatem.c84 int SSL_in_init(const SSL *s) in SSL_in_init()
94 int SSL_is_init_finished(const SSL *s) in SSL_is_init_finished()
104 int SSL_in_before(const SSL *s) in SSL_in_before()
130 void ossl_statem_clear(SSL_CONNECTION *s) in ossl_statem_clear()
181 #define check_fatal(s) \ argument
195 int ossl_statem_in_error(const SSL_CONNECTION *s) in ossl_statem_in_error()
294 int ossl_statem_connect(SSL *s) in ossl_statem_connect()
304 int ossl_statem_accept(SSL *s) in ossl_statem_accept()
316 static info_cb get_callback(SSL_CONNECTION *s) in get_callback()
751 static int statem_do_write(SSL_CONNECTION *s) in statem_do_write()
[all …]
A Dstatem_clnt.c56 static ossl_inline int cert_req_allowed(SSL_CONNECTION *s) in cert_req_allowed()
74 static int key_exchange_expected(SSL_CONNECTION *s) in key_exchange_expected()
232 int ossl_statem_client_read_transition(SSL_CONNECTION *s, int mt) in ossl_statem_client_read_transition()
951 int ossl_statem_client_construct_message(SSL_CONNECTION *s, in ossl_statem_client_construct_message()
1031 size_t ossl_statem_client_max_message_size(SSL_CONNECTION *s) in ossl_statem_client_max_message_size()
1392 static int set_client_ciphersuite(SSL_CONNECTION *s, in set_client_ciphersuite()
2988 int tls_process_initial_server_flight(SSL_CONNECTION *s) in tls_process_initial_server_flight()
3440 int ossl_gost18_cke_cipher_nid(const SSL_CONNECTION *s) in ossl_gost18_cke_cipher_nid()
3652 int tls_client_key_exchange_post_work(SSL_CONNECTION *s) in tls_client_key_exchange_post_work()
3729 static int ssl3_check_client_certificate(SSL_CONNECTION *s) in ssl3_check_client_certificate()
[all …]
A Dextensions.c609 int tls_collect_extensions(SSL_CONNECTION *s, PACKET *packet, in tls_collect_extensions()
791 int tls_parse_all_extensions(SSL_CONNECTION *s, int context, in tls_parse_all_extensions()
852 int tls_construct_extensions(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_extensions()
1162 static int init_npn(SSL_CONNECTION *s, unsigned int context) in init_npn()
1170 static int init_alpn(SSL_CONNECTION *s, unsigned int context) in init_alpn()
1213 static int init_sig_algs_cert(SSL_CONNECTION *s, in init_sig_algs_cert()
1225 static int init_srp(SSL_CONNECTION *s, unsigned int context) in init_srp()
1243 static int init_etm(SSL_CONNECTION *s, unsigned int context) in init_etm()
1250 static int init_ems(SSL_CONNECTION *s, unsigned int context) in init_ems()
1518 int tls_psk_do_binder(SSL_CONNECTION *s, const EVP_MD *md, in tls_psk_do_binder()
[all …]
A Dextensions_clnt.c16 EXT_RETURN tls_construct_ctos_renegotiate(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_renegotiate()
114 EXT_RETURN tls_construct_ctos_srp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_srp()
431 EXT_RETURN tls_construct_ctos_npn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_npn()
520 EXT_RETURN tls_construct_ctos_etm(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_etm()
1304 int tls_parse_stoc_renegotiate(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_renegotiate()
1398 int tls_parse_stoc_server_name(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_server_name()
1427 int tls_parse_stoc_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_ec_pt_formats()
1757 int tls_parse_stoc_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_use_srtp()
1870 int tls_parse_stoc_key_share(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_key_share()
2053 int tls_parse_stoc_early_data(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_early_data()
[all …]
A Dstatem_srvr.c185 int ossl_statem_server_read_transition(SSL_CONNECTION *s, int mt) in ossl_statem_server_read_transition()
352 static int send_server_key_exchange(SSL_CONNECTION *s) in send_server_key_exchange()
415 int send_certificate_request(SSL_CONNECTION *s) in send_certificate_request()
1113 int ossl_statem_server_construct_message(SSL_CONNECTION *s, in ossl_statem_server_construct_message()
1239 size_t ossl_statem_server_max_message_size(SSL_CONNECTION *s) in ossl_statem_server_max_message_size()
1356 static int ssl_check_srp_ext_ClientHello(SSL_CONNECTION *s) in ssl_check_srp_ext_ClientHello()
1437 static void ssl_check_for_safari(SSL_CONNECTION *s, in ssl_check_for_safari()
2165 static int tls_handle_status_request(SSL_CONNECTION *s) in tls_handle_status_request()
2219 int tls_handle_alpn(SSL_CONNECTION *s) in tls_handle_alpn()
2983 static int tls_process_cke_rsa(SSL_CONNECTION *s, PACKET *pkt) in tls_process_cke_rsa()
[all …]
A Dstatem_lib.c41 int ossl_statem_set_mutator(SSL *s, in ossl_statem_set_mutator()
62 int ssl3_do_write(SSL_CONNECTION *s, uint8_t type) in ssl3_do_write()
140 int tls_setup_handshake(SSL_CONNECTION *s) in tls_setup_handshake()
753 int ssl3_take_mac(SSL_CONNECTION *s) in ssl3_take_mac()
1547 int tls_get_message_header(SSL_CONNECTION *s, int *mt) in tls_get_message_header()
1798 int ssl_allow_compression(SSL_CONNECTION *s) in ssl_allow_compression()
1919 static int is_tls13_capable(const SSL_CONNECTION *s) in is_tls13_capable()
2029 int ssl_check_version_downgrade(SSL_CONNECTION *s) in ssl_check_version_downgrade()
2552 int ssl_set_client_hello_version(SSL_CONNECTION *s) in ssl_set_client_hello_version()
2622 int create_synthetic_message_hash(SSL_CONNECTION *s, in create_synthetic_message_hash()
[all …]
A Dstatem_dtls.c107 int dtls1_do_write(SSL_CONNECTION *s, uint8_t type) in dtls1_do_write()
337 int dtls_get_message(SSL_CONNECTION *s, int *mt) in dtls_get_message()
397 int dtls_get_message_body(SSL_CONNECTION *s, size_t *len) in dtls_get_message_body()
446 static int dtls1_preprocess_fragment(SSL_CONNECTION *s, in dtls1_preprocess_fragment()
607 static int dtls1_reassemble_fragment(SSL_CONNECTION *s, in dtls1_reassemble_fragment()
717 static int dtls1_process_out_of_seq_message(SSL_CONNECTION *s, in dtls1_process_out_of_seq_message()
1028 WORK_STATE dtls_wait_for_dry(SSL_CONNECTION *s) in dtls_wait_for_dry()
1064 int dtls1_read_failed(SSL_CONNECTION *s, int code) in dtls1_read_failed()
1104 int dtls1_retransmit_buffered_messages(SSL_CONNECTION *s) in dtls1_retransmit_buffered_messages()
1126 int dtls1_buffer_message(SSL_CONNECTION *s, int is_ccs) in dtls1_buffer_message()
[all …]
A Dextensions_srvr.c42 int tls_parse_ctos_renegotiate(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_renegotiate()
105 int tls_parse_ctos_server_name(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_server_name()
177 int tls_parse_ctos_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_maxfragmentlen()
240 int tls_parse_ctos_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_ec_pt_formats()
264 int tls_parse_ctos_session_ticket(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_session_ticket()
279 int tls_parse_ctos_sig_algs_cert(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_sig_algs_cert()
306 int tls_parse_ctos_sig_algs(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_sig_algs()
492 int tls_parse_ctos_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_use_srtp()
573 int tls_parse_ctos_psk_kex_modes(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_psk_kex_modes()
791 static void check_overlap(SSL_CONNECTION *s, in check_overlap()
[all …]
/ssl/
A Dssl_sess.c729 SSL_SESSION *s; in SSL_CTX_add_session() local
894 int SSL_set_session(SSL *s, SSL_SESSION *session) in SSL_set_session()
963 long SSL_SESSION_get_time(const SSL_SESSION *s) in SSL_SESSION_get_time()
997 long SSL_SESSION_set_time(SSL_SESSION *s, long t) in SSL_SESSION_set_time()
1042 int SSL_SESSION_has_ticket(const SSL_SESSION *s) in SSL_SESSION_has_ticket()
1099 X509 *SSL_SESSION_get0_peer(SSL_SESSION *s) in SSL_SESSION_get0_peer()
1133 long SSL_CTX_set_timeout(SSL_CTX *s, long t) in SSL_CTX_set_timeout()
1144 long SSL_CTX_get_timeout(const SSL_CTX *s) in SSL_CTX_get_timeout()
1151 int SSL_set_session_secret_cb(SSL *s, in SSL_set_session_secret_cb()
1209 void SSL_CTX_flush_sessions(SSL_CTX *s, long t) in SSL_CTX_flush_sessions()
[all …]
A Dssl_lib.c89 SSL *s; member
575 int SSL_clear(SSL *s) in SSL_clear()
742 SSL_CONNECTION *s; in ossl_ssl_connection_new_int() local
1026 int SSL_up_ref(SSL *s) in SSL_up_ref()
1430 void SSL_free(SSL *s) in SSL_free()
1455 SSL_CONNECTION *s; in ossl_ssl_connection_free() local
2213 int SSL_accept(SSL *s) in SSL_accept()
2315 SSL *s; in ssl_io_intern() local
4973 SSL *s = args->s; in ssl_do_handshake_intern() local
5166 SSL *SSL_dup(SSL *s) in SSL_dup()
[all …]
A Dd1_lib.c110 static void dtls1_clear_queues(SSL_CONNECTION *s) in dtls1_clear_queues()
116 void dtls1_clear_received_buffer(SSL_CONNECTION *s) in dtls1_clear_received_buffer()
128 void dtls1_clear_sent_buffer(SSL_CONNECTION *s) in dtls1_clear_sent_buffer()
279 void dtls1_start_timer(SSL_CONNECTION *s) in dtls1_start_timer()
333 int dtls1_is_timer_expired(SSL_CONNECTION *s) in dtls1_is_timer_expired()
356 void dtls1_stop_timer(SSL_CONNECTION *s) in dtls1_stop_timer()
367 int dtls1_check_timeout_num(SSL_CONNECTION *s) in dtls1_check_timeout_num()
392 int dtls1_handle_timeout(SSL_CONNECTION *s) in dtls1_handle_timeout()
859 int dtls1_shutdown(SSL *s) in dtls1_shutdown()
888 int dtls1_query_mtu(SSL_CONNECTION *s) in dtls1_query_mtu()
[all …]
A Dtls_srp.c61 int ssl_srp_ctx_free_intern(SSL_CONNECTION *s) in ssl_srp_ctx_free_intern()
80 int SSL_SRP_CTX_free(SSL *s) in SSL_SRP_CTX_free()
92 int ssl_srp_ctx_init_intern(SSL_CONNECTION *s) in ssl_srp_ctx_init_intern()
161 int SSL_SRP_CTX_init(SSL *s) in SSL_SRP_CTX_init()
411 int srp_verify_server_param(SSL_CONNECTION *s) in srp_verify_server_param()
448 int ssl_srp_calc_a_param_intern(SSL_CONNECTION *s) in ssl_srp_calc_a_param_intern()
464 int SRP_Calc_A_param(SSL *s) in SRP_Calc_A_param()
474 BIGNUM *SSL_get_srp_g(SSL *s) in SSL_get_srp_g()
486 BIGNUM *SSL_get_srp_N(SSL *s) in SSL_get_srp_N()
498 char *SSL_get_srp_username(SSL *s) in SSL_get_srp_username()
[all …]
A Ds3_lib.c3382 int ssl3_handshake_write(SSL_CONNECTION *s) in ssl3_handshake_write()
3387 int ssl3_new(SSL *s) in ssl3_new()
3405 void ssl3_free(SSL *s) in ssl3_free()
3458 int ssl3_clear(SSL *s) in ssl3_clear()
3534 long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg) in ssl3_ctrl()
4650 int ssl3_shutdown(SSL *s) in ssl3_shutdown()
4765 int ssl3_renegotiate(SSL *s) in ssl3_renegotiate()
4787 int ssl3_renegotiate_check(SSL *s, int initok) in ssl3_renegotiate_check()
4820 long ssl_get_algorithm2(SSL_CONNECTION *s) in ssl_get_algorithm2()
5244 const char *SSL_get0_group_name(SSL *s) in SSL_get0_group_name()
[all …]
A Ds3_enc.c19 static int ssl3_generate_key_block(SSL_CONNECTION *s, unsigned char *km, int num) in ssl3_generate_key_block()
91 int ssl3_change_cipher_state(SSL_CONNECTION *s, int which) in ssl3_change_cipher_state()
162 int ssl3_setup_key_block(SSL_CONNECTION *s) in ssl3_setup_key_block()
214 void ssl3_cleanup_key_block(SSL_CONNECTION *s) in ssl3_cleanup_key_block()
221 int ssl3_init_finished_mac(SSL_CONNECTION *s) in ssl3_init_finished_mac()
240 void ssl3_free_digest_list(SSL_CONNECTION *s) in ssl3_free_digest_list()
248 int ssl3_finish_mac(SSL_CONNECTION *s, const unsigned char *buf, size_t len) in ssl3_finish_mac()
273 int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep) in ssl3_digest_cached_records()
322 size_t ssl3_final_finish_mac(SSL_CONNECTION *s, const char *sender, size_t len, in ssl3_final_finish_mac()
375 int ssl3_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, in ssl3_generate_master_secret()
A Dt1_lib.c105 int tls1_new(SSL *s) in tls1_new()
115 void tls1_free(SSL *s) in tls1_free()
126 int tls1_clear(SSL *s) in tls1_clear()
2870 int ssl_set_client_disabled(SSL_CONNECTION *s) in ssl_set_client_disabled()
2942 int tls_use_ticket(SSL_CONNECTION *s) in tls_use_ticket()
2949 int tls1_set_server_sigalgs(SSL_CONNECTION *s) in tls1_set_server_sigalgs()
3599 int tls1_process_sigalgs(SSL_CONNECTION *s) in tls1_process_sigalgs()
3625 int SSL_get_sigalgs(SSL *s, int idx, in SSL_get_sigalgs()
3662 int SSL_get_shared_sigalgs(SSL *s, int idx, in SSL_get_shared_sigalgs()
3725 const SIGALG_LOOKUP *s; in sig_cb() local
[all …]
A Dtls13_enc.c100 int tls13_hkdf_expand(SSL_CONNECTION *s, const EVP_MD *md, in tls13_hkdf_expand()
122 int tls13_derive_key(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_key()
137 int tls13_derive_iv(SSL_CONNECTION *s, const EVP_MD *md, in tls13_derive_iv()
231 int tls13_generate_handshake_secret(SSL_CONNECTION *s, in tls13_generate_handshake_secret()
323 int tls13_setup_key_block(SSL_CONNECTION *s) in tls13_setup_key_block()
462 int tls13_store_handshake_traffic_hash(SSL_CONNECTION *s) in tls13_store_handshake_traffic_hash()
468 int tls13_store_server_finished_hash(SSL_CONNECTION *s) in tls13_store_server_finished_hash()
474 int tls13_change_cipher_state(SSL_CONNECTION *s, int which) in tls13_change_cipher_state()
772 int tls13_update_key(SSL_CONNECTION *s, int sending) in tls13_update_key()
847 int tls13_export_keying_material(SSL_CONNECTION *s, in tls13_export_keying_material()
[all …]
A Dt1_enc.c26 static int tls1_PRF(SSL_CONNECTION *s, in tls1_PRF()
89 static int tls1_generate_key_block(SSL_CONNECTION *s, unsigned char *km, in tls1_generate_key_block()
116 int tls1_change_cipher_state(SSL_CONNECTION *s, int which) in tls1_change_cipher_state()
256 int tls1_setup_key_block(SSL_CONNECTION *s) in tls1_setup_key_block()
329 size_t tls1_final_finish_mac(SSL_CONNECTION *s, const char *str, in tls1_final_finish_mac()
359 int tls1_generate_master_secret(SSL_CONNECTION *s, unsigned char *out, in tls1_generate_master_secret()
423 int tls1_export_keying_material(SSL_CONNECTION *s, unsigned char *out, in tls1_export_keying_material()
A Dssl_cert.c301 int ssl_cert_set0_chain(SSL_CONNECTION *s, SSL_CTX *ctx, STACK_OF(X509) *chain) in ssl_cert_set0_chain()
322 int ssl_cert_set1_chain(SSL_CONNECTION *s, SSL_CTX *ctx, STACK_OF(X509) *chain) in ssl_cert_set1_chain()
338 int ssl_cert_add0_chain_cert(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x) in ssl_cert_add0_chain_cert()
357 int ssl_cert_add1_chain_cert(SSL_CONNECTION *s, SSL_CTX *ctx, X509 *x) in ssl_cert_add1_chain_cert()
564 int ssl_verify_rpk(SSL_CONNECTION *s, EVP_PKEY *rpk) in ssl_verify_rpk()
576 int ssl_verify_cert_chain(SSL_CONNECTION *s, STACK_OF(X509) *sk) in ssl_verify_cert_chain()
612 void SSL_set0_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) in SSL_set0_CA_list()
652 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list) in SSL_set_client_CA_list()
1091 int ssl_build_cert_chain(SSL_CONNECTION *s, SSL_CTX *ctx, int flags) in ssl_build_cert_chain()
1220 int ssl_get_security_level_bits(const SSL *s, const SSL_CTX *ctx, int *levelp) in ssl_get_security_level_bits()
[all …]
A Ds3_msg.c13 int ssl3_do_change_cipher_spec(SSL_CONNECTION *s) in ssl3_do_change_cipher_spec()
45 int ssl3_send_alert(SSL_CONNECTION *s, int level, int desc) in ssl3_send_alert()
79 int ssl3_dispatch_alert(SSL *s) in ssl3_dispatch_alert()
/ssl/quic/
A Dquic_tls_api.c18 SSL *s = (SSL *)arg; in crypto_send_cb() local
29 SSL *s = (SSL *)arg; in crypto_recv_rcd_cb() local
39 SSL *s = (SSL *)arg; in crypto_release_rcd_cb() local
51 SSL *s = (SSL *)arg; in yield_secret_cb() local
64 SSL *s = (SSL *)arg; in got_transport_params_cb() local
74 SSL *s = (SSL *)arg; in alert_cb() local
132 int SSL_set_quic_tls_cbs(SSL *s, const OSSL_DISPATCH *qtdis, void *arg) in SSL_set_quic_tls_cbs()
176 int SSL_set_quic_tls_transport_params(SSL *s, in SSL_set_quic_tls_transport_params()
193 int SSL_set_quic_tls_early_data_enabled(SSL *s, int enabled) in SSL_set_quic_tls_early_data_enabled()
A Dquic_impl.c748 void ossl_quic_free(SSL *s) in ossl_quic_free()
852 int ossl_quic_init(SSL *s) in ossl_quic_init()
859 void ossl_quic_deinit(SSL *s) in ossl_quic_deinit()
865 int ossl_quic_reset(SSL *s) in ossl_quic_reset()
877 int ossl_quic_clear(SSL *s) in ossl_quic_clear()
1314 int ossl_quic_handle_events(SSL *s) in ossl_quic_handle_events()
2051 int ossl_quic_do_handshake(SSL *s) in ossl_quic_do_handshake()
2067 int ossl_quic_connect(SSL *s) in ossl_quic_connect()
2078 int ossl_quic_accept(SSL *s) in ossl_quic_accept()
2457 int ossl_quic_want(const SSL *s) in ossl_quic_want()
[all …]
A Duint_set.c60 void ossl_uint_set_init(UINT_SET *s) in ossl_uint_set_init()
65 void ossl_uint_set_destroy(UINT_SET *s) in ossl_uint_set_destroy()
76 static void uint_set_merge_adjacent(UINT_SET *s, UINT_SET_ITEM *x) in uint_set_merge_adjacent()
125 int ossl_uint_set_insert(UINT_SET *s, const UINT_RANGE *range) in ossl_uint_set_insert()
258 int ossl_uint_set_remove(UINT_SET *s, const UINT_RANGE *range) in ossl_uint_set_remove()
318 int ossl_uint_set_query(const UINT_SET *s, uint64_t v) in ossl_uint_set_query()
A Dquic_stream_map.c66 #define active_next(l, s) list_next((l), &(s)->active_node, \ argument
68 #define accept_next(l, s) list_next((l), &(s)->accept_node, \ argument
70 #define ready_for_gc_next(l, s) list_next((l), &(s)->ready_for_gc_node, \ argument
77 static unsigned long hash_stream(const QUIC_STREAM *s) in hash_stream()
145 QUIC_STREAM *s; in ossl_quic_stream_map_alloc() local
208 static void stream_map_mark_active(QUIC_STREAM_MAP *qsm, QUIC_STREAM *s) in stream_map_mark_active()
221 static void stream_map_mark_inactive(QUIC_STREAM_MAP *qsm, QUIC_STREAM *s) in stream_map_mark_inactive()
242 static int stream_has_data_to_send(QUIC_STREAM *s) in stream_has_data_to_send()
329 void ossl_quic_stream_map_update_state(QUIC_STREAM_MAP *qsm, QUIC_STREAM *s) in ossl_quic_stream_map_update_state()
765 QUIC_STREAM *s) in ossl_quic_stream_map_push_accept_queue()
[all …]
/ssl/record/
A Drec_layer_s3.c27 void RECORD_LAYER_init(RECORD_LAYER *rl, SSL_CONNECTION *s) in RECORD_LAYER_init()
118 static uint32_t ossl_get_max_early_data(SSL_CONNECTION *s) in ossl_get_max_early_data()
174 size_t ssl3_pending(const SSL *s) in ssl3_pending()
209 void SSL_set_default_read_buffer_len(SSL *s, size_t len) in SSL_set_default_read_buffer_len()
218 const char *SSL_rstate_string_long(const SSL *s) in SSL_rstate_string_long()
234 const char *SSL_rstate_string(const SSL *s) in SSL_rstate_string()
278 SSL_CONNECTION *s = SSL_CONNECTION_FROM_SSL_ONLY(ssl); in ssl3_write_bytes() local
1139 SSL_CONNECTION *s = cbarg; in rlayer_msg_callback_wrapper() local
1151 SSL_CONNECTION *s = cbarg; in rlayer_security_wrapper() local
1159 SSL_CONNECTION *s = cbarg; in rlayer_padding_wrapper() local
[all …]
A Drec_layer_d1.c75 static int dtls_buffer_record(SSL_CONNECTION *s, TLS_RECORD *rec) in dtls_buffer_record()
140 static void dtls_unbuffer_record(SSL_CONNECTION *s) in dtls_unbuffer_record()
199 int dtls1_read_bytes(SSL *s, uint8_t type, uint8_t *recvd_type, in dtls1_read_bytes()
619 int dtls1_write_bytes(SSL_CONNECTION *s, uint8_t type, const void *buf, in dtls1_write_bytes()
638 SSL *s = SSL_CONNECTION_GET_SSL(sc); in do_dtls1_write() local
680 void dtls1_increment_epoch(SSL_CONNECTION *s, int rw) in dtls1_increment_epoch()
695 uint16_t dtls1_get_epoch(SSL_CONNECTION *s, int rw) { in dtls1_get_epoch()

Completed in 126 milliseconds

12