Home
last modified time | relevance | path

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

/src/crypto/openssl/include/openssl/
H A Dssl3.h200 #define SSL3_RT_MAX_COMPRESSED_LENGTH SSL3_RT_MAX_PLAIN_LENGTH macro
202 #define SSL3_RT_MAX_COMPRESSED_LENGTH \
206 (SSL3_RT_MAX_ENCRYPTED_OVERHEAD + SSL3_RT_MAX_COMPRESSED_LENGTH)
/src/crypto/openssl/ssl/record/methods/
H A Ddtls_meth.c227 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH + mac_size) in dtls_process_record()
240 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH) { in dtls_process_record()
H A Dtls_common.c894 if (thisrr->length > SSL3_RT_MAX_COMPRESSED_LENGTH + mac_size) in tls_get_more_records()
1066 if (rec->length > SSL3_RT_MAX_COMPRESSED_LENGTH) { in tls_default_post_process_record()