Lines Matching refs:PACKET

41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context,
97 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context,
101 PACKET sni, hostname;
180 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context,
220 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
223 PACKET srp_I;
248 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context,
251 PACKET ec_point_format_list;
274 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context,
289 int tls_parse_ctos_sig_algs_cert(SSL *s, PACKET *pkt, unsigned int context,
292 PACKET supported_sig_algs;
310 int tls_parse_ctos_sig_algs(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
313 PACKET supported_sig_algs;
332 int tls_parse_ctos_status_request(SSL *s, PACKET *pkt, unsigned int context,
335 PACKET responder_id_list, exts;
383 PACKET responder_id;
446 int tls_parse_ctos_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
464 int tls_parse_ctos_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
467 PACKET protocol_list, save_protocol_list, protocol;
504 int tls_parse_ctos_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
510 PACKET subpkt;
572 int tls_parse_ctos_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
583 * the raw PACKET data for the extension. Returns 1 on success or 0 on failure.
585 int tls_parse_ctos_psk_kex_modes(SSL *s, PACKET *pkt, unsigned int context,
589 PACKET psk_kex_modes;
613 * the raw PACKET data for the extension. Returns 1 on success or 0 on failure.
615 int tls_parse_ctos_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
620 PACKET key_share_list, encoded_pt;
731 int tls_parse_ctos_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
738 PACKET cookie, raw, chhash, appcookie;
955 int tls_parse_ctos_supported_groups(SSL *s, PACKET *pkt, unsigned int context,
958 PACKET supported_groups_list;
987 int tls_parse_ctos_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
1003 int tls_parse_ctos_early_data(SSL *s, PACKET *pkt, unsigned int context,
1021 static SSL_TICKET_STATUS tls_get_stateful_ticket(SSL *s, PACKET *tick,
1049 int tls_parse_ctos_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
1052 PACKET identities, binders, binder;
1074 PACKET identity;
1291 int tls_parse_ctos_post_handshake_auth(SSL *s, PACKET *pkt, unsigned int context,