Lines Matching defs:s

41 int tls_parse_ctos_renegotiate(SSL_CONNECTION *s, PACKET *pkt,  in tls_parse_ctos_renegotiate()
104 int tls_parse_ctos_server_name(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_server_name()
176 int tls_parse_ctos_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_maxfragmentlen()
219 int tls_parse_ctos_srp(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_srp()
239 int tls_parse_ctos_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_ec_pt_formats()
263 int tls_parse_ctos_session_ticket(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_session_ticket()
278 int tls_parse_ctos_sig_algs_cert(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_sig_algs_cert()
299 int tls_parse_ctos_sig_algs(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_sig_algs()
319 int tls_parse_ctos_status_request(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_status_request()
424 int tls_parse_ctos_npn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_npn()
442 int tls_parse_ctos_alpn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_alpn()
479 int tls_parse_ctos_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_use_srtp()
547 int tls_parse_ctos_etm(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_etm()
560 int tls_parse_ctos_psk_kex_modes(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_psk_kex_modes()
605 int tls_parse_ctos_key_share(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_key_share()
723 int tls_parse_ctos_cookie(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_cookie()
933 int tls_parse_ctos_supported_groups(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_supported_groups()
962 int tls_parse_ctos_ems(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_ems()
980 int tls_parse_ctos_early_data(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_early_data()
996 static SSL_TICKET_STATUS tls_get_stateful_ticket(SSL_CONNECTION *s, PACKET *tick, in tls_get_stateful_ticket()
1024 int tls_parse_ctos_psk(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_psk()
1267 int tls_parse_ctos_post_handshake_auth(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_post_handshake_auth()
1286 EXT_RETURN tls_construct_stoc_renegotiate(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_renegotiate()
1310 EXT_RETURN tls_construct_stoc_server_name(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_server_name()
1334 EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_maxfragmentlen()
1356 EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_ec_pt_formats()
1382 EXT_RETURN tls_construct_stoc_supported_groups(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_supported_groups()
1442 EXT_RETURN tls_construct_stoc_session_ticket(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_session_ticket()
1461 EXT_RETURN tls_construct_stoc_status_request(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_status_request()
1500 EXT_RETURN tls_construct_stoc_next_proto_neg(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_next_proto_neg()
1530 EXT_RETURN tls_construct_stoc_alpn(SSL_CONNECTION *s, WPACKET *pkt, unsigned int context, in tls_construct_stoc_alpn()
1552 EXT_RETURN tls_construct_stoc_use_srtp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_use_srtp()
1573 EXT_RETURN tls_construct_stoc_etm(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_etm()
1603 EXT_RETURN tls_construct_stoc_ems(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_ems()
1619 EXT_RETURN tls_construct_stoc_supported_versions(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_supported_versions()
1639 EXT_RETURN tls_construct_stoc_key_share(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_key_share()
1775 EXT_RETURN tls_construct_stoc_cookie(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_cookie()
1904 EXT_RETURN tls_construct_stoc_cryptopro_bug(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_cryptopro_bug()
1931 EXT_RETURN tls_construct_stoc_early_data(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_early_data()
1963 EXT_RETURN tls_construct_stoc_psk(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_stoc_psk()