Searched refs:SSL_get_options (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dt1_lib.c204 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
326 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
754 if ((SSL_get_options(s) & SSL_OP_NO_TICKET)
1000 if (SSL_get_options(s) & SSL_OP_NO_TICKET)
H A Dd1_lib.c259 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)
H A Dd1_srvr.c273 if (ret == 1 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE))
H A Ds3_srvr.c801 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)
870 if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) &&
H A Dd1_both.c230 if (s->d1->mtu < dtls1_min_mtu() && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU))
H A Dssl.h581 #define SSL_get_options(ssl) \ macro
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h581 #define SSL_get_options(ssl) \ macro

Completed in 396 milliseconds