Home
last modified time | relevance | path

Searched refs:compression_methods (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dt1_lib.cc232 CBS cipher_suites, compression_methods; in ssl_client_hello_init() local
235 !CBS_get_u8_length_prefixed(&client_hello, &compression_methods) || in ssl_client_hello_init()
236 CBS_len(&compression_methods) < 1) { in ssl_client_hello_init()
242 out->compression_methods = CBS_data(&compression_methods); in ssl_client_hello_init()
243 out->compression_methods_len = CBS_len(&compression_methods); in ssl_client_hello_init()
Dhandshake_server.cc572 if (OPENSSL_memchr(client_hello.compression_methods, 0, in do_read_client_hello()
/external/boringssl/src/include/openssl/
Dssl.h3609 const uint8_t *compression_methods; member