Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 – 8 of 8) sorted by relevance
219 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_dtls_drop_records()321 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
847 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
586 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()1530 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()1669 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
144 =item SSL_OP_COOKIE_EXCHANGE
2321 # ifdef SSL_OP_COOKIE_EXCHANGE2322 { "SSL_OP_COOKIE_EXCHANGE", SSL_OP_COOKIE_EXCHANGE },
374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
351 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
2431 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()