Home
last modified time | relevance | path

Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/test/
Ddtlstest.c276 SSL_CTX_set_options(sctx, SSL_OP_COOKIE_EXCHANGE); in test_cookie()
/third_party/node/src/
Dnode_constants.cc825 #ifdef SSL_OP_COOKIE_EXCHANGE in DefineCryptoConstants()
826 NODE_DEFINE_CONSTANT(target, SSL_OP_COOKIE_EXCHANGE); in DefineCryptoConstants()
/third_party/libcoap/src/
Dcoap_openssl.c855 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()
/third_party/openssl/ssl/
Dd1_lib.c837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c585 && (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()
/third_party/openssl/doc/man3/
DSSL_CTX_set_options.pod141 =item SSL_OP_COOKIE_EXCHANGE
/third_party/openssl/include/openssl/
Dssl.h331 # define SSL_OP_COOKIE_EXCHANGE 0x00002000U macro
/third_party/openssl/apps/
Ds_server.c2334 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
/third_party/node/doc/api/
Dcrypto.md3291 <td><code>SSL_OP_COOKIE_EXCHANGE</code></td>