Lines Matching refs:PACKET
46 static int tls_parse_certificate_authorities(SSL_CONNECTION *s, PACKET *pkt,
73 static int tls_parse_compress_certificate(SSL_CONNECTION *sc, PACKET *pkt,
92 int (*parse_ctos)(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
95 int (*parse_stoc)(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
607 int tls_collect_extensions(SSL_CONNECTION *s, PACKET *packet, in tls_collect_extensions()
611 PACKET extensions = *packet; in tls_collect_extensions()
637 PACKET extension; in tls_collect_extensions()
743 int (*parser)(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_extension()
1318 static int tls_parse_certificate_authorities(SSL_CONNECTION *s, PACKET *pkt, in tls_parse_certificate_authorities()
1651 PACKET hashprefix, msg; in tls_psk_do_binder()
1881 int tls_parse_compress_certificate(SSL_CONNECTION *sc, PACKET *pkt, unsigned int context, in tls_parse_compress_certificate()
1885 PACKET supported_comp_algs; in tls_parse_compress_certificate()