Lines Matching refs:PACKET

41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
94 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context,
98 PACKET sni, hostname;
166 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
203 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
206 PACKET srp_I;
223 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
226 PACKET ec_point_format_list;
246 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
260 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt,
265 PACKET supported_sig_algs;
281 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
284 PACKET supported_sig_algs;
301 int tls_parse_ctos_status_request(SSL *s, PACKET *pkt, unsigned int context,
304 PACKET responder_id_list, exts;
349 PACKET responder_id;
405 int tls_parse_ctos_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
423 int tls_parse_ctos_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
426 PACKET protocol_list, save_protocol_list, protocol;
460 int tls_parse_ctos_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
466 PACKET subpkt;
527 int tls_parse_ctos_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
538 * the raw PACKET data for the extension. Returns 1 on success or 0 on failure.
540 int tls_parse_ctos_psk_kex_modes(SSL *s, PACKET *pkt, unsigned int context,
544 PACKET psk_kex_modes;
567 * the raw PACKET data for the extension. Returns 1 on success or 0 on failure.
569 int tls_parse_ctos_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
574 PACKET key_share_list, encoded_pt;
687 int tls_parse_ctos_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
694 PACKET cookie, raw, chhash, appcookie;
894 int tls_parse_ctos_supported_groups(SSL *s, PACKET *pkt, unsigned int context,
897 PACKET supported_groups_list;
922 int tls_parse_ctos_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
940 int tls_parse_ctos_early_data(SSL *s, PACKET *pkt, unsigned int context,
956 static SSL_TICKET_STATUS tls_get_stateful_ticket(SSL *s, PACKET *tick,
984 int tls_parse_ctos_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
987 PACKET identities, binders, binder;
1008 PACKET identity;
1219 int tls_parse_ctos_post_handshake_auth(SSL *s, PACKET *pkt,