Searched refs:SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS (Results 1 - 8 of 8) sorted by relevance

/external/curl/lib/vtls/
H A Dopenssl.c2178 keep the secure work-around, the SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS bit
2197 #ifdef SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
2201 ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
/external/python/cpython2/Modules/
H A D_ssl.c2162 options = SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
4269 SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
/external/python/cpython3/Modules/
H A D_ssl.c2679 options = SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
5358 SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
/external/boringssl/include/openssl/
H A Dssl.h3857 #define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0 macro
/external/boringssl/src/include/openssl/
H A Dssl.h3857 #define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0 macro
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c3956 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c3956 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c3956 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);

Completed in 231 milliseconds