Searched refs:ext_types (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ssl/ |
D | tls13_client.cc | 118 SSL_EXTENSION_TYPE ext_types[] = { in do_read_hello_retry_request() local 126 if (!ssl_parse_extensions(&extensions, &alert, ext_types, in do_read_hello_retry_request() 127 OPENSSL_ARRAY_SIZE(ext_types), in do_read_hello_retry_request() 282 SSL_EXTENSION_TYPE ext_types[] = { in do_read_server_hello() local 290 if (!ssl_parse_extensions(&extensions, &alert, ext_types, in do_read_server_hello() 291 OPENSSL_ARRAY_SIZE(ext_types), in do_read_server_hello() 490 const SSL_EXTENSION_TYPE ext_types[] = { in do_read_certificate_request() local 502 !ssl_parse_extensions(&extensions, &alert, ext_types, in do_read_certificate_request() 503 OPENSSL_ARRAY_SIZE(ext_types), in do_read_certificate_request() 891 const SSL_EXTENSION_TYPE ext_types[] = { in tls13_process_new_session_ticket() local [all …]
|
D | handshake.cc | 234 const SSL_EXTENSION_TYPE *ext_types, in ssl_parse_extensions() argument 238 *ext_types[i].out_present = 0; in ssl_parse_extensions() 239 CBS_init(ext_types[i].out_data, NULL, 0); in ssl_parse_extensions() 255 if (type == ext_types[i].type) { in ssl_parse_extensions() 256 ext_type = &ext_types[i]; in ssl_parse_extensions()
|
D | tls13_both.cc | 240 const SSL_EXTENSION_TYPE ext_types[] = { in tls13_process_certificate() local 246 if (!ssl_parse_extensions(&extensions, &alert, ext_types, in tls13_process_certificate() 247 OPENSSL_ARRAY_SIZE(ext_types), in tls13_process_certificate()
|
D | handshake_client.cc | 355 const SSL_EXTENSION_TYPE ext_types[] = { in parse_supported_versions() local 361 if (!ssl_parse_extensions(&extensions, &alert, ext_types, in parse_supported_versions() 362 OPENSSL_ARRAY_SIZE(ext_types), in parse_supported_versions()
|
D | internal.h | 1778 const SSL_EXTENSION_TYPE *ext_types,
|