Home
last modified time | relevance | path

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

12

/openssl/doc/internal/man3/
H A Dossl_init_thread_deregister.pod25 Thread stop events may be detected by OpenSSL either automatically (using the
29 Thread aware code registers a "stop handler" for each new thread that it uses.
31 thread local variable and then register a stop handler. When the thread is
32 stopping the stop handler is called (while on that thread) and the code can
35 A new stop handler is registered using the function ossl_init_thread_start().
37 set of common stop handlers and is passed in a later call to
40 back as an argument to the stop handler when it is later invoked. Finally the
41 I<handfn> is a function pointer to the stop handler itself.
43 In the event that previously registered stop handlers need to be deregistered
45 This will deregister all stop handlers (no matter which thread they were
/openssl/doc/designs/ddd/
H A Dddd-05-mem-nonblocking.c323 goto stop;
326 goto stop;
336 } stop:;
/openssl/util/
H A Ddofile.pl61 # Error callback; print message, set status, return "stop processing"
/openssl/crypto/objects/
H A DREADME.md12 (0x2D) or full stop (0x2E) then Long Name is used as basis
/openssl/doc/man7/
H A Dprovider-decoder.pod251 This means "stop the decoding process", and is meaningful when the input
258 The conditions to stop the decoding process are at the discretion of the
293 should continue, or 0 to signal that it should stop.
H A Dossl-guide-tls-client-non-block.pod32 will simply stop until it is able to continue. However in many cases you do not
H A Dossl-guide-quic-client-non-block.pod34 cases. The execution of the code will simply stop until it is able to continue.
/openssl/test/
H A Djson_test.c564 goto stop; in run_script()
649 stop: in run_script()
H A Dquic_multistream_test.c107 int ready, stop; member
518 h->server_thread.stop = 1; in join_server_thread()
568 int ready, stop; in server_helper_thread() local
571 stop = h->server_thread.stop; in server_helper_thread()
573 if (stop) in server_helper_thread()
2738 int stop = 0; in script_20_wait() local
2741 while (!stop) { in script_20_wait()
2742 stop = (*counter >= threshold); in script_20_wait()
2743 if (stop) in script_20_wait()
/openssl/apps/lib/
H A Dapps.c2786 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2823 if (stop == TM_START) { in app_tminterval()
2840 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2859 if (stop == TM_START) in app_tminterval()
2866 if (stop == TM_START) in app_tminterval()
2877 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2887 if (stop == TM_START) { in app_tminterval()
2902 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2914 if (stop == TM_START) in app_tminterval()
/openssl/doc/internal/man7/
H A DVERSION.pod55 don't have values. Configuration will stop in that case.
/openssl/apps/include/
H A Dapps.h334 double app_tminterval(int stop, int usertime);
/openssl/dev/
H A DNEWS-FORMAT.md125 Bullet items in this block should be summary lines without a trailing full stop
/openssl/doc/designs/quic-design/
H A Dstream-receive-buffers.md90 The Receive Buffers module needs to know whether it should stop holding
H A Dquic-fault-injector.md232 * Same as qtest_create_quic_connection but will stop (successfully) if the
H A Dconnection-state-machine.md534 Once we successfully decrypt a Handshake packet, we stop processing Initial
/openssl/ssl/quic/
H A Dquic_ackm.c709 goto stop; in ackm_detect_and_remove_newly_acked_pkts()
736 stop: in ackm_detect_and_remove_newly_acked_pkts()
/openssl/doc/man3/
H A DOSSL_LIB_CTX.pod78 library context and mirroring of the properties will stop.
H A DOSSL_DECODER_CTX.pod95 which will stop adding one more decoder implementations when it has already
H A DOPENSSL_init_crypto.pod213 process wide resources are freed. In the event that multiple stop handlers are
/openssl/fuzz/
H A DREADME.md74 It will run until you stop it.
/openssl/ssl/statem/
H A Dstatem_local.h132 int clearbufs, int stop);
H A Dstatem_lib.c1411 int clearbufs, int stop) in tls_finish_handshake() argument
1522 if (!stop) { in tls_finish_handshake()
/openssl/doc/man1/
H A Dopenssl-req.pod.in641 if the fieldName contains some characters followed by a full stop
/openssl/Configurations/
H A Ddescrip.mms.tmpl850 # in a sane way (we can stop worrying about 1.h including foo/2.h

Completed in 100 milliseconds

12