Searched refs:compressions (Results 1 – 6 of 6) sorted by relevance
81 SSL_COMP_get_compression_methods() returns the stack of compressions methods or
31 # Zip known compressions
1560 if (!PACKET_copy_all(&compression, clienthello->compressions, in tls_process_client_hello() 1848 if (clienthello->compressions[loop] == 0) in tls_early_post_process_client_hello() 1970 if (clienthello->compressions[k] == comp_id) in tls_early_post_process_client_hello() 1990 if (v == clienthello->compressions[o]) { in tls_early_post_process_client_hello()
403 llvm::SmallVector<llvm::StringRef, 4> compressions; in GetRemoteQSupported() local404 x.split(compressions, ','); in GetRemoteQSupported()405 if (!compressions.empty()) in GetRemoteQSupported()406 MaybeEnableCompression(compressions); in GetRemoteQSupported()
734 unsigned char compressions[MAX_COMPRESSIONS_SIZE]; member
5442 *out = s->clienthello->compressions; in SSL_client_hello_get0_compression_methods()