Home
last modified time | relevance | path

Searched refs:SSL_get_options (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/ssl/
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()
Dssl_lib.c4935 uint64_t SSL_get_options(const SSL *s) in SSL_get_options() function
/third_party/openssl/doc/man3/
DSSL_CTX_set_options.pod6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
20 uint64_t SSL_get_options(const SSL *ssl);
39 SSL_get_options() returns the options set for B<ssl>.
424 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1707 unsigned long SSL_get_options(SSL *ssl);
/third_party/openssl/ssl/statem/
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()
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()
Dstatem_dtls.c253 if (!(SSL_get_options(s) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
Dextensions_srvr.c1858 || (SSL_get_options(s) & SSL_OP_CRYPTOPRO_TLSEXT_BUG) == 0) in tls_construct_stoc_cryptopro_bug()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c693 unsigned long SSL_get_options(SSL *ssl) in SSL_get_options() function
/third_party/nghttp2/src/
Dshrpx_connection.cc384 auto ssl_opts = SSL_get_options(tls.ssl); in tls_handshake()
/third_party/openssl/util/
Dlibssl.num134 SSL_get_options 135 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h584 unsigned long SSL_get_options(const SSL *s);
/third_party/openssl/apps/
Ds_server.c3000 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/third_party/openssl/include/openssl/
Dssl.h.in579 uint64_t SSL_get_options(const SSL *s);
/third_party/openssl/doc/man7/
Dmigration_guide.pod2304 L<SSL_get_options(3)> and L<SSL_set_options(3)>.