Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 – 5 of 5) sorted by relevance
549 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in dtls1_listen()
342 if (ret == 1 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) in IMPLEMENT_dtls1_meth_func()
978 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in ssl3_get_client_hello()1077 if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) && cookie_len > 0) { in ssl3_get_client_hello()
614 # define SSL_OP_COOKIE_EXCHANGE 0x00002000L macro
2250 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()