Searched refs:compression_methods (Results 1 – 3 of 3) sorted by relevance
232 CBS cipher_suites, compression_methods; in ssl_client_hello_init() local235 !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()
572 if (OPENSSL_memchr(client_hello.compression_methods, 0, in do_read_client_hello()
3609 const uint8_t *compression_methods; member