Searched refs:SSL_get_options (Results 1 – 6 of 6) sorted by relevance
213 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
338 (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) in ssl3_accept()872 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in ssl3_get_client_hello()933 if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) && in ssl3_get_client_hello()
1113 if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) in tlsext_sessionticket_client_needs()1198 !(SSL_get_options(s) & SSL_OP_NO_TICKET) && in tlsext_sessionticket_server_needs()1222 if ((SSL_get_options(s) & SSL_OP_NO_TICKET) != 0 || CBS_len(cbs) > 0) { in tlsext_sessionticket_client_process()
901 if (SSL_get_options(s) & SSL_OP_NO_TICKET) in tls1_process_ticket()
220 !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
470 #define SSL_get_options(ssl) \ macro