Searched refs:extension_type (Results 1 – 4 of 4) sorted by relevance
194 if (type == extension_type) { in ssl_client_hello_get_extension()2783 if (!CBB_add_u16(out, extension_type) || in ext_quic_transport_params_add_clienthello_impl()2921 if (!CBB_add_u16(out, extension_type) || in ext_quic_transport_params_add_serverhello_impl()3329 uint16_t extension_type = TLSEXT_TYPE_application_settings_old; in ext_alps_add_clienthello_impl() local3331 extension_type = TLSEXT_TYPE_application_settings; in ext_alps_add_clienthello_impl()3335 if (!CBB_add_u16(out_compressible, extension_type) || in ext_alps_add_clienthello_impl()3427 extension_type = TLSEXT_TYPE_application_settings; in ext_alps_add_serverhello_impl()3431 if (!CBB_add_u16(out, extension_type) || in ext_alps_add_serverhello_impl()3463 extension_type = TLSEXT_TYPE_application_settings; in ssl_negotiate_alps()3469 extension_type)) { in ssl_negotiate_alps()[all …]
873 uint16_t extension_type = TLSEXT_TYPE_application_settings_old; in do_send_client_encrypted_extensions() local875 extension_type = TLSEXT_TYPE_application_settings; in do_send_client_encrypted_extensions()880 !CBB_add_u16(&extensions, extension_type) || in do_send_client_encrypted_extensions()
1223 uint16_t extension_type = TLSEXT_TYPE_application_settings_old; in do_read_client_encrypted_extensions() local1225 extension_type = TLSEXT_TYPE_application_settings; in do_read_client_encrypted_extensions()1227 SSLExtension application_settings(extension_type); in do_read_client_encrypted_extensions()
2331 CBS *out, uint16_t extension_type);
Completed in 31 milliseconds