Lines Matching defs:pkt
15 EXT_RETURN tls_construct_ctos_renegotiate(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_renegotiate()
62 EXT_RETURN tls_construct_ctos_server_name(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_server_name()
88 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_maxfragmentlen()
113 EXT_RETURN tls_construct_ctos_srp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_srp()
183 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_ec_pt_formats()
214 EXT_RETURN tls_construct_ctos_supported_groups(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_supported_groups()
283 EXT_RETURN tls_construct_ctos_session_ticket(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_session_ticket()
324 EXT_RETURN tls_construct_ctos_sig_algs(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_sig_algs()
351 EXT_RETURN tls_construct_ctos_status_request(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_status_request()
416 EXT_RETURN tls_construct_ctos_npn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_npn()
438 EXT_RETURN tls_construct_ctos_alpn(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_alpn()
463 EXT_RETURN tls_construct_ctos_use_srtp(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_use_srtp()
505 EXT_RETURN tls_construct_ctos_etm(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_etm()
522 EXT_RETURN tls_construct_ctos_sct(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_sct()
543 EXT_RETURN tls_construct_ctos_ems(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_ems()
559 EXT_RETURN tls_construct_ctos_supported_versions(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_supported_versions()
602 EXT_RETURN tls_construct_ctos_psk_kex_modes(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_psk_kex_modes()
629 static int add_key_share(SSL_CONNECTION *s, WPACKET *pkt, unsigned int curve_id) in add_key_share()
685 EXT_RETURN tls_construct_ctos_key_share(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_key_share()
746 EXT_RETURN tls_construct_ctos_cookie(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_cookie()
775 EXT_RETURN tls_construct_ctos_early_data(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_early_data()
947 EXT_RETURN tls_construct_ctos_padding(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_padding()
1021 EXT_RETURN tls_construct_ctos_psk(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_psk()
1229 EXT_RETURN tls_construct_ctos_post_handshake_auth(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_ctos_post_handshake_auth()
1258 int tls_parse_stoc_renegotiate(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_renegotiate()
1313 int tls_parse_stoc_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_maxfragmentlen()
1352 int tls_parse_stoc_server_name(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_server_name()
1381 int tls_parse_stoc_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_ec_pt_formats()
1421 int tls_parse_stoc_session_ticket(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_session_ticket()
1450 int tls_parse_stoc_status_request(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_status_request()
1492 int tls_parse_stoc_sct(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_sct()
1560 static int ssl_next_proto_validate(SSL_CONNECTION *s, PACKET *pkt) in ssl_next_proto_validate()
1575 int tls_parse_stoc_npn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_npn()
1628 int tls_parse_stoc_alpn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_alpn()
1717 int tls_parse_stoc_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_use_srtp()
1766 int tls_parse_stoc_etm(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_etm()
1782 int tls_parse_stoc_ems(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_ems()
1794 int tls_parse_stoc_supported_versions(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_supported_versions()
1830 int tls_parse_stoc_key_share(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_key_share()
1970 int tls_parse_stoc_cookie(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_cookie()
1985 int tls_parse_stoc_early_data(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_early_data()
2040 int tls_parse_stoc_psk(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_stoc_psk()
2098 EXT_RETURN tls_construct_ctos_client_cert_type(SSL_CONNECTION *sc, WPACKET *pkt, in tls_construct_ctos_client_cert_type()
2117 int tls_parse_stoc_client_cert_type(SSL_CONNECTION *sc, PACKET *pkt, in tls_parse_stoc_client_cert_type()
2150 EXT_RETURN tls_construct_ctos_server_cert_type(SSL_CONNECTION *sc, WPACKET *pkt, in tls_construct_ctos_server_cert_type()
2169 int tls_parse_stoc_server_cert_type(SSL_CONNECTION *sc, PACKET *pkt, in tls_parse_stoc_server_cert_type()