Home
last modified time | relevance | path

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

12

/openssl/doc/man3/
H A DSSL_get_all_async_fds.pod14 #include <openssl/async.h>
56 for an async operation to complete and 0 otherwise.
63 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
68 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
H A DASYNC_start_job.pod13 #include <openssl/async.h>
154 Some platforms cannot support async operations. The ASYNC_is_capable() function
155 can be used to detect whether the current platform is async capable or not.
182 ASYNC_is_capable() returns 1 if the current platform is async capable or 0
190 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
195 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
199 The following example demonstrates how to use most of the core async APIs:
206 #include <openssl/async.h>
H A DASYNC_WAIT_CTX_new.pod16 #include <openssl/async.h>
86 Implementors of async aware code (e.g. engines) are encouraged to return a
103 these functions requires a I<key> value which is unique to the async aware
113 An example of typical usage might be an async capable engine. User code would
195 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
200 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
H A DOSSL_LIB_CTX.pod106 async jobs (see L<ASYNC_start_job(3)>), as the default library context when
107 the job is started will be used throughout the lifetime of an async job, no
110 library context that was the default at the start of the async job before
H A DSSL_set_async_callback.pod58 Application sets the async callback and callback data on an SSL connection
69 async callback function would be called (goto Step 7).
H A DSSL_get_error.pod138 The asynchronous job could not be started because there were no async jobs
141 L<SSL_set_mode(3)> and a maximum limit has been set on the async job pool
H A DSSL_want.pod85 The asynchronous job could not be started because there were no async jobs
H A DOPENSSL_init_crypto.pod119 With this option the library with automatically initialise the libcrypto async
/openssl/crypto/async/
H A Dbuild.info3 async.c async_wait.c async_err.c arch/async_posix.c arch/async_win.c \
/openssl/util/
H A Dfix-includes.sed2 s@internal/(aria.h|asn1_dsa.h|async.h|bn_conf.h|bn_conf.h|bn_dh.h|bn_srp.h|chacha.h|(aes|des|cmll)_…
/openssl/engines/
H A De_afalg.txt15 kernel does not support async afalg
/openssl/crypto/
H A Dinit.c269 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT; variable
605 && !RUN_ONCE(&async, ossl_init_async)) in OPENSSL_init_crypto()
H A Dbuild.info8 err comp http ocsp cms ts srp cmac ct async ess crmf cmp encode_decode \
/openssl/.github/workflows/
H A Drun-checker-daily.yml28 no-async,
H A Dcross-compiles.yml98 target: no-async linux-latomic,
H A Dci.yml136 …etch no-fips no-dtls no-tls1 no-tls1-method no-tls1_1 no-tls1_1-method no-async && perl configdata…
/openssl/doc/man1/
H A Dopenssl-speed.pod.in72 Enable async mode and start specified number of jobs.
H A Dopenssl-s_server.pod.in88 [B<-async>]
562 =item B<-async>
566 is also used via the B<-engine> option. For test purposes the dummy async engine
H A Dopenssl-s_client.pod.in78 [B<-async>]
550 =item B<-async>
554 is also used via the B<-engine> option. For test purposes the dummy async engine
/openssl/apps/
H A Ds_server.c96 static int async = 0; variable
1077 async = 0; in s_server_main()
1603 async = 1; in s_server_main()
1916 if (async) { in s_server_main()
2025 if (async) in s_server_main()
2553 || (async && SSL_waiting_for_async(con)); in sv_body()
2760 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
H A Ds_client.c880 int async = 0; in s_client_main() local
1441 async = 1; in s_client_main()
1763 if (async) { in s_client_main()
/openssl/crypto/err/
H A Dopenssl.ec36 L ASYNC include/openssl/asyncerr.h crypto/async/async_err.c include/cry…
/openssl/doc/designs/ddd/
H A DREADME.md112 …use of a memory buffer to feed OpenSSL encrypted data; uses libuv, a real-world async I/O library |
/openssl/
H A DINSTALL.md537 ### no-async
539 Do not build support for async operations.
/openssl/include/openssl/
H A Dssl.h.in39 # include <openssl/async.h>
320 /* Typedef for SSL async callback */

Completed in 75 milliseconds

12