Lines Matching refs:PACKET
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()
108 PACKET sni, hostname; 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()
222 PACKET srp_I; 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()
243 PACKET ec_point_format_list; 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()
283 PACKET supported_sig_algs; 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()
302 PACKET supported_sig_algs; in tls_parse_ctos_sig_algs()
319 int tls_parse_ctos_status_request(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_status_request()
323 PACKET responder_id_list, exts; in tls_parse_ctos_status_request()
368 PACKET responder_id; 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()
445 PACKET protocol_list, save_protocol_list, protocol; in tls_parse_ctos_alpn()
479 int tls_parse_ctos_use_srtp(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_use_srtp()
485 PACKET subpkt; 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()
565 PACKET psk_kex_modes; 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()
610 PACKET key_share_list, encoded_pt; 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()
730 PACKET cookie, raw, chhash, appcookie; in tls_parse_ctos_cookie()
933 int tls_parse_ctos_supported_groups(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_ctos_supported_groups()
937 PACKET supported_groups_list; 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()
1027 PACKET identities, binders, binder; in tls_parse_ctos_psk()
1051 PACKET identity; 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()
2037 int tls_parse_ctos_client_cert_type(SSL_CONNECTION *sc, PACKET *pkt, in tls_parse_ctos_client_cert_type()
2041 PACKET supported_cert_types; in tls_parse_ctos_client_cert_type()
2102 int tls_parse_ctos_server_cert_type(SSL_CONNECTION *sc, PACKET *pkt, in tls_parse_ctos_server_cert_type()
2106 PACKET supported_cert_types; in tls_parse_ctos_server_cert_type()