Home
last modified time | relevance | path

Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 - 25 of 68) sorted by relevance

123

/third_party/openssl/test/
H A Ddtlstest.c219 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()
/third_party/node/src/
H A Dnode_constants.cc835 #ifdef SSL_OP_COOKIE_EXCHANGE in DefineCryptoConstants()
836 NODE_DEFINE_CONSTANT(target, SSL_OP_COOKIE_EXCHANGE); in DefineCryptoConstants()
/third_party/libcoap/src/
H A Dcoap_openssl.c973 SSL_set_options(o_context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_spsk()
1006 SSL_set_options(o_context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_cpsk()
2734 SSL_set_options(context->dtls.ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_context_set_pki()
2833 SSL_set_options(nssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_new_server_session()
2975 SSL_set_options(ssl, SSL_OP_COOKIE_EXCHANGE); in coap_dtls_new_client_session()
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c847 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
/third_party/openssl/ssl/
H A Dd1_lib.c830 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dssl.rs89 pub const SSL_OP_COOKIE_EXCHANGE: ssl_op_type!() = 0x00002000; consts
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c587 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()
1541 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()
1689 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c586 && (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()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c2431 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
/third_party/openssl/apps/
H A Ds_server.c2426 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h331 # define SSL_OP_COOKIE_EXCHANGE 0x00002000U macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h374 # define SSL_OP_COOKIE_EXCHANGE SSL_OP_BIT(13) macro

Completed in 104 milliseconds

123