Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 29) 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>
158 Some platforms cannot support async operations. The ASYNC_is_capable() function
159 can be used to detect whether the current platform is async capable or not.
186 ASYNC_is_capable() returns 1 if the current platform is async capable or 0
194 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
199 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
203 The following example demonstrates how to use most of the core async APIs:
210 #include <openssl/async.h>
H A DASYNC_WAIT_CTX_new.pod16 #include <openssl/async.h>
86 Implementers 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
198 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some
203 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
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 DOSSL_LIB_CTX.pod109 async jobs (see L<ASYNC_start_job(3)>), as the default library context when
110 the job is started will be used throughout the lifetime of an async job, no
113 library context that was the default at the start of the async job before
H A DSSL_want.pod85 The asynchronous job could not be started because there were no async jobs
H A DSSL_get_error.pod150 The asynchronous job could not be started because there were no async jobs
153 L<SSL_set_mode(3)> and a maximum limit has been set on the async job pool
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.c278 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT; variable
618 && !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/apps/
H A Ds_server.c99 static int async = 0; variable
1111 async = 0; in s_server_main()
1638 async = 1; in s_server_main()
1975 if (async) { in s_server_main()
2086 if (async) in s_server_main()
2633 || (async && SSL_waiting_for_async(con)); in sv_body()
2836 if ((!async || !SSL_waiting_for_async(con)) in sv_body()
H A Ds_client.c934 int async = 0; in s_client_main() local
1519 async = 1; in s_client_main()
1857 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/man1/
H A Dopenssl-speed.pod.in76 Enable async mode and start specified number of jobs.
H A Dopenssl-s_server.pod.in88 [B<-async>]
572 =item B<-async>
576 is also used via the B<-engine> option. For test purposes the dummy async engine
H A Dopenssl-s_client.pod.in80 [B<-async>]
571 =item B<-async>
575 is also used via the B<-engine> option. For test purposes the dummy async engine
/openssl/.github/workflows/
H A Dcross-compiles.yml116 target: no-async linux-latomic,
H A Drun-checker-daily.yml31 no-async,
H A Dci.yml257 …etch no-fips no-dtls no-tls1 no-tls1-method no-tls1_1 no-tls1_1-method no-async && perl configdata…
/openssl/doc/designs/ddd/
H A DREADME.md115 …use of a memory buffer to feed OpenSSL encrypted data; uses libuv, a real-world async I/O library |
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md31 - **Async**: Relates to the async functionality.
89 - †10: Not supporting async for now.
/openssl/
H A DINSTALL.md627 ### no-async
629 Do not build support for async operations.

Completed in 48 milliseconds

12