Lines Matching defs:pkt

15 EXT_RETURN tls_construct_ctos_renegotiate(SSL *s, WPACKET *pkt,  in tls_construct_ctos_renegotiate()
36 EXT_RETURN tls_construct_ctos_server_name(SSL *s, WPACKET *pkt, in tls_construct_ctos_server_name()
63 EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL *s, WPACKET *pkt, in tls_construct_ctos_maxfragmentlen()
89 EXT_RETURN tls_construct_ctos_srp(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_srp()
159 EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL *s, WPACKET *pkt, in tls_construct_ctos_ec_pt_formats()
185 EXT_RETURN tls_construct_ctos_supported_groups(SSL *s, WPACKET *pkt, in tls_construct_ctos_supported_groups()
234 EXT_RETURN tls_construct_ctos_session_ticket(SSL *s, WPACKET *pkt, in tls_construct_ctos_session_ticket()
278 EXT_RETURN tls_construct_ctos_sig_algs(SSL *s, WPACKET *pkt, in tls_construct_ctos_sig_algs()
306 EXT_RETURN tls_construct_ctos_status_request(SSL *s, WPACKET *pkt, in tls_construct_ctos_status_request()
380 EXT_RETURN tls_construct_ctos_npn(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_npn()
401 EXT_RETURN tls_construct_ctos_alpn(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_alpn()
426 EXT_RETURN tls_construct_ctos_use_srtp(SSL *s, WPACKET *pkt, in tls_construct_ctos_use_srtp()
470 EXT_RETURN tls_construct_ctos_etm(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_etm()
487 EXT_RETURN tls_construct_ctos_sct(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_sct()
508 EXT_RETURN tls_construct_ctos_ems(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_ems()
521 EXT_RETURN tls_construct_ctos_supported_versions(SSL *s, WPACKET *pkt, in tls_construct_ctos_supported_versions()
571 EXT_RETURN tls_construct_ctos_psk_kex_modes(SSL *s, WPACKET *pkt, in tls_construct_ctos_psk_kex_modes()
599 static int add_key_share(SSL *s, WPACKET *pkt, unsigned int curve_id) in add_key_share()
657 EXT_RETURN tls_construct_ctos_key_share(SSL *s, WPACKET *pkt, in tls_construct_ctos_key_share()
718 EXT_RETURN tls_construct_ctos_cookie(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_cookie()
747 EXT_RETURN tls_construct_ctos_early_data(SSL *s, WPACKET *pkt, in tls_construct_ctos_early_data()
930 EXT_RETURN tls_construct_ctos_padding(SSL *s, WPACKET *pkt, in tls_construct_ctos_padding()
1001 EXT_RETURN tls_construct_ctos_psk(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_ctos_psk()
1205 EXT_RETURN tls_construct_ctos_post_handshake_auth(SSL *s, WPACKET *pkt, in tls_construct_ctos_post_handshake_auth()
1235 int tls_parse_stoc_renegotiate(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_renegotiate()
1295 int tls_parse_stoc_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_maxfragmentlen()
1336 int tls_parse_stoc_server_name(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_server_name()
1369 int tls_parse_stoc_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_ec_pt_formats()
1413 int tls_parse_stoc_session_ticket(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_session_ticket()
1442 int tls_parse_stoc_status_request(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_status_request()
1486 int tls_parse_stoc_sct(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_sct()
1558 static int ssl_next_proto_validate(SSL *s, PACKET *pkt) in ssl_next_proto_validate()
1574 int tls_parse_stoc_npn(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_npn()
1629 int tls_parse_stoc_alpn(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_alpn()
1700 int tls_parse_stoc_use_srtp(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_use_srtp()
1751 int tls_parse_stoc_etm(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_etm()
1765 int tls_parse_stoc_ems(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_ems()
1775 int tls_parse_stoc_supported_versions(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_supported_versions()
1809 int tls_parse_stoc_key_share(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_key_share()
1912 int tls_parse_stoc_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_cookie()
1928 int tls_parse_stoc_early_data(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_early_data()
1969 int tls_parse_stoc_psk(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_psk()