Lines Matching refs:PACKET
41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_renegotiate()
94 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_server_name()
98 PACKET sni, hostname; in tls_parse_ctos_server_name()
166 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_maxfragmentlen()
203 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_srp()
206 PACKET srp_I; in tls_parse_ctos_srp()
223 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_ec_pt_formats()
226 PACKET ec_point_format_list; in tls_parse_ctos_ec_pt_formats()
246 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_session_ticket()
260 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt, in tls_parse_ctos_sig_algs_cert()
265 PACKET supported_sig_algs; in tls_parse_ctos_sig_algs_cert()
281 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_sig_algs()
284 PACKET supported_sig_algs; in tls_parse_ctos_sig_algs()
301 int tls_parse_ctos_status_request(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_status_request()
304 PACKET responder_id_list, exts; in tls_parse_ctos_status_request()
349 PACKET responder_id; in tls_parse_ctos_status_request()
405 int tls_parse_ctos_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_npn()
423 int tls_parse_ctos_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_alpn()
426 PACKET protocol_list, save_protocol_list, protocol; in tls_parse_ctos_alpn()
460 int tls_parse_ctos_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_use_srtp()
466 PACKET subpkt; in tls_parse_ctos_use_srtp()
527 int tls_parse_ctos_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_etm()
540 int tls_parse_ctos_psk_kex_modes(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_psk_kex_modes()
544 PACKET psk_kex_modes; in tls_parse_ctos_psk_kex_modes()
569 int tls_parse_ctos_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_key_share()
574 PACKET key_share_list, encoded_pt; in tls_parse_ctos_key_share()
680 int tls_parse_ctos_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_cookie()
687 PACKET cookie, raw, chhash, appcookie; in tls_parse_ctos_cookie()
887 int tls_parse_ctos_supported_groups(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_supported_groups()
890 PACKET supported_groups_list; in tls_parse_ctos_supported_groups()
915 int tls_parse_ctos_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_ems()
933 int tls_parse_ctos_early_data(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_ctos_early_data()
949 static SSL_TICKET_STATUS tls_get_stateful_ticket(SSL *s, PACKET *tick, in tls_get_stateful_ticket()
977 int tls_parse_ctos_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_ctos_psk()
980 PACKET identities, binders, binder; in tls_parse_ctos_psk()
1001 PACKET identity; in tls_parse_ctos_psk()
1209 int tls_parse_ctos_post_handshake_auth(SSL *s, PACKET *pkt, in tls_parse_ctos_post_handshake_auth()