Searched refs:SSL_get_options (Results 1 – 13 of 13) sorted by relevance
205 if (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU) { in dtls1_clear()375 && !(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_check_timeout_num()899 if (!(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_query_mtu()
6146 uint64_t SSL_get_options(const SSL *s) in SSL_get_options() function
6 SSL_clear_options, SSL_CTX_get_options, SSL_get_options,20 uint64_t SSL_get_options(const SSL *ssl);40 SSL_get_options() returns the options set for B<ssl>.514 SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
692 if (!TEST_uint64_t_eq(SSL_get_options(ssl), OSSL_QUIC_PERMITTED_OPTIONS)) in test_quic_forbidden_options()698 if (!TEST_uint64_t_eq(SSL_get_options(ssl), OSSL_QUIC_PERMITTED_OPTIONS)) in test_quic_forbidden_options()704 if (!TEST_uint64_t_eq(SSL_get_options(ssl), 0)) in test_quic_forbidden_options()
996 int was_ticket = (SSL_get_options(ssl) & SSL_OP_NO_TICKET) == 0; in final_server_name()1047 && was_ticket && (SSL_get_options(ssl) & SSL_OP_NO_TICKET) != 0) { in final_server_name()
648 && (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE)) { in ossl_statem_server_write_transition()1626 if (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) & SSL_OP_COOKIE_EXCHANGE) { in tls_process_client_hello()1759 if (SSL_get_options(ssl) & SSL_OP_COOKIE_EXCHANGE) { in tls_early_post_process_client_hello()
236 if (!(SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) { in dtls1_do_write()
1919 || (SSL_get_options(SSL_CONNECTION_GET_SSL(s)) in tls_construct_stoc_cryptopro_bug()
134 SSL_get_options 135 3_0_0 EXIST::FUNCTION:
3120 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
404 | `SSL_get_options` | HL | U | A | NC\* | Done …
2396 L<SSL_get_options(3)> and L<SSL_set_options(3)>.
599 uint64_t SSL_get_options(const SSL *s);
Completed in 86 milliseconds