Home
last modified time | relevance | path

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

/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.c285 goto stop; in pump()
288 goto stop; in pump()
298 } stop:; in pump()
/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/apps/lib/
H A Dapps.c2676 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2713 if (stop == TM_START) { in app_tminterval()
2730 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2749 if (stop == TM_START) in app_tminterval()
2756 if (stop == TM_START) in app_tminterval()
2767 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2777 if (stop == TM_START) { in app_tminterval()
2792 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2804 if (stop == TM_START) in app_tminterval()
/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.
/openssl/doc/internal/man7/
H A DVERSION.pod55 don't have values. Configuration will stop in that case.
/openssl/apps/include/
H A Dapps.h332 double app_tminterval(int stop, int usertime);
/openssl/fuzz/
H A DREADME.md46 It will run until you stop it.
/openssl/doc/man3/
H A DOSSL_LIB_CTX.pod76 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
H A DOPENSSL_LH_COMPFUNC.pod165 you start (which will stop the hash table ever decreasing in size).
/openssl/ssl/quic/
H A Dquic_ackm.c1078 goto stop; in ackm_detect_and_remove_newly_acked_pkts()
1105 stop: in ackm_detect_and_remove_newly_acked_pkts()
/openssl/ssl/statem/
H A Dstatem_local.h122 int clearbufs, int stop);
H A Dstatem_lib.c1066 int clearbufs, int stop) in tls_finish_handshake() argument
1177 if (!stop) { in tls_finish_handshake()
/openssl/doc/man1/
H A Dopenssl-req.pod.in565 if the fieldName contains some characters followed by a full stop
/openssl/Configurations/
H A Ddescrip.mms.tmpl813 # in a sane way (we can stop worrying about 1.h including foo/2.h
/openssl/
H A DINSTALL.md792 option can be used to stop OpenSSL from attempting to stay in memory until the
H A DCHANGES.md10891 sure the loop does correctly stop and breaking ("division by zero")
11118 * to continue, or 0 to stop.
11879 * New -ignore_err option in ocsp application to stop the server
/openssl/include/openssl/
H A Dssl.h.in228 * This is needed to stop compilers complaining about the 'struct ssl_st *'

Completed in 106 milliseconds