Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dssl.h223 #define MBEDTLS_SSL_CBC_RECORD_SPLITTING_ENABLED 1 macro
H A Dcompat-1.3.h1417 #define SSL_CBC_RECORD_SPLITTING_ENABLED MBEDTLS_SSL_CBC_RECORD_SPLITTING_ENABLED
/reactos/dll/3rdparty/mbedtls/
H A Dssl_tls.c9226 conf->cbc_record_splitting = MBEDTLS_SSL_CBC_RECORD_SPLITTING_ENABLED; in mbedtls_ssl_config_defaults()