Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 28) sorted by relevance

12

/openssl/util/
H A Dfind-doc-nits1073 my $active = 0;
1079 if ($active) {
1095 $active = 1;
1145 my $active = "";
1150 push @{ $genopts{$active} }, $1 if $active ne "" && m/^\s+\{\s*"([^"]+)"\s*,\s*OPT_/;
1151 $active = $1 if m/^\s*#\s*define\s+(OPT_[A-Z]+_OPTIONS?)\s*\\\s*$/;
1152 $active = "" if m/^\s*$/;
/openssl/test/recipes/
H A D80-test_cmp_http.t88 my $active = 0;
91 $active = 1;
93 $active = 0;
94 } elsif ($active) {
/openssl/doc/man3/
H A DDTLSv1_get_timeout.pod23 function succeeds, returning 1. If no timeout is currently active, this function
43 Returns 0 on failure, or if no timeout is currently active.
H A DSSL_get_event_timeout.pod51 L<DTLSv1_get_timeout(3)> in that the case where no timeout is active is
H A DBIO_s_connect.pod54 If the close flag is set on a connect BIO then any active
58 Calling BIO_reset() on a connect BIO will close any active
H A DBIO_s_accept.pod55 If the close flag is set on an accept BIO then any active
59 Calling BIO_reset() on an accept BIO will close any active
H A DASYNC_start_job.pod143 The ASYNC_block_pause() function will prevent the currently active job from
148 currently active job then they have no effect. This functionality can be useful
H A DSSL_CTX_new.pod78 These are later inherited by the B<SSL> object representing an active session.
H A DSSL_shutdown.pod24 SSL_shutdown() shuts down an active connection represented by an SSL object. I<ssl> B<MUST NOT> be …
/openssl/ssl/
H A Dssl_ciph.c151 int active; member
685 co_list[co_list_num].active = 0; in ssl_cipher_collect_ciphers()
869 if (!curr->active) { in ssl_cipher_apply_rule()
871 curr->active = 1; in ssl_cipher_apply_rule()
877 if (curr->active) { in ssl_cipher_apply_rule()
882 if (curr->active) { in ssl_cipher_apply_rule()
889 curr->active = 0; in ssl_cipher_apply_rule()
892 if (curr->active) in ssl_cipher_apply_rule()
902 curr->active = 0; in ssl_cipher_apply_rule()
947 if (curr->active) in ssl_cipher_strength_sort()
[all …]
/openssl/ssl/quic/
H A Dquic_stream_map.c209 if (s->active) in stream_map_mark_active()
217 s->active = 1; in stream_map_mark_active()
222 if (!s->active) in stream_map_mark_inactive()
232 s->active = 0; in stream_map_mark_inactive()
H A Dquic_txp.c179 unsigned int active : 1; member
203 h->txn.active = 0; in tx_helper_init()
221 if (h->txn.active) in tx_helper_cleanup()
291 if (!ossl_assert(!h->txn.active)) in tx_helper_begin()
313 h->txn.active = 1; in tx_helper_begin()
324 h->txn.active = 0; in tx_helper_end()
331 if (!h->txn.active) in tx_helper_rollback()
342 if (!h->txn.active) in tx_helper_commit()
/openssl/
H A DREADME-FIPS.md156 status: active
160 status: active
H A DSUPPORT.md82 is now taking place in the form of GitHub pull requests. Although not active
H A DREADME.md171 There is a Wiki at [wiki.openssl.org] which is currently not very active.
/openssl/include/internal/
H A Dquic_stream_map.h164 unsigned int active : 1; member
/openssl/doc/designs/
H A Dossl-provider-load-ex.md49 the `OSSL_PROVIDER_load_ex` call simply returns the active provider and the
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md84 streams are active (i.e., need servicing by the TX packetiser).
105 The TX packetiser queries the QUIC stream map for a list of active streams
505 of frames necessary to serialize all pending data from all active streams is
531 the next active stream every n packets (where n ≥ 1).
534 until it is no longer active.
554 Thus, we choose what active stream to select to fill in a packet on a
556 every `n` packets. If the available data in the active stream is not enough to
H A Dglossary.md166 IDs to those objects. Allows iteration of active streams.
H A Dquic-ackm.md343 If it is `OSSL_TIME_INFINITY`, no timeout is currently active.
H A Dquic-api-ssl-funcs.md843 active yet. An application using QUIC can always interpret NULL as meaning
H A Dquic-api.md356 connection will appear to remain active until the connection's idle timeout
/openssl/doc/man5/
H A Dfips_config.pod45 Once this error mode is active, no services or cryptographic algorithms are
/openssl/test/
H A Dquic_txp_test.c1549 if (!TEST_true(s->active)) in run_script()
1567 if (!TEST_true(s->active)) in run_script()
/openssl/doc/man1/
H A Dopenssl-list.pod.in201 made available by all currently active providers.

Completed in 71 milliseconds

12