Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 – 6 of 6) sorted by relevance
837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
585 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()1550 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()1700 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
141 =item SSL_OP_COOKIE_EXCHANGE
2169 # ifdef SSL_OP_COOKIE_EXCHANGE2170 { "SSL_OP_COOKIE_EXCHANGE", SSL_OP_COOKIE_EXCHANGE },
331 # define SSL_OP_COOKIE_EXCHANGE 0x00002000U macro
2358 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()