Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 23 of 23) sorted by relevance

/openssl/crypto/
H A Driscvcap.c123 static int trigger = 0; in OPENSSL_cpuid_setup() local
125 if (trigger != 0) in OPENSSL_cpuid_setup()
127 trigger = 1; in OPENSSL_cpuid_setup()
H A Dcpuid.c97 static int trigger = 0; in OPENSSL_cpuid_setup() local
102 if (trigger) in OPENSSL_cpuid_setup()
105 trigger = 1; in OPENSSL_cpuid_setup()
H A Dsparcv9cap.c90 static int trigger = 0; in OPENSSL_cpuid_setup() local
92 if (trigger) in OPENSSL_cpuid_setup()
94 trigger = 1; in OPENSSL_cpuid_setup()
H A Dppccap.c145 static int trigger = 0; in OPENSSL_cpuid_setup() local
147 if (trigger) in OPENSSL_cpuid_setup()
149 trigger = 1; in OPENSSL_cpuid_setup()
H A Darmcap.c257 static int trigger = 0; in OPENSSL_cpuid_setup() local
259 if (trigger) in OPENSSL_cpuid_setup()
261 trigger = 1; in OPENSSL_cpuid_setup()
/openssl/doc/designs/quic-design/
H A Ddemuxer.md24 - optionally trigger sending stateless reset packets if a received packet
34 - trigger sending version negotiation packets if the server receives a packet
40 - if the packet is a well-formed Initial packet, trigger the creation of a
47 - optionally trigger sending stateless reset packets as above for client
H A Derror-handling.md51 Operations on QUIC streams (SSL_write(), SSL_read()) can also trigger errors,
H A Dstream-receive-buffers.md20 more data. Without the flow control limit a rogue peer could trigger
H A Dconnection-state-machine.md507 `ESTABLISHING.PROACTIVE_VER_NEG` state, which reenters that state to trigger
H A Dquic-api-ssl-funcs.md955 `SSL_key_update` can trigger a TX record layer key update, which will cause the
H A Dquic-api.md1549 We trigger `STOP_SENDING` automatically if an application frees the associated
/openssl/doc/internal/man3/
H A DOSSL_EVENT.pod80 guaranteed to not trigger before their time.
123 trigger. The event need not be part of an event queue.
158 event in the timer event queue I<queue> is scheduled to trigger.
/openssl/doc/man3/
H A DSSL_stream_reset.pod41 It is also possible to trigger a stream reset by calling L<SSL_free(3)>; see the
H A DOSSL_SELF_TEST_new.pod9 OSSL_SELF_TEST_onend - functionality to trigger a callback during a self test
H A DSSL_key_update.pod85 causes a peer to also trigger a key update, passing
H A DSSL_read.pod52 buffer, the read functions will trigger the processing of the next record.
H A DSSL_get_error.pod102 that could trigger B<IO> other than to repeat the previous SSL_write() call.
/openssl/doc/man5/
H A Dfips_config.pod54 continuous test fails. The default value of C<1> will trigger the error mode.
/openssl/providers/
H A Dbuild.info104 # This is the trigger to actually build the FIPS module. Without these
/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt2477 # The following inputs trigger an edge case between Montgomery reduction and the
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_common.txt648 # Self-generated vector to trigger false carry on big-endian platforms
/openssl/doc/man7/
H A Dopenssl-quic.pod754 using L<SSL_set1_initial_peer_addr(3)>, and trigger the connection process by
/openssl/
H A DCHANGES.md953 also trigger an overly long computation during some of these checks.
1050 trigger a crash of an application using AES-XTS decryption if the memory
1516 may be able to trigger a remote code execution on the machine performing
7098 with missing content and trigger a NULL pointer dereference on parsing.
7227 missing content and trigger a NULL pointer dereference on parsing.
7240 A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
8340 missing content and trigger a NULL pointer dereference on parsing.
8353 A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
9405 missing content and trigger a NULL pointer dereference on parsing.
9418 A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
[all …]

Completed in 139 milliseconds