Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 – 6 of 6) sorted by relevance
564 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in dtls1_listen()
351 if (ret == 1 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) in IMPLEMENT_dtls1_meth_func()
987 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in ssl3_get_client_hello()1093 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
2156 #ifdef SSL_OP_COOKIE_EXCHANGE2157 { "SSL_OP_COOKIE_EXCHANGE", SSL_OP_COOKIE_EXCHANGE },
2277 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()