Lines Matching defs:compression
1123 * 2^8-1 + # maximum length of compression methods
1378 PACKET session_id, compression, extensions, cookie;
1485 /* Load the client random and compression list. We use SSL3_RANDOM_SIZE
1496 /* Advertise only null compression. */
1497 || !PACKET_buf_init(&compression, &null_compression, 1)) {
1543 if (!PACKET_get_length_prefixed_1(pkt, &compression)) {
1560 if (!PACKET_copy_all(&compression, clienthello->compressions,
1926 * Worst case, we will use the NULL compression, but if we have other
1927 * options, we will now look for them. We have complen-1 compression
1933 * We already checked above that the NULL compression method appears in
1948 /* Perform sanity checks on resumed compression algorithm */
1949 /* Can't disable compression */
1955 /* Look for resumed compression method */
1968 /* Look for resumed method in compression list */
2005 * If compression is disabled we'd better not try to resume a session
2006 * using compression.
2251 * compression - basically ignored right now
2358 /* set up the compression method */