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
991 int SSL_is_dtls(const SSL *s) in SSL_is_dtls()
1006 int SSL_is_tls(const SSL *s) in SSL_is_tls()
1021 int SSL_is_quic(const SSL *s) in SSL_is_quic()
1026 int SSL_up_ref(SSL *s) in SSL_up_ref()
1116 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) in SSL_CTX_set_purpose()
1121 int SSL_set_purpose(SSL *s, int purpose) in SSL_set_purpose()
1131 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust()
1136 int SSL_set_trust(SSL *s, int trust) in SSL_set_trust()
1146 int SSL_set1_host(SSL *s, const char *host) in SSL_set1_host()
1164 int SSL_add1_host(SSL *s, const char *host) in SSL_add1_host()
1197 void SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags()
1207 const char *SSL_get0_peername(SSL *s) in SSL_get0_peername()
1238 int SSL_dane_enable(SSL *s, const char *basedomain) in SSL_dane_enable()
1314 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki) in SSL_get0_dane_authority()
1335 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa()
1363 SSL_DANE *SSL_get0_dane(SSL *s) in SSL_get0_dane()
1373 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add()
1420 void SSL_certs_clear(SSL *s) in SSL_certs_clear()
1430 void SSL_free(SSL *s) in SSL_free()
1455 SSL_CONNECTION *s; in ossl_ssl_connection_free() local
1557 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio()
1576 void SSL_set0_wbio(SSL *s, BIO *wbio) in SSL_set0_wbio()
1606 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio()
1648 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio()
1663 BIO *SSL_get_wbio(const SSL *s) in SSL_get_wbio()
1685 int SSL_get_fd(const SSL *s) in SSL_get_fd()
1690 int SSL_get_rfd(const SSL *s) in SSL_get_rfd()
1702 int SSL_get_wfd(const SSL *s) in SSL_get_wfd()
1715 static const BIO_METHOD *fd_method(SSL *s) in fd_method()
1725 int SSL_set_fd(SSL *s, int fd) in SSL_set_fd()
1757 int SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd()
1794 int SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd()
1825 size_t SSL_get_finished(const SSL *s, void *buf, size_t count) in SSL_get_finished()
1841 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count) in SSL_get_peer_finished()
1856 int SSL_get_verify_mode(const SSL *s) in SSL_get_verify_mode()
1866 int SSL_get_verify_depth(const SSL *s) in SSL_get_verify_depth()
1876 int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *) { in SSL_get_verify_callback()
1899 void SSL_set_verify(SSL *s, int mode, in SSL_set_verify()
1912 void SSL_set_verify_depth(SSL *s, int depth) in SSL_set_verify_depth()
1922 void SSL_set_read_ahead(SSL *s, int yes) in SSL_set_read_ahead()
1940 int SSL_get_read_ahead(const SSL *s) in SSL_get_read_ahead()
1950 int SSL_pending(const SSL *s) in SSL_pending()
1967 int SSL_has_pending(const SSL *s) in SSL_has_pending()
2005 X509 *SSL_get1_peer_certificate(const SSL *s) in SSL_get1_peer_certificate()
2015 X509 *SSL_get0_peer_certificate(const SSL *s) in SSL_get0_peer_certificate()
2124 int SSL_waiting_for_async(SSL *s) in SSL_waiting_for_async()
2137 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds()
2150 int SSL_get_changed_async_fds(SSL *s, OSSL_ASYNC_FD *addfd, size_t *numaddfds, in SSL_get_changed_async_fds()
2177 int SSL_set_async_callback(SSL *s, SSL_async_callback_fn callback) in SSL_set_async_callback()
2188 int SSL_set_async_callback_arg(SSL *s, void *arg) in SSL_set_async_callback_arg()
2199 int SSL_get_async_status(SSL *s, int *status) in SSL_get_async_status()
2213 int SSL_accept(SSL *s) in SSL_accept()
2233 int SSL_connect(SSL *s) in SSL_connect()
2253 long SSL_get_default_timeout(const SSL *s) in SSL_get_default_timeout()
2260 SSL *s = (SSL *)arg; in ssl_async_wait_ctx_cb() local
2269 static int ssl_start_async_job(SSL *s, struct ssl_async_args *args, in ssl_start_async_job()
2315 SSL *s; in ssl_io_intern() local
2338 int ssl_read_internal(SSL *s, void *buf, size_t num, size_t *readbytes) in ssl_read_internal()
2390 int SSL_read(SSL *s, void *buf, int num) in SSL_read()
2412 int SSL_read_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_ex()
2421 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_early_data()
2477 int SSL_get_early_data_status(const SSL *s) in SSL_get_early_data_status()
2488 static int ssl_peek_internal(SSL *s, void *buf, size_t num, size_t *readbytes) in ssl_peek_internal()
2526 int SSL_peek(SSL *s, void *buf, int num) in SSL_peek()
2549 int SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_peek_ex()
2558 int ssl_write_internal(SSL *s, const void *buf, size_t num, in ssl_write_internal()
2615 ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, int flags) in SSL_sendfile()
2684 int SSL_write(SSL *s, const void *buf, int num) in SSL_write()
2706 int SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_ex()
2711 int SSL_write_ex2(SSL *s, const void *buf, size_t num, uint64_t flags, in SSL_write_ex2()
2721 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data()
2797 int SSL_shutdown(SSL *s) in SSL_shutdown()
2839 int SSL_key_update(SSL *s, int updatetype) in SSL_key_update()
2877 int SSL_get_key_update_type(const SSL *s) in SSL_get_key_update_type()
2911 int SSL_renegotiate(SSL *s) in SSL_renegotiate()
2926 int SSL_renegotiate_abbreviated(SSL *s) in SSL_renegotiate_abbreviated()
2941 int SSL_renegotiate_pending(const SSL *s) in SSL_renegotiate_pending()
2955 int SSL_new_session_ticket(SSL *s) in SSL_new_session_ticket()
2973 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl()
2978 long ossl_ctrl_internal(SSL *s, int cmd, long larg, void *parg, int no_quic) in ossl_ctrl_internal()
3107 long SSL_callback_ctrl(SSL *s, int cmd, void (*fp) (void)) in SSL_callback_ctrl()
3353 const char *SSL_get_cipher_list(const SSL *s, int n) in SSL_get_cipher_list()
3423 int SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list()
3446 char *SSL_get_shared_ciphers(const SSL *s, char *buf, int size) in SSL_get_shared_ciphers()
3504 const char *SSL_get_servername(const SSL *s, const int type) in SSL_get_servername()
3578 int SSL_get_servername_type(const SSL *s) in SSL_get_servername_type()
3669 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, in SSL_get0_next_proto_negotiated()
3849 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material()
3869 int SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material_early()
4522 void SSL_set_default_passwd_cb(SSL *s, pem_password_cb *cb) in SSL_set_default_passwd_cb()
4532 void SSL_set_default_passwd_cb_userdata(SSL *s, void *u) in SSL_set_default_passwd_cb_userdata()
4542 pem_password_cb *SSL_get_default_passwd_cb(SSL *s) in SSL_get_default_passwd_cb()
4552 void *SSL_get_default_passwd_cb_userdata(SSL *s) in SSL_get_default_passwd_cb_userdata()
4587 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_set_cert_cb()
4597 void ssl_set_masks(SSL_CONNECTION *s) in ssl_set_masks()
4719 int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL_CONNECTION *s) in ssl_check_srvr_ecc_cert_and_alg()
4731 int ssl_get_server_cert_serverinfo(SSL_CONNECTION *s, in ssl_get_server_cert_serverinfo()
4746 void ssl_update_cache(SSL_CONNECTION *s, int mode) in ssl_update_cache()
4824 const SSL_METHOD *SSL_get_ssl_method(const SSL *s) in SSL_get_ssl_method()
4829 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *meth) in SSL_set_ssl_method()
4860 int SSL_get_error(const SSL *s, int i) in SSL_get_error()
4865 int ossl_ssl_get_error(const SSL *s, int i, int check_err) in ossl_ssl_get_error()
4973 SSL *s = args->s; in ssl_do_handshake_intern() local
4982 int SSL_do_handshake(SSL *s) in SSL_do_handshake()
5021 void SSL_set_accept_state(SSL *s) in SSL_set_accept_state()
5041 void SSL_set_connect_state(SSL *s) in SSL_set_connect_state()
5061 int ssl_undefined_function(SSL *s) in ssl_undefined_function()
5105 const char *SSL_get_version(const SSL *s) in SSL_get_version()
5121 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt) in SSL_get_handshake_rtt()
5166 SSL *SSL_dup(SSL *s) in SSL_dup()
5278 X509 *SSL_get_certificate(const SSL *s) in SSL_get_certificate()
5291 EVP_PKEY *SSL_get_privatekey(const SSL *s) in SSL_get_privatekey()
5320 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher()
5332 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s) in SSL_get_pending_cipher()
5342 const COMP_METHOD *SSL_get_current_compression(const SSL *s) in SSL_get_current_compression()
5356 const COMP_METHOD *SSL_get_current_expansion(const SSL *s) in SSL_get_current_expansion()
5370 int ssl_init_wbio_buffer(SSL_CONNECTION *s) in ssl_init_wbio_buffer()
5393 int ssl_free_wbio_buffer(SSL_CONNECTION *s) in ssl_free_wbio_buffer()
5418 void SSL_set_quiet_shutdown(SSL *s, int mode) in SSL_set_quiet_shutdown()
5429 int SSL_get_quiet_shutdown(const SSL *s) in SSL_get_quiet_shutdown()
5440 void SSL_set_shutdown(SSL *s, int mode) in SSL_set_shutdown()
5451 int SSL_get_shutdown(const SSL *s) in SSL_get_shutdown()
5467 int SSL_version(const SSL *s) in SSL_version()
5482 int SSL_client_version(const SSL *s) in SSL_client_version()
5746 int SSL_set_ex_data(SSL *s, int idx, void *arg) in SSL_set_ex_data()
5751 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data()
5756 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) in SSL_CTX_set_ex_data()
5761 void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) in SSL_CTX_get_ex_data()
5785 int SSL_want(const SSL *s) in SSL_want()
5817 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint()
5838 const char *SSL_get_psk_identity_hint(const SSL *s) in SSL_get_psk_identity_hint()
5848 const char *SSL_get_psk_identity(const SSL *s) in SSL_get_psk_identity()
5858 void SSL_set_psk_client_callback(SSL *s, SSL_psk_client_cb_func cb) in SSL_set_psk_client_callback()
5873 void SSL_set_psk_server_callback(SSL *s, SSL_psk_server_cb_func cb) in SSL_set_psk_server_callback()
5889 void SSL_set_psk_find_session_callback(SSL *s, SSL_psk_find_session_cb_func cb) in SSL_set_psk_find_session_callback()
5905 void SSL_set_psk_use_session_callback(SSL *s, SSL_psk_use_session_cb_func cb) in SSL_set_psk_use_session_callback()
6071 int SSL_set_num_tickets(SSL *s, size_t num_tickets) in SSL_set_num_tickets()
6083 size_t SSL_get_num_tickets(const SSL *s) in SSL_get_num_tickets()
6106 int ssl_handshake_hash(SSL_CONNECTION *s, in ssl_handshake_hash()
6140 int SSL_session_reused(const SSL *s) in SSL_session_reused()
6150 int SSL_is_server(const SSL *s) in SSL_is_server()
6161 void SSL_set_debug(SSL *s, int debug) in SSL_set_debug()
6169 void SSL_set_security_level(SSL *s, int level) in SSL_set_security_level()
6179 int SSL_get_security_level(const SSL *s) in SSL_get_security_level()
6189 void SSL_set_security_callback(SSL *s, in SSL_set_security_callback()
6202 int (*SSL_get_security_callback(const SSL *s)) (const SSL *s, in SSL_get_security_callback()
6214 void SSL_set0_security_ex_data(SSL *s, void *ex) in SSL_set0_security_ex_data()
6224 void *SSL_get0_security_ex_data(const SSL *s) in SSL_get0_security_ex_data()
6244 void SSL_CTX_set_security_callback(SSL_CTX *ctx, in SSL_CTX_set_security_callback()
6276 uint64_t SSL_get_options(const SSL *s) in SSL_get_options()
6296 uint64_t SSL_set_options(SSL *s, uint64_t op) in SSL_set_options()
6328 uint64_t SSL_clear_options(SSL *s, uint64_t op) in SSL_clear_options()
6410 static int ct_extract_tls_extension_scts(SSL_CONNECTION *s) in ct_extract_tls_extension_scts()
6434 static int ct_extract_ocsp_response_scts(SSL_CONNECTION *s) in ct_extract_ocsp_response_scts()
6500 static int ct_extract_x509v3_extension_scts(SSL_CONNECTION *s) in ct_extract_x509v3_extension_scts()
6566 int SSL_set_ct_validation_callback(SSL *s, ssl_ct_validation_cb callback, in SSL_set_ct_validation_callback()
6618 int SSL_ct_is_enabled(const SSL *s) in SSL_ct_is_enabled()
6633 int ssl_validate_ct(SSL_CONNECTION *s) in ssl_validate_ct()
6747 int SSL_enable_ct(SSL *s, int validation_mode) in SSL_enable_ct()
6797 int SSL_client_hello_isv2(SSL *s) in SSL_client_hello_isv2()
6809 unsigned int SSL_client_hello_get0_legacy_version(SSL *s) in SSL_client_hello_get0_legacy_version()
6821 size_t SSL_client_hello_get0_random(SSL *s, const unsigned char **out) in SSL_client_hello_get0_random()
6835 size_t SSL_client_hello_get0_session_id(SSL *s, const unsigned char **out) in SSL_client_hello_get0_session_id()
6849 size_t SSL_client_hello_get0_ciphers(SSL *s, const unsigned char **out) in SSL_client_hello_get0_ciphers()
6863 size_t SSL_client_hello_get0_compression_methods(SSL *s, const unsigned char **out) in SSL_client_hello_get0_compression_methods()
6877 int SSL_client_hello_get1_extensions_present(SSL *s, int **out, size_t *outlen) in SSL_client_hello_get1_extensions_present()
6917 int SSL_client_hello_get_extension_order(SSL *s, uint16_t *exts, size_t *num_exts) in SSL_client_hello_get_extension_order()
6955 int SSL_client_hello_get0_ext(SSL *s, unsigned int type, const unsigned char **out, in SSL_client_hello_get0_ext()
7112 int ssl_cache_cipherlist(SSL_CONNECTION *s, PACKET *cipher_suites, int sslv2format) in ssl_cache_cipherlist()
7177 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list()
7192 int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites, in ossl_bytes_to_cipher_list()
7290 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data) in SSL_set_max_early_data()
7302 uint32_t SSL_get_max_early_data(const SSL *s) in SSL_get_max_early_data()
7324 int SSL_set_recv_max_early_data(SSL *s, uint32_t recv_max_early_data) in SSL_set_recv_max_early_data()
7336 uint32_t SSL_get_recv_max_early_data(const SSL *s) in SSL_get_recv_max_early_data()
7371 int SSL_stateless(SSL *s) in SSL_stateless()
7491 void SSL_set_allow_early_data_cb(SSL *s, in SSL_set_allow_early_data_cb()
7610 int SSL_set0_tmp_dh_pkey(SSL *s, EVP_PKEY *dhpkey) in SSL_set0_tmp_dh_pkey()
7640 int SSL_handle_events(SSL *s) in SSL_handle_events()
7664 int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite) in SSL_get_event_timeout()
7686 int SSL_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc) in SSL_get_rpoll_descriptor()
7701 int SSL_get_wpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc) in SSL_get_wpoll_descriptor()
7716 int SSL_net_read_desired(SSL *s) in SSL_net_read_desired()
7728 int SSL_net_write_desired(SSL *s) in SSL_net_write_desired()
7740 int SSL_set_blocking_mode(SSL *s, int blocking) in SSL_set_blocking_mode()
7752 int SSL_get_blocking_mode(SSL *s) in SSL_get_blocking_mode()
7764 int SSL_set1_initial_peer_addr(SSL *s, const BIO_ADDR *peer_addr) in SSL_set1_initial_peer_addr()
7802 SSL *SSL_new_stream(SSL *s, uint64_t flags) in SSL_new_stream()
7814 SSL *SSL_get0_connection(SSL *s) in SSL_get0_connection()
7826 int SSL_is_connection(SSL *s) in SSL_is_connection()
7831 SSL *SSL_get0_listener(SSL *s) in SSL_get0_listener()
7843 SSL *SSL_get0_domain(SSL *s) in SSL_get0_domain()
7855 int SSL_is_listener(SSL *s) in SSL_is_listener()
7860 int SSL_is_domain(SSL *s) in SSL_is_domain()
7865 int SSL_get_stream_type(SSL *s) in SSL_get_stream_type()
7877 uint64_t SSL_get_stream_id(SSL *s) in SSL_get_stream_id()
7889 int SSL_is_stream_local(SSL *s) in SSL_is_stream_local()
7901 int SSL_set_default_stream_mode(SSL *s, uint32_t mode) in SSL_set_default_stream_mode()
7913 int SSL_set_incoming_stream_policy(SSL *s, int policy, uint64_t aec) in SSL_set_incoming_stream_policy()
7925 SSL *SSL_accept_stream(SSL *s, uint64_t flags) in SSL_accept_stream()
7937 size_t SSL_get_accept_stream_queue_len(SSL *s) in SSL_get_accept_stream_queue_len()
7949 int SSL_stream_reset(SSL *s, in SSL_stream_reset()
7963 int SSL_get_stream_read_state(SSL *s) in SSL_get_stream_read_state()
7975 int SSL_get_stream_write_state(SSL *s) in SSL_get_stream_write_state()
7987 int SSL_get_stream_read_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_read_error_code()
7999 int SSL_get_stream_write_error_code(SSL *s, uint64_t *app_error_code) in SSL_get_stream_write_error_code()
8011 int SSL_get_conn_close_info(SSL *s, SSL_CONN_CLOSE_INFO *info, in SSL_get_conn_close_info()
8024 int SSL_get_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_get_value_uint()
8036 int SSL_set_value_uint(SSL *s, uint32_t class_, uint32_t id, in SSL_set_value_uint()
8213 int SSL_add_expected_rpk(SSL *s, EVP_PKEY *rpk) in SSL_add_expected_rpk()
8232 EVP_PKEY *SSL_get0_peer_rpk(const SSL *s) in SSL_get0_peer_rpk()
8241 int SSL_get_negotiated_client_cert_type(const SSL *s) in SSL_get_negotiated_client_cert_type()
8251 int SSL_get_negotiated_server_cert_type(const SSL *s) in SSL_get_negotiated_server_cert_type()
8313 int SSL_set1_client_cert_type(SSL *s, const unsigned char *val, size_t len) in SSL_set1_client_cert_type()
8324 int SSL_set1_server_cert_type(SSL *s, const unsigned char *val, size_t len) in SSL_set1_server_cert_type()
8347 int SSL_get0_client_cert_type(const SSL *s, unsigned char **t, size_t *len) in SSL_get0_client_cert_type()
8359 int SSL_get0_server_cert_type(const SSL *s, unsigned char **t, size_t *len) in SSL_get0_server_cert_type()