Lines Matching defs:s

16 EXT_RETURN tls_construct_ctos_renegotiate(SSL_CONNECTION *s, WPACKET *pkt,  in tls_construct_ctos_renegotiate()
63 EXT_RETURN tls_construct_ctos_server_name(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_server_name()
89 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_maxfragmentlen()
114 EXT_RETURN tls_construct_ctos_srp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_srp()
140 static int use_ecc(SSL_CONNECTION *s, int min_version, int max_version) in use_ecc()
184 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_ec_pt_formats()
215 EXT_RETURN tls_construct_ctos_supported_groups(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_supported_groups()
284 EXT_RETURN tls_construct_ctos_session_ticket(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_session_ticket()
325 EXT_RETURN tls_construct_ctos_sig_algs(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_sig_algs()
366 EXT_RETURN tls_construct_ctos_status_request(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_status_request()
431 EXT_RETURN tls_construct_ctos_npn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_npn()
453 EXT_RETURN tls_construct_ctos_alpn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_alpn()
478 EXT_RETURN tls_construct_ctos_use_srtp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_use_srtp()
520 EXT_RETURN tls_construct_ctos_etm(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_etm()
537 EXT_RETURN tls_construct_ctos_sct(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_sct()
558 EXT_RETURN tls_construct_ctos_ems(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_ems()
574 EXT_RETURN tls_construct_ctos_supported_versions(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_supported_versions()
617 EXT_RETURN tls_construct_ctos_psk_kex_modes(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_psk_kex_modes()
644 static int add_key_share(SSL_CONNECTION *s, WPACKET *pkt, unsigned int group_id, size_t loop_num) in add_key_share()
705 EXT_RETURN tls_construct_ctos_key_share(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_key_share()
792 EXT_RETURN tls_construct_ctos_cookie(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_cookie()
821 EXT_RETURN tls_construct_ctos_early_data(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_early_data()
993 EXT_RETURN tls_construct_ctos_padding(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_padding()
1067 EXT_RETURN tls_construct_ctos_psk(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_psk()
1275 EXT_RETURN tls_construct_ctos_post_handshake_auth(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_post_handshake_auth()
1304 int tls_parse_stoc_renegotiate(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_renegotiate()
1359 int tls_parse_stoc_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_maxfragmentlen()
1398 int tls_parse_stoc_server_name(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_server_name()
1427 int tls_parse_stoc_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_ec_pt_formats()
1467 int tls_parse_stoc_session_ticket(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_session_ticket()
1496 int tls_parse_stoc_status_request(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_status_request()
1532 int tls_parse_stoc_sct(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_sct()
1600 static int ssl_next_proto_validate(SSL_CONNECTION *s, PACKET *pkt) in ssl_next_proto_validate()
1615 int tls_parse_stoc_npn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_npn()
1668 int tls_parse_stoc_alpn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_alpn()
1757 int tls_parse_stoc_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_use_srtp()
1806 int tls_parse_stoc_etm(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_etm()
1822 int tls_parse_stoc_ems(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_ems()
1834 int tls_parse_stoc_supported_versions(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_supported_versions()
1870 int tls_parse_stoc_key_share(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_key_share()
2038 int tls_parse_stoc_cookie(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_cookie()
2053 int tls_parse_stoc_early_data(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_early_data()
2108 int tls_parse_stoc_psk(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_psk()