Home
last modified time | relevance | path

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

/third_party/openssl/test/
Drecordlentest.c119 len = SSL3_RT_MAX_TLS13_ENCRYPTED_LENGTH; in test_record_overflow()
/third_party/openssl/include/openssl/
Dssl3.h201 # define SSL3_RT_MAX_TLS13_ENCRYPTED_LENGTH \ macro
/third_party/openssl/ssl/record/
Dssl3_record.c372 if (thisrr->length > SSL3_RT_MAX_TLS13_ENCRYPTED_LENGTH) { in ssl3_get_record()