Lines Matching defs:s
43 int ssl3_do_write(SSL *s, int type) in ssl3_do_write()
77 int tls_close_construct_packet(SSL *s, WPACKET *pkt, int htype) in tls_close_construct_packet()
91 int tls_setup_handshake(SSL *s) in tls_setup_handshake()
211 static int get_cert_verify_tbs_data(SSL *s, unsigned char *tls13tbs, in get_cert_verify_tbs_data()
272 int tls_construct_cert_verify(SSL *s, WPACKET *pkt) in tls_construct_cert_verify()
396 MSG_PROCESS_RETURN tls_process_cert_verify(SSL *s, PACKET *pkt) in tls_process_cert_verify()
563 int tls_construct_finished(SSL *s, WPACKET *pkt) in tls_construct_finished()
640 int tls_construct_key_update(SSL *s, WPACKET *pkt) in tls_construct_key_update()
651 MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt) in tls_process_key_update()
700 int ssl3_take_mac(SSL *s) in ssl3_take_mac()
725 MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt) in tls_process_change_cipher_spec()
781 MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt) in tls_process_finished()
884 int tls_construct_change_cipher_spec(SSL *s, WPACKET *pkt) in tls_construct_change_cipher_spec()
895 static int ssl_add_cert_to_wpacket(SSL *s, WPACKET *pkt, X509 *x, int chain) in ssl_add_cert_to_wpacket()
922 static int ssl_add_cert_chain(SSL *s, WPACKET *pkt, CERT_PKEY *cpk) in ssl_add_cert_chain()
1017 unsigned long ssl3_output_cert_chain(SSL *s, WPACKET *pkt, CERT_PKEY *cpk) in ssl3_output_cert_chain()
1040 WORK_STATE tls_finish_handshake(SSL *s, ossl_unused WORK_STATE wst, in tls_finish_handshake()
1157 int tls_get_message_header(SSL *s, int *mt) in tls_get_message_header()
1266 int tls_get_message_body(SSL *s, size_t *len) in tls_get_message_body()
1403 int ssl_allow_compression(SSL *s) in ssl_allow_compression()
1410 static int version_cmp(const SSL *s, int a, int b) in version_cmp()
1490 static int ssl_method_error(const SSL *s, const SSL_METHOD *method) in ssl_method_error()
1516 static int is_tls13_capable(const SSL *s) in is_tls13_capable()
1577 int ssl_version_supported(const SSL *s, int version, const SSL_METHOD **meth) in ssl_version_supported()
1620 int ssl_check_version_downgrade(SSL *s) in ssl_check_version_downgrade()
1714 static void check_for_downgrade(SSL *s, int vers, DOWNGRADE *dgrd) in check_for_downgrade()
1744 int ssl_choose_server_version(SSL *s, CLIENTHELLO_MSG *hello, DOWNGRADE *dgrd) in ssl_choose_server_version()
1892 int ssl_choose_client_version(SSL *s, int version, RAW_EXTENSION *extensions) in ssl_choose_client_version()
2021 int ssl_get_min_max_version(const SSL *s, int *min_version, int *max_version, in ssl_get_min_max_version()
2128 int ssl_set_client_hello_version(SSL *s) in ssl_set_client_hello_version()
2160 int check_in_list(SSL *s, uint16_t group_id, const uint16_t *groups, in check_in_list()
2182 int create_synthetic_message_hash(SSL *s, const unsigned char *hashval, in create_synthetic_message_hash()
2240 int parse_ca_names(SSL *s, PACKET *pkt) in parse_ca_names()
2310 int construct_ca_names(SSL *s, const STACK_OF(X509_NAME) *ca_sk, WPACKET *pkt) in construct_ca_names()
2346 size_t construct_key_exchange_tbs(SSL *s, unsigned char **ptbs, in construct_key_exchange_tbs()
2369 int tls13_save_handshake_digest_for_pha(SSL *s) in tls13_save_handshake_digest_for_pha()
2396 int tls13_restore_handshake_digest_for_pha(SSL *s) in tls13_restore_handshake_digest_for_pha()