Searched refs:compressions (Results 1 – 4 of 4) sorted by relevance
95 SSL_COMP_get_compression_methods() returns the stack of compressions methods or
1656 if (!PACKET_copy_all(&compression, clienthello->compressions, in tls_process_client_hello()1935 if (memchr(clienthello->compressions, 0, in tls_early_post_process_client_hello()2059 if (clienthello->compressions[k] == comp_id) in tls_early_post_process_client_hello()2079 if (v == clienthello->compressions[o]) { in tls_early_post_process_client_hello()
655 unsigned char compressions[MAX_COMPRESSIONS_SIZE]; member
6721 *out = sc->clienthello->compressions; in SSL_client_hello_get0_compression_methods()
Completed in 45 milliseconds