Home
last modified time | relevance | path

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

/openssl/crypto/
H A Driscvcap.c76 static int trigger = 0; in OPENSSL_cpuid_setup() local
78 if (trigger != 0) in OPENSSL_cpuid_setup()
80 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.c192 static int trigger = 0; local
194 if (trigger)
196 trigger = 1;
/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
/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/man5/
H A Dfips_config.pod54 continuous test fails. The default value of C<1> will trigger the error mode.
/openssl/doc/man3/
H A DOSSL_SELF_TEST_new.pod9 OSSL_SELF_TEST_onend - functionality to trigger a callback during a self test
H A DSSL_read.pod52 buffer, the read functions will trigger the processing of the next record.
H A DSSL_get_error.pod90 that could trigger B<IO> other than to repeat the previous SSL_write() call.
/openssl/providers/
H A Dbuild.info104 # This is the trigger to actually build the FIPS module. Without these
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_common.txt596 # Self-generated vector to trigger false carry on big-endian platforms
/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt2477 # The following inputs trigger an edge case between Montgomery reduction and the
/openssl/
H A DCHANGES.md336 It is possible to trigger the infinite loop by crafting a certificate that
5746 with missing content and trigger a NULL pointer dereference on parsing.
5875 missing content and trigger a NULL pointer dereference on parsing.
5888 A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
6917 with missing content and trigger a NULL pointer dereference on parsing.
6988 missing content and trigger a NULL pointer dereference on parsing.
7001 A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
7990 with missing content and trigger a NULL pointer dereference on parsing.
8053 missing content and trigger a NULL pointer dereference on parsing.
8066 A malicious client can trigger an OPENSSL_assert (i.e., an abort) in
[all …]

Completed in 97 milliseconds