Home
last modified time | relevance | path

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

/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)
/openssl/ssl/record/methods/
H A Ddtls_meth.c228 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH + mac_size) in dtls_process_record()
241 if (rr->length > SSL3_RT_MAX_COMPRESSED_LENGTH) { in dtls_process_record()
H A Dtls_common.c748 if (thisrr->length > SSL3_RT_MAX_COMPRESSED_LENGTH + mac_size) in tls_get_more_records()
890 if (rec->length > SSL3_RT_MAX_COMPRESSED_LENGTH) { in tls_default_post_process_record()

Completed in 19 milliseconds