Home
last modified time | relevance | path

Searched refs:extension_type (Results 1 – 4 of 4) sorted by relevance

/ssl/
A Dextensions.cc194 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() local
3331 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 …]
A Dtls13_client.cc873 uint16_t extension_type = TLSEXT_TYPE_application_settings_old; in do_send_client_encrypted_extensions() local
875 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()
A Dtls13_server.cc1223 uint16_t extension_type = TLSEXT_TYPE_application_settings_old; in do_read_client_encrypted_extensions() local
1225 extension_type = TLSEXT_TYPE_application_settings; in do_read_client_encrypted_extensions()
1227 SSLExtension application_settings(extension_type); in do_read_client_encrypted_extensions()
A Dinternal.h2331 CBS *out, uint16_t extension_type);

Completed in 31 milliseconds