/openssl/doc/internal/man3/ |
H A D | ossl_init_thread_deregister.pod | 25 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 D | ddd-05-mem-nonblocking.c | 323 goto stop; 326 goto stop; 336 } stop:;
|
/openssl/util/ |
H A D | dofile.pl | 61 # Error callback; print message, set status, return "stop processing"
|
/openssl/crypto/objects/ |
H A D | README.md | 12 (0x2D) or full stop (0x2E) then Long Name is used as basis
|
/openssl/doc/man7/ |
H A D | provider-decoder.pod | 251 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 D | ossl-guide-tls-client-non-block.pod | 32 will simply stop until it is able to continue. However in many cases you do not
|
H A D | ossl-guide-quic-client-non-block.pod | 34 cases. The execution of the code will simply stop until it is able to continue.
|
/openssl/test/ |
H A D | json_test.c | 564 goto stop; in run_script() 649 stop: in run_script()
|
H A D | quic_multistream_test.c | 107 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 D | apps.c | 2786 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 D | VERSION.pod | 55 don't have values. Configuration will stop in that case.
|
/openssl/apps/include/ |
H A D | apps.h | 334 double app_tminterval(int stop, int usertime);
|
/openssl/dev/ |
H A D | NEWS-FORMAT.md | 125 Bullet items in this block should be summary lines without a trailing full stop
|
/openssl/doc/designs/quic-design/ |
H A D | stream-receive-buffers.md | 90 The Receive Buffers module needs to know whether it should stop holding
|
H A D | quic-fault-injector.md | 232 * Same as qtest_create_quic_connection but will stop (successfully) if the
|
H A D | connection-state-machine.md | 534 Once we successfully decrypt a Handshake packet, we stop processing Initial
|
/openssl/ssl/quic/ |
H A D | quic_ackm.c | 709 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 D | OSSL_LIB_CTX.pod | 78 library context and mirroring of the properties will stop.
|
H A D | OSSL_DECODER_CTX.pod | 95 which will stop adding one more decoder implementations when it has already
|
H A D | OPENSSL_init_crypto.pod | 213 process wide resources are freed. In the event that multiple stop handlers are
|
/openssl/fuzz/ |
H A D | README.md | 74 It will run until you stop it.
|
/openssl/ssl/statem/ |
H A D | statem_local.h | 132 int clearbufs, int stop);
|
H A D | statem_lib.c | 1411 int clearbufs, int stop) in tls_finish_handshake() argument 1522 if (!stop) { in tls_finish_handshake()
|
/openssl/doc/man1/ |
H A D | openssl-req.pod.in | 641 if the fieldName contains some characters followed by a full stop
|
/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 850 # in a sane way (we can stop worrying about 1.h including foo/2.h
|