Lines Matching refs:s

22 __owur int ossl_quic_init(SSL *s);
23 void ossl_quic_deinit(SSL *s);
24 void ossl_quic_free(SSL *s);
25 int ossl_quic_reset(SSL *s);
26 int ossl_quic_clear(SSL *s);
27 __owur int ossl_quic_accept(SSL *s);
28 __owur int ossl_quic_connect(SSL *s);
29 __owur int ossl_quic_read(SSL *s, void *buf, size_t len, size_t *readbytes);
30 __owur int ossl_quic_peek(SSL *s, void *buf, size_t len, size_t *readbytes);
31 __owur int ossl_quic_write_flags(SSL *s, const void *buf, size_t len,
33 __owur int ossl_quic_write(SSL *s, const void *buf, size_t len, size_t *written);
34 __owur long ossl_quic_ctrl(SSL *s, int cmd, long larg, void *parg);
36 __owur long ossl_quic_callback_ctrl(SSL *s, int cmd, void (*fp) (void));
38 __owur size_t ossl_quic_pending(const SSL *s);
39 __owur int ossl_quic_key_update(SSL *s, int update_type);
40 __owur int ossl_quic_get_key_update_type(const SSL *s);
49 int ossl_quic_do_handshake(SSL *s);
50 void ossl_quic_set_connect_state(SSL *s);
51 void ossl_quic_set_accept_state(SSL *s);
53 __owur int ossl_quic_has_pending(const SSL *s);
54 __owur int ossl_quic_handle_events(SSL *s);
55 __owur int ossl_quic_get_event_timeout(SSL *s, struct timeval *tv,
57 OSSL_TIME ossl_quic_get_event_deadline(SSL *s);
58 __owur int ossl_quic_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *d);
59 __owur int ossl_quic_get_wpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *d);
60 __owur int ossl_quic_get_net_read_desired(SSL *s);
61 __owur int ossl_quic_get_net_write_desired(SSL *s);
62 __owur int ossl_quic_get_error(const SSL *s, int i);
63 __owur int ossl_quic_want(const SSL *s);
64 __owur int ossl_quic_conn_get_blocking_mode(const SSL *s);
65 __owur int ossl_quic_conn_set_blocking_mode(SSL *s, int blocking);
66 __owur int ossl_quic_conn_shutdown(SSL *s, uint64_t flags,
69 __owur int ossl_quic_conn_stream_conclude(SSL *s);
70 void ossl_quic_conn_set0_net_rbio(SSL *s, BIO *net_wbio);
71 void ossl_quic_conn_set0_net_wbio(SSL *s, BIO *net_wbio);
72 BIO *ossl_quic_conn_get_net_rbio(const SSL *s);
73 BIO *ossl_quic_conn_get_net_wbio(const SSL *s);
74 __owur int ossl_quic_conn_set_initial_peer_addr(SSL *s,
76 __owur SSL *ossl_quic_conn_stream_new(SSL *s, uint64_t flags);
77 __owur SSL *ossl_quic_get0_connection(SSL *s);
78 __owur int ossl_quic_get_stream_type(SSL *s);
79 __owur uint64_t ossl_quic_get_stream_id(SSL *s);
80 __owur int ossl_quic_is_stream_local(SSL *s);
81 __owur int ossl_quic_set_default_stream_mode(SSL *s, uint32_t mode);
82 __owur SSL *ossl_quic_detach_stream(SSL *s);
84 __owur int ossl_quic_set_incoming_stream_policy(SSL *s, int policy,
86 __owur SSL *ossl_quic_accept_stream(SSL *s, uint64_t flags);
87 __owur size_t ossl_quic_get_accept_stream_queue_len(SSL *s);
88 __owur int ossl_quic_get_value_uint(SSL *s, uint32_t class_, uint32_t id,
90 __owur int ossl_quic_set_value_uint(SSL *s, uint32_t class_, uint32_t id,
107 uint64_t ossl_quic_set_options(SSL *s, uint64_t opts);
108 uint64_t ossl_quic_clear_options(SSL *s, uint64_t opts);
109 uint64_t ossl_quic_get_options(const SSL *s);
112 __owur int ossl_quic_set_write_buffer_size(SSL *s, size_t size);
119 int ossl_quic_conn_set_override_now_cb(SSL *s,
128 void ossl_quic_conn_force_assist_thread_wake(SSL *s);
131 QUIC_CHANNEL *ossl_quic_conn_get_channel(SSL *s);
133 int ossl_quic_has_pending(const SSL *s);
134 int ossl_quic_get_shutdown(const SSL *s);