Lines Matching defs:s

170 SSL_clear(SSL *s)  in SSL_clear()
242 SSL *s; in SSL_new() local
435 SSL_CTX_set_purpose(SSL_CTX *s, int purpose) in SSL_CTX_set_purpose()
441 SSL_set_purpose(SSL *s, int purpose) in SSL_set_purpose()
447 SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust()
453 SSL_set_trust(SSL *s, int trust) in SSL_set_trust()
459 SSL_set1_host(SSL *s, const char *hostname) in SSL_set1_host()
473 SSL_set_hostflags(SSL *s, unsigned int flags) in SSL_set_hostflags()
479 SSL_get0_peername(SSL *s) in SSL_get0_peername()
509 SSL_free(SSL *s) in SSL_free()
587 SSL_up_ref(SSL *s) in SSL_up_ref()
594 SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) in SSL_set_bio()
613 SSL_get_rbio(const SSL *s) in SSL_get_rbio()
619 SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio()
626 SSL_get_wbio(const SSL *s) in SSL_get_wbio()
632 SSL_get_fd(const SSL *s) in SSL_get_fd()
638 SSL_get_rfd(const SSL *s) in SSL_get_rfd()
651 SSL_get_wfd(const SSL *s) in SSL_get_wfd()
664 SSL_set_fd(SSL *s, int fd) in SSL_set_fd()
683 SSL_set_wfd(SSL *s, int fd) in SSL_set_wfd()
706 SSL_set_rfd(SSL *s, int fd) in SSL_set_rfd()
731 SSL_get_finished(const SSL *s, void *buf, size_t count) in SSL_get_finished()
744 SSL_get_peer_finished(const SSL *s, void *buf, size_t count) in SSL_get_peer_finished()
757 SSL_get_verify_mode(const SSL *s) in SSL_get_verify_mode()
763 SSL_get_verify_depth(const SSL *s) in SSL_get_verify_depth()
769 (*SSL_get_verify_callback(const SSL *s))(int, X509_STORE_CTX *) in SSL_get_verify_callback()
787 SSL_set_num_tickets(SSL *s, size_t num_tickets) in SSL_set_num_tickets()
795 SSL_get_num_tickets(const SSL *s) in SSL_get_num_tickets()
833 SSL_set_verify(SSL *s, int mode, in SSL_set_verify()
842 SSL_set_verify_depth(SSL *s, int depth) in SSL_set_verify_depth()
848 SSL_set_read_ahead(SSL *s, int yes) in SSL_set_read_ahead()
854 SSL_get_read_ahead(const SSL *s) in SSL_get_read_ahead()
860 SSL_pending(const SSL *s) in SSL_pending()
866 SSL_get_peer_certificate(const SSL *s) in SSL_get_peer_certificate()
980 SSL_accept(SSL *s) in SSL_accept()
989 SSL_connect(SSL *s) in SSL_connect()
998 SSL_is_dtls(const SSL *s) in SSL_is_dtls()
1004 SSL_is_server(const SSL *s) in SSL_is_server()
1020 SSL_get_default_timeout(const SSL *s) in SSL_get_default_timeout()
1026 SSL_read(SSL *s, void *buf, int num) in SSL_read()
1051 SSL_read_ex(SSL *s, void *buf, size_t num, size_t *bytes_read) in SSL_read_ex()
1070 SSL_peek(SSL *s, void *buf, int num) in SSL_peek()
1094 SSL_peek_ex(SSL *s, void *buf, size_t num, size_t *bytes_peeked) in SSL_peek_ex()
1113 SSL_write(SSL *s, const void *buf, int num) in SSL_write()
1139 SSL_write_ex(SSL *s, const void *buf, size_t num, size_t *bytes_written) in SSL_write_ex()
1176 SSL_get_max_early_data(const SSL *s) in SSL_get_max_early_data()
1182 SSL_set_max_early_data(SSL *s, uint32_t max_early_data) in SSL_set_max_early_data()
1188 SSL_get_early_data_status(const SSL *s) in SSL_get_early_data_status()
1194 SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_early_data()
1207 SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data()
1215 SSL_shutdown(SSL *s) in SSL_shutdown()
1236 SSL_renegotiate(SSL *s) in SSL_renegotiate()
1247 SSL_renegotiate_abbreviated(SSL *s) in SSL_renegotiate_abbreviated()
1258 SSL_renegotiate_pending(SSL *s) in SSL_renegotiate_pending()
1268 SSL_ctrl(SSL *s, int cmd, long larg, void *parg) in SSL_ctrl()
1325 SSL_callback_ctrl(SSL *s, int cmd, void (*fp)(void)) in SSL_callback_ctrl()
1505 ssl_has_ecc_ciphers(SSL *s) in ssl_has_ecc_ciphers()
1530 SSL_get_cipher_list(const SSL *s, int n) in SSL_get_cipher_list()
1591 SSL_set_cipher_list(SSL *s, const char *str) in SSL_set_cipher_list()
1611 SSL_set_ciphersuites(SSL *s, const char *str) in SSL_set_ciphersuites()
1630 SSL_get_shared_ciphers(const SSL *s, char *buf, int len) in SSL_get_shared_ciphers()
1675 SSL_get_servername(const SSL *s, const int type) in SSL_get_servername()
1686 SSL_get_servername_type(const SSL *s) in SSL_get_servername_type()
1750 SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, in SSL_get0_next_proto_negotiated()
1766 SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, int (*cb) (SSL *s, in SSL_CTX_set_next_proto_select_cb()
1867 SSL_set_psk_use_session_callback(SSL *s, SSL_psk_use_session_cb_func cb) in SSL_set_psk_use_session_callback()
1873 SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material()
2245 ssl_using_ecc_cipher(SSL *s) in ssl_using_ecc_cipher()
2258 ssl_check_srvr_ecc_cert_and_alg(SSL *s, X509 *x) in ssl_check_srvr_ecc_cert_and_alg()
2277 ssl_get_server_send_pkey(const SSL *s) in ssl_get_server_send_pkey()
2303 ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *cipher, const EVP_MD **pmd, in ssl_get_sign_pkey()
2337 ssl_dhe_params_auto_key_bits(SSL *s) in ssl_dhe_params_auto_key_bits()
2362 ssl_should_update_external_cache(SSL *s, int mode) in ssl_should_update_external_cache()
2384 ssl_should_update_internal_cache(SSL *s, int mode) in ssl_should_update_internal_cache()
2430 ssl_update_cache(SSL *s, int mode) in ssl_update_cache()
2478 SSL_get_ssl_method(SSL *s) in SSL_get_ssl_method()
2484 SSL_set_ssl_method(SSL *s, const SSL_METHOD *method) in SSL_set_ssl_method()
2510 SSL_get_error(const SSL *s, int i) in SSL_get_error()
2710 SSL_do_handshake(SSL *s) in SSL_do_handshake()
2730 SSL_set_accept_state(SSL *s) in SSL_set_accept_state()
2740 SSL_set_connect_state(SSL *s) in SSL_set_connect_state()
2750 ssl_undefined_function(SSL *s) in ssl_undefined_function()
2764 ssl_undefined_const_function(const SSL *s) in ssl_undefined_const_function()
2792 SSL_get_version(const SSL *s) in SSL_get_version()
2798 SSL_dup(SSL *s) in SSL_dup()
2921 ssl_clear_cipher_state(SSL *s) in ssl_clear_cipher_state()
2928 ssl_info_callback(const SSL *s, int type, int value) in ssl_info_callback()
2939 ssl_msg_callback(SSL *s, int is_write, int content_type, in ssl_msg_callback()
2950 ssl_msg_callback_cbs(SSL *s, int is_write, int content_type, CBS *cbs) in ssl_msg_callback_cbs()
2957 SSL_get_certificate(const SSL *s) in SSL_get_certificate()
2964 SSL_get_privatekey(const SSL *s) in SSL_get_privatekey()
2970 SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher()
2977 SSL_get_current_compression(SSL *s) in SSL_get_current_compression()
2983 SSL_get_current_expansion(SSL *s) in SSL_get_current_expansion()
2989 SSL_get_client_random(const SSL *s, unsigned char *out, size_t max_out) in SSL_get_client_random()
3005 SSL_get_server_random(const SSL *s, unsigned char *out, size_t max_out) in SSL_get_server_random()
3021 ssl_init_wbio_buffer(SSL *s, int push) in ssl_init_wbio_buffer()
3052 ssl_free_wbio_buffer(SSL *s) in ssl_free_wbio_buffer()
3081 SSL_set_quiet_shutdown(SSL *s, int mode) in SSL_set_quiet_shutdown()
3087 SSL_get_quiet_shutdown(const SSL *s) in SSL_get_quiet_shutdown()
3093 SSL_set_shutdown(SSL *s, int mode) in SSL_set_shutdown()
3099 SSL_get_shutdown(const SSL *s) in SSL_get_shutdown()
3105 SSL_version(const SSL *s) in SSL_version()
3219 SSL_set_ex_data(SSL *s, int idx, void *arg) in SSL_set_ex_data()
3225 SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data()
3239 SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) in SSL_CTX_set_ex_data()
3245 SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) in SSL_CTX_get_ex_data()
3251 ssl_ok(SSL *s) in ssl_ok()
3288 SSL_want(const SSL *s) in SSL_want()
3353 SSL_set_debug(SSL *s, int debug) in SSL_set_debug()
3359 SSL_cache_hit(SSL *s) in SSL_cache_hit()