Home
last modified time | relevance | path

Searched refs:SSL_get_options (Results 1 - 25 of 75) sorted by relevance

123

/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c200 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
389 && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
912 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
/third_party/openssl/ssl/
H A Dd1_lib.c183 if (SSL_get_options(s) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()
372 && !(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()
895 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h1707 unsigned long SSL_get_options(SSL *ssl);
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c967 int was_ticket = (SSL_get_options(s) & SSL_OP_NO_TICKET) == 0; in final_server_name()
1018 && was_ticket && (SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
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()
H A Dstatem_dtls.c249 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
H A Dextensions_srvr.c1892 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()
/third_party/openssl/ssl/statem/
H A Dextensions.c939 int was_ticket = (SSL_get_options(s) & SSL_OP_NO_TICKET) == 0; in final_server_name()
990 && was_ticket && (SSL_get_options(s) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
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()
H A Dstatem_dtls.c253 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
H A Dextensions_srvr.c1859 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c693 unsigned long SSL_get_options(SSL *ssl) in SSL_get_options() function
/third_party/nghttp2/src/
H A Dshrpx_connection.cc381 auto ssl_opts = SSL_get_options(tls.ssl); in tls_handshake()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c3006 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/third_party/openssl/apps/
H A Ds_server.c3001 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h584 unsigned long SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h602 uint64_t SSL_get_options(const SSL *s);

Completed in 87 milliseconds

123