Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 – 9 of 9) sorted by relevance
276 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
825 #ifdef SSL_OP_COOKIE_EXCHANGE in DefineCryptoConstants()826 NODE_DEFINE_CONSTANT(target, SSL_OP_COOKIE_EXCHANGE); in DefineCryptoConstants()
855 SSL_set_options(o_context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_spsk()886 SSL_set_options(o_context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_cpsk()2667 SSL_set_options(context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_pki()2763 SSL_set_options(nssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_new_server_session()2897 SSL_set_options(ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_new_client_session()
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
331 # define SSL_OP_COOKIE_EXCHANGE 0x00002000U macro
2334 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
3291 <td><code>SSL_OP_COOKIE_EXCHANGE</code></td>