Lines Matching refs:CBB
469 bool tls12_add_verify_sigalgs(const SSL_HANDSHAKE *hs, CBB *out) { in tls12_add_verify_sigalgs()
510 bool (*add_clienthello)(SSL_HANDSHAKE *hs, CBB *out);
516 bool (*add_serverhello)(SSL_HANDSHAKE *hs, CBB *out);
537 static bool dont_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in dont_add_serverhello()
545 static bool ext_sni_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_sni_add_clienthello()
551 CBB contents, server_name_list, name; in ext_sni_add_clienthello()
579 static bool ext_sni_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_sni_add_serverhello()
606 static bool ext_ech_add_clienthello_grease(SSL_HANDSHAKE *hs, CBB *out) { in ext_ech_add_clienthello_grease()
610 CBB ech_body; in ext_ech_add_clienthello_grease()
681 CBB ech_body, config_id_cbb, enc_cbb, payload_cbb; in ext_ech_add_clienthello_grease()
704 static bool ext_ech_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ech_add_clienthello()
751 static bool ext_ech_is_inner_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ech_is_inner_add_clienthello()
774 static bool ext_ri_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ri_add_clienthello()
784 CBB contents, prev_finished; in ext_ri_add_clienthello()
915 static bool ext_ri_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ri_add_serverhello()
939 static bool ext_ems_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ems_add_clienthello()
996 static bool ext_ems_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ems_add_serverhello()
1014 static bool ext_ticket_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ticket_add_clienthello()
1036 CBB ticket_cbb; in ext_ticket_add_clienthello()
1071 static bool ext_ticket_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ticket_add_serverhello()
1092 static bool ext_sigalgs_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_sigalgs_add_clienthello()
1097 CBB contents, sigalgs_cbb; in ext_sigalgs_add_clienthello()
1131 static bool ext_ocsp_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ocsp_add_clienthello()
1136 CBB contents; in ext_ocsp_add_clienthello()
1193 static bool ext_ocsp_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ocsp_add_serverhello()
1213 static bool ext_npn_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_npn_add_clienthello()
1302 static bool ext_npn_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_npn_add_serverhello()
1320 CBB contents; in ext_npn_add_serverhello()
1336 static bool ext_sct_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_sct_add_clienthello()
1402 static bool ext_sct_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_sct_add_serverhello()
1410 CBB contents; in ext_sct_add_serverhello()
1427 static bool ext_alpn_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_alpn_add_clienthello()
1440 CBB contents, proto_list; in ext_alpn_add_clienthello()
1599 static bool ext_alpn_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_alpn_add_serverhello()
1605 CBB contents, proto_list, proto; in ext_alpn_add_serverhello()
1628 static bool ext_channel_id_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_channel_id_add_clienthello()
1677 static bool ext_channel_id_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_channel_id_add_serverhello()
1701 static bool ext_srtp_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_srtp_add_clienthello()
1709 CBB contents, profile_ids; in ext_srtp_add_clienthello()
1816 static bool ext_srtp_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_srtp_add_serverhello()
1822 CBB contents, profile_ids; in ext_srtp_add_serverhello()
1840 static bool ext_ec_point_add_extension(SSL_HANDSHAKE *hs, CBB *out) { in ext_ec_point_add_extension()
1841 CBB contents, formats; in ext_ec_point_add_extension()
1853 static bool ext_ec_point_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ec_point_add_clienthello()
1899 static bool ext_ec_point_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_ec_point_add_serverhello()
1932 static bool ext_pre_shared_key_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_pre_shared_key_add_clienthello()
1958 CBB contents, identity, ticket, binders, binder; in ext_pre_shared_key_add_clienthello()
2063 bool ssl_ext_pre_shared_key_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ssl_ext_pre_shared_key_add_serverhello()
2068 CBB contents; in ssl_ext_pre_shared_key_add_serverhello()
2086 CBB *out) { in ext_psk_key_exchange_modes_add_clienthello()
2091 CBB contents, ke_modes; in ext_psk_key_exchange_modes_add_clienthello()
2144 static bool ext_early_data_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_early_data_add_clienthello()
2264 static bool ext_early_data_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_early_data_add_serverhello()
2283 static bool ext_key_share_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_key_share_add_clienthello()
2289 CBB contents, kse_bytes; in ext_key_share_add_clienthello()
2337 CBB key_exchange; in ext_key_share_add_clienthello()
2468 bool ssl_ext_key_share_add_serverhello(SSL_HANDSHAKE *hs, CBB *out, in ssl_ext_key_share_add_serverhello()
2471 CBB kse_bytes, public_key; in ssl_ext_key_share_add_serverhello()
2494 static bool ext_supported_versions_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_supported_versions_add_clienthello()
2500 CBB contents, versions; in ext_supported_versions_add_clienthello()
2526 static bool ext_cookie_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_cookie_add_clienthello()
2531 CBB contents, cookie; in ext_cookie_add_clienthello()
2551 static bool ext_supported_groups_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_supported_groups_add_clienthello()
2553 CBB contents, groups_bytes; in ext_supported_groups_add_clienthello()
2640 static bool ext_token_binding_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_token_binding_add_clienthello()
2646 CBB contents, params; in ext_token_binding_add_clienthello()
2757 static bool ext_token_binding_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_token_binding_add_serverhello()
2764 CBB contents, params; in ext_token_binding_add_serverhello()
2780 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2802 CBB contents; in ext_quic_transport_params_add_clienthello_impl()
2814 CBB *out) { in ext_quic_transport_params_add_clienthello()
2820 CBB *out) { in ext_quic_transport_params_add_clienthello_legacy()
2916 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
2938 CBB contents; in ext_quic_transport_params_add_serverhello_impl()
2951 CBB *out) { in ext_quic_transport_params_add_serverhello()
2957 CBB *out) { in ext_quic_transport_params_add_serverhello_legacy()
2967 CBB *out) { in ext_delegated_credential_add_clienthello()
2996 static bool cert_compression_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in cert_compression_add_clienthello()
2998 CBB contents, algs; in cert_compression_add_clienthello()
3094 static bool cert_compression_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in cert_compression_add_serverhello()
3102 static bool ext_alps_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_alps_add_clienthello()
3115 CBB contents, proto_list, proto; in ext_alps_add_clienthello()
3162 static bool ext_alps_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_alps_add_serverhello()
3172 CBB contents; in ext_alps_add_serverhello()
3474 bool ssl_add_clienthello_tlsext(SSL_HANDSHAKE *hs, CBB *out, in ssl_add_clienthello_tlsext()
3477 CBB extensions; in ssl_add_clienthello_tlsext()
3607 bool ssl_add_serverhello_tlsext(SSL_HANDSHAKE *hs, CBB *out) { in ssl_add_serverhello_tlsext()
3609 CBB extensions; in ssl_add_serverhello_tlsext()
4235 bool tls1_write_channel_id(SSL_HANDSHAKE *hs, CBB *cbb) { in tls1_write_channel_id()
4261 CBB child; in tls1_write_channel_id()