Searched refs:SSL_OP_NO_QUERY_MTU (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
H A Dd1_lib.c255 !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) {
H A Dd1_both.c269 !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) {
H A Dssl_lib.c234 if (SSL_IS_DTLS(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc648 SSL_set_options(ssl.get(), SSL_OP_NO_QUERY_MTU);
/external/boringssl/include/openssl/
H A Dssl.h345 /* SSL_OP_NO_QUERY_MTU, in DTLS, disables querying the MTU from the underlying
347 #define SSL_OP_NO_QUERY_MTU 0x00001000L macro
/external/boringssl/src/include/openssl/
H A Dssl.h345 /* SSL_OP_NO_QUERY_MTU, in DTLS, disables querying the MTU from the underlying
347 #define SSL_OP_NO_QUERY_MTU 0x00001000L macro

Completed in 52 milliseconds