Lines Matching defs:s
42 unsigned char *s, size_t t, size_t *u) in ssl_undefined_function_3()
52 static size_t ssl_undefined_function_5(SSL_CONNECTION *sc, const char *r, in ssl_undefined_function_5()
64 size_t s, const char *t, size_t u, in ssl_undefined_function_7()
89 SSL *s; member
575 int SSL_clear(SSL *s) in SSL_clear()
585 int ossl_ssl_connection_reset(SSL *s) in ossl_ssl_connection_reset()
742 SSL_CONNECTION *s; in ossl_ssl_connection_new_int() local
990 int SSL_is_dtls(const SSL *s) in SSL_is_dtls()
1005 int SSL_is_tls(const SSL *s) in SSL_is_tls()
1020 int SSL_is_quic(const SSL *s) in SSL_is_quic()
1025 int SSL_up_ref(SSL *s) in SSL_up_ref()
1115 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) in SSL_CTX_set_purpose()
1120 int SSL_set_purpose(SSL *s, int purpose) in SSL_set_purpose()
1130 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust()
1135 int SSL_set_trust(SSL *s, int trust) in SSL_set_trust()
1145 int SSL_set1_host(SSL *s, const char *host) in SSL_set1_host()
1163 int SSL_add1_host(SSL *s, const char *host) in SSL_add1_host()
1196 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags()
1206 const char *SSL_get0_peername(SSL *s) in SSL_get0_peername()
1237 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable()
1313 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority()
1334 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa()
1362 SSL_DANE *SSL_get0_dane(SSL *s) in SSL_get0_dane()
1372 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add()
1419 void SSL_certs_clear(SSL *s) in SSL_certs_clear()
1429 void SSL_free(SSL *s) in SSL_free()
1454 SSL_CONNECTION *s; in ossl_ssl_connection_free() local
1550 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio()
1569 void SSL_set0_wbio(SSL *s, BIO *wbio) in SSL_set0_wbio()
1599 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio()
1641 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio()
1656 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio()
1678 int SSL_get_fd(const SSL *s) in SSL_get_fd()
1683 int SSL_get_rfd(const SSL *s) in SSL_get_rfd()
1695 int SSL_get_wfd(const SSL *s) in SSL_get_wfd()
1708 static const BIO_METHOD *fd_method(SSL *s) in fd_method()
1718 int SSL_set_fd(SSL *s, int fd) in SSL_set_fd()
1750 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd()
1787 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd()
1818 size_t SSL_get_finished(const SSL *s, void *buf, size_t count) in SSL_get_finished()
1834 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count) in SSL_get_peer_finished()
1849 int SSL_get_verify_mode(const SSL *s) in SSL_get_verify_mode()
1859 int SSL_get_verify_depth(const SSL *s) in SSL_get_verify_depth()
1869 int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *) { in SSL_get_verify_callback()
1892 void SSL_set_verify(SSL *s, int mode, in SSL_set_verify()
1905 void SSL_set_verify_depth(SSL *s, int depth) in SSL_set_verify_depth()
1915 void SSL_set_read_ahead(SSL *s, int yes) in SSL_set_read_ahead()
1933 int SSL_get_read_ahead(const SSL *s) in SSL_get_read_ahead()
1943 int SSL_pending(const SSL *s) in SSL_pending()
1960 int SSL_has_pending(const SSL *s) in SSL_has_pending()
1998 X509 *SSL_get1_peer_certificate(const SSL *s) in SSL_get1_peer_certificate()
2008 X509 *SSL_get0_peer_certificate(const SSL *s) in SSL_get0_peer_certificate()
2117 int SSL_waiting_for_async(SSL *s) in SSL_waiting_for_async()
2130 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds()
2143 int SSL_get_changed_async_fds(SSL *s, OSSL_ASYNC_FD *addfd, size_t *numaddfds, in SSL_get_changed_async_fds()
2170 int SSL_set_async_callback(SSL *s, SSL_async_callback_fn callback) in SSL_set_async_callback()
2181 int SSL_set_async_callback_arg(SSL *s, void *arg) in SSL_set_async_callback_arg()
2192 int SSL_get_async_status(SSL *s, int *status) in SSL_get_async_status()
2206 int SSL_accept(SSL *s) in SSL_accept()
2226 int SSL_connect(SSL *s) in SSL_connect()
2246 long SSL_get_default_timeout(const SSL *s) in SSL_get_default_timeout()
2253 SSL *s = (SSL *)arg; in ssl_async_wait_ctx_cb() local
2262 static int ssl_start_async_job(SSL *s, struct ssl_async_args *args, in ssl_start_async_job()
2308 SSL *s; in ssl_io_intern() local
2331 int ssl_read_internal(SSL *s, void *buf, size_t num, size_t *readbytes) in ssl_read_internal()
2383 int SSL_read(SSL *s, void *buf, int num) in SSL_read()
2405 int SSL_read_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_ex()
2414 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_early_data()
2470 int SSL_get_early_data_status(const SSL *s) in SSL_get_early_data_status()
2481 static int ssl_peek_internal(SSL *s, void *buf, size_t num, size_t *readbytes) in ssl_peek_internal()
2519 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek()
2542 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_peek_ex()
2551 int ssl_write_internal(SSL *s, const void *buf, size_t num, in ssl_write_internal()
2608 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile()
2677 int SSL_write(SSL *s, const void *buf, int num) in SSL_write()
2699 int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_ex()
2704 int SSL_write_ex2(SSL *s, const void *buf, size_t num, uint64_t flags, in SSL_write_ex2()
2714 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data()
2790 int SSL_shutdown(SSL *s) in SSL_shutdown()
2832 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update()
2870 int SSL_get_key_update_type(const SSL *s) in SSL_get_key_update_type()
2904 int SSL_renegotiate(SSL *s) in SSL_renegotiate()
2919 int SSL_renegotiate_abbreviated(SSL *s) in SSL_renegotiate_abbreviated()
2934 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending()
2948 int SSL_new_session_ticket(SSL *s) in SSL_new_session_ticket()
2966 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl()
2971 long ossl_ctrl_internal(SSL *s, int cmd, long larg, void *parg, int no_quic) in ossl_ctrl_internal()
3100 long SSL_callback_ctrl(SSL *s, int cmd, void (*fp) (void)) in SSL_callback_ctrl()
3346 const char *SSL_get_cipher_list(const SSL *s, int n) in SSL_get_cipher_list()
3416 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list()
3439 char *SSL_get_shared_ciphers(const SSL *s, char *buf, int size) in SSL_get_shared_ciphers()
3497 const char *SSL_get_servername(const SSL *s, const int type) in SSL_get_servername()
3571 int SSL_get_servername_type(const SSL *s) in SSL_get_servername_type()
3662 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, in SSL_get0_next_proto_negotiated()
3842 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material()
3862 int SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material_early()
4515 void SSL_set_default_passwd_cb(SSL *s, pem_password_cb *cb) in SSL_set_default_passwd_cb()
4525 void SSL_set_default_passwd_cb_userdata(SSL *s, void *u) in SSL_set_default_passwd_cb_userdata()
4535 pem_password_cb *SSL_get_default_passwd_cb(SSL *s) in SSL_get_default_passwd_cb()
4545 void *SSL_get_default_passwd_cb_userdata(SSL *s) in SSL_get_default_passwd_cb_userdata()
4580 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_set_cert_cb()
4590 void ssl_set_masks(SSL_CONNECTION *s) in ssl_set_masks()
4712 int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL_CONNECTION *s) in ssl_check_srvr_ecc_cert_and_alg()
4724 int ssl_get_server_cert_serverinfo(SSL_CONNECTION *s, in ssl_get_server_cert_serverinfo()
4739 void ssl_update_cache(SSL_CONNECTION *s, int mode) in ssl_update_cache()
4817 const SSL_METHOD *SSL_get_ssl_method(const SSL *s) in SSL_get_ssl_method()
4822 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *meth) in SSL_set_ssl_method()
4853 int SSL_get_error(const SSL *s, int i) in SSL_get_error()
4858 int ossl_ssl_get_error(const SSL *s, int i, int check_err) in ossl_ssl_get_error()
4966 SSL *s = args->s; in ssl_do_handshake_intern() local
4975 int SSL_do_handshake(SSL *s) in SSL_do_handshake()
5014 void SSL_set_accept_state(SSL *s) in SSL_set_accept_state()
5034 void SSL_set_connect_state(SSL *s) in SSL_set_connect_state()
5054 int ssl_undefined_function(SSL *s) in ssl_undefined_function()
5098 const char *SSL_get_version(const SSL *s) in SSL_get_version()
5114 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt) in SSL_get_handshake_rtt()
5159 SSL *SSL_dup(SSL *s) in SSL_dup()
5271 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate()
5284 EVP_PKEY *SSL_get_privatekey(const SSL *s) in SSL_get_privatekey()
5313 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher()
5325 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s) in SSL_get_pending_cipher()
5335 const COMP_METHOD *SSL_get_current_compression(const SSL *s) in SSL_get_current_compression()
5349 const COMP_METHOD *SSL_get_current_expansion(const SSL *s) in SSL_get_current_expansion()
5363 int ssl_init_wbio_buffer(SSL_CONNECTION *s) in ssl_init_wbio_buffer()
5386 int ssl_free_wbio_buffer(SSL_CONNECTION *s) in ssl_free_wbio_buffer()
5411 void SSL_set_quiet_shutdown(SSL *s, int mode) in SSL_set_quiet_shutdown()
5422 int SSL_get_quiet_shutdown(const SSL *s) in SSL_get_quiet_shutdown()
5433 void SSL_set_shutdown(SSL *s, int mode) in SSL_set_shutdown()
5444 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown()
5460 int SSL_version(const SSL *s) in SSL_version()
5475 int SSL_client_version(const SSL *s) in SSL_client_version()
5739 int SSL_set_ex_data(SSL *s, int idx, void *arg) in SSL_set_ex_data()
5744 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data()
5749 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) in SSL_CTX_set_ex_data()
5754 void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) in SSL_CTX_get_ex_data()
5778 int SSL_want(const SSL *s) in SSL_want()
5810 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint()
5831 const char *SSL_get_psk_identity_hint(const SSL *s) in SSL_get_psk_identity_hint()
5841 const char *SSL_get_psk_identity(const SSL *s) in SSL_get_psk_identity()
5851 void SSL_set_psk_client_callback(SSL *s, SSL_psk_client_cb_func cb) in SSL_set_psk_client_callback()
5866 void SSL_set_psk_server_callback(SSL *s, SSL_psk_server_cb_func cb) in SSL_set_psk_server_callback()
5882 void SSL_set_psk_find_session_callback(SSL *s, SSL_psk_find_session_cb_func cb) in SSL_set_psk_find_session_callback()
5898 void SSL_set_psk_use_session_callback(SSL *s, SSL_psk_use_session_cb_func cb) in SSL_set_psk_use_session_callback()
6064 int SSL_set_num_tickets(SSL *s, size_t num_tickets) in SSL_set_num_tickets()
6076 size_t SSL_get_num_tickets(const SSL *s) in SSL_get_num_tickets()
6099 int ssl_handshake_hash(SSL_CONNECTION *s, in ssl_handshake_hash()
6133 int SSL_session_reused(const SSL *s) in SSL_session_reused()
6143 int SSL_is_server(const SSL *s) in SSL_is_server()
6154 void SSL_set_debug(SSL *s, int debug) in SSL_set_debug()
6162 void SSL_set_security_level(SSL *s, int level) in SSL_set_security_level()
6172 int SSL_get_security_level(const SSL *s) in SSL_get_security_level()
6182 void SSL_set_security_callback(SSL *s, in SSL_set_security_callback()
6195 int (*SSL_get_security_callback(const SSL *s)) (const SSL *s, in SSL_get_security_callback()
6207 void SSL_set0_security_ex_data(SSL *s, void *ex) in SSL_set0_security_ex_data()
6217 void *SSL_get0_security_ex_data(const SSL *s) in SSL_get0_security_ex_data()
6237 void SSL_CTX_set_security_callback(SSL_CTX *ctx, in SSL_CTX_set_security_callback()
6269 uint64_t SSL_get_options(const SSL *s) in SSL_get_options()
6289 uint64_t SSL_set_options(SSL *s, uint64_t op) in SSL_set_options()
6321 uint64_t SSL_clear_options(SSL *s, uint64_t op) in SSL_clear_options()
6403 static int ct_extract_tls_extension_scts(SSL_CONNECTION *s) in ct_extract_tls_extension_scts()
6427 static int ct_extract_ocsp_response_scts(SSL_CONNECTION *s) in ct_extract_ocsp_response_scts()
6478 static int ct_extract_x509v3_extension_scts(SSL_CONNECTION *s) in ct_extract_x509v3_extension_scts()
6544 int SSL_set_ct_validation_callback(SSL *s, ssl_ct_validation_cb callback, in SSL_set_ct_validation_callback()
6596 int SSL_ct_is_enabled(const SSL *s) in SSL_ct_is_enabled()
6611 int ssl_validate_ct(SSL_CONNECTION *s) in ssl_validate_ct()
6725 int SSL_enable_ct(SSL *s, int validation_mode) in SSL_enable_ct()
6775 int SSL_client_hello_isv2(SSL *s) in SSL_client_hello_isv2()
6787 unsigned int SSL_client_hello_get0_legacy_version(SSL *s) in SSL_client_hello_get0_legacy_version()
6799 size_t SSL_client_hello_get0_random(SSL *s, const unsigned char **out) in SSL_client_hello_get0_random()
6813 size_t SSL_client_hello_get0_session_id(SSL *s, const unsigned char **out) in SSL_client_hello_get0_session_id()
6827 size_t SSL_client_hello_get0_ciphers(SSL *s, const unsigned char **out) in SSL_client_hello_get0_ciphers()
6841 size_t SSL_client_hello_get0_compression_methods(SSL *s, const unsigned char **out) in SSL_client_hello_get0_compression_methods()
6855 int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen) in SSL_client_hello_get1_extensions_present()
6895 int SSL_client_hello_get_extension_order(SSL *s, uint16_t *exts, size_t *num_exts) in SSL_client_hello_get_extension_order()
6933 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out, in SSL_client_hello_get0_ext()
7090 int ssl_cache_cipherlist(SSL_CONNECTION *s, PACKET *cipher_suites, int sslv2format) in ssl_cache_cipherlist()
7155 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list()
7170 int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites, in ossl_bytes_to_cipher_list()
7268 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data) in SSL_set_max_early_data()
7280 uint32_t SSL_get_max_early_data(const SSL *s) in SSL_get_max_early_data()
7302 int SSL_set_recv_max_early_data(SSL *s, uint32_t recv_max_early_data) in SSL_set_recv_max_early_data()
7314 uint32_t SSL_get_recv_max_early_data(const SSL *s) in SSL_get_recv_max_early_data()
7349 int SSL_stateless(SSL *s) in SSL_stateless()
7469 void SSL_set_allow_early_data_cb(SSL *s, in SSL_set_allow_early_data_cb()
7588 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey) in SSL_set0_tmp_dh_pkey()
7618 int SSL_handle_events(SSL *s) in SSL_handle_events()
7642 int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite) in SSL_get_event_timeout()
7664 int SSL_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc) in SSL_get_rpoll_descriptor()
7679 int SSL_get_wpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc) in SSL_get_wpoll_descriptor()
7694 int SSL_net_read_desired(SSL *s) in SSL_net_read_desired()
7706 int SSL_net_write_desired(SSL *s) in SSL_net_write_desired()
7718 int SSL_set_blocking_mode(SSL *s, int blocking) in SSL_set_blocking_mode()
7730 int SSL_get_blocking_mode(SSL *s) in SSL_get_blocking_mode()
7742 int SSL_set1_initial_peer_addr(SSL *s, const BIO_ADDR *peer_addr) in SSL_set1_initial_peer_addr()
7780 SSL *SSL_new_stream(SSL *s, uint64_t flags) in SSL_new_stream()
7792 SSL *SSL_get0_connection(SSL *s) in SSL_get0_connection()
7804 int SSL_is_connection(SSL *s) in SSL_is_connection()
7809 SSL *SSL_get0_listener(SSL *s) in SSL_get0_listener()
7821 SSL *SSL_get0_domain(SSL *s) in SSL_get0_domain()
7833 int SSL_is_listener(SSL *s) in SSL_is_listener()
7838 int SSL_is_domain(SSL *s) in SSL_is_domain()
7843 int SSL_get_stream_type(SSL *s) in SSL_get_stream_type()
7855 uint64_t SSL_get_stream_id(SSL *s) in SSL_get_stream_id()
7867 int SSL_is_stream_local(SSL *s) in SSL_is_stream_local()
7879 int SSL_set_default_stream_mode(SSL *s, uint32_t mode) in SSL_set_default_stream_mode()
7891 int SSL_set_incoming_stream_policy(SSL *s, int policy, uint64_t aec) in SSL_set_incoming_stream_policy()
7903 SSL *SSL_accept_stream(SSL *s, uint64_t flags) in SSL_accept_stream()
7915 size_t SSL_get_accept_stream_queue_len(SSL *s) in SSL_get_accept_stream_queue_len()
7927 int SSL_stream_reset(SSL *s, in SSL_stream_reset()
7941 int SSL_get_stream_read_state(SSL *s) in SSL_get_stream_read_state()
7953 int SSL_get_stream_write_state(SSL *s) in SSL_get_stream_write_state()
7965 int SSL_get_stream_read_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_read_error_code()
7977 int SSL_get_stream_write_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_write_error_code()
7989 int SSL_get_conn_close_info(SSL *s, SSL_CONN_CLOSE_INFO *info, in SSL_get_conn_close_info()
8002 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint()
8014 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint()
8191 int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk) in SSL_add_expected_rpk()
8210 EVP_PKEY *SSL_get0_peer_rpk(const SSL *s) in SSL_get0_peer_rpk()
8219 int SSL_get_negotiated_client_cert_type(const SSL *s) in SSL_get_negotiated_client_cert_type()
8229 int SSL_get_negotiated_server_cert_type(const SSL *s) in SSL_get_negotiated_server_cert_type()
8291 int SSL_set1_client_cert_type(SSL *s, const unsigned char *val, size_t len) in SSL_set1_client_cert_type()
8302 int SSL_set1_server_cert_type(SSL *s, const unsigned char *val, size_t len) in SSL_set1_server_cert_type()
8325 int SSL_get0_client_cert_type(const SSL *s, unsigned char **t, size_t *len) in SSL_get0_client_cert_type()
8337 int SSL_get0_server_cert_type(const SSL *s, unsigned char **t, size_t *len) in SSL_get0_server_cert_type()