Searched refs:async (Results 1 – 25 of 29) sorted by relevance
12
14 #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 some68 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
13 #include <openssl/async.h>158 Some platforms cannot support async operations. The ASYNC_is_capable() function159 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 0194 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some199 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>
16 #include <openssl/async.h>86 Implementers of async aware code (e.g. engines) are encouraged to return a103 these functions requires a I<key> value which is unique to the async aware113 An example of typical usage might be an async capable engine. User code would198 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some203 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
58 Application sets the async callback and callback data on an SSL connection69 async callback function would be called (goto Step 7).
109 async jobs (see L<ASYNC_start_job(3)>), as the default library context when110 the job is started will be used throughout the lifetime of an async job, no113 library context that was the default at the start of the async job before
85 The asynchronous job could not be started because there were no async jobs
150 The asynchronous job could not be started because there were no async jobs153 L<SSL_set_mode(3)> and a maximum limit has been set on the async job pool
119 With this option the library with automatically initialise the libcrypto async
3 async.c async_wait.c async_err.c arch/async_posix.c arch/async_win.c \
2 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)_…
15 kernel does not support async afalg
278 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT; variable618 && !RUN_ONCE(&async, ossl_init_async)) in OPENSSL_init_crypto()
8 err comp http ocsp cms ts srp cmac ct async ess crmf cmp encode_decode \
99 static int async = 0; variable1111 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()
934 int async = 0; in s_client_main() local1519 async = 1; in s_client_main()1857 if (async) { in s_client_main()
36 L ASYNC include/openssl/asyncerr.h crypto/async/async_err.c include/cry…
76 Enable async mode and start specified number of jobs.
88 [B<-async>]572 =item B<-async>576 is also used via the B<-engine> option. For test purposes the dummy async engine
80 [B<-async>]571 =item B<-async>575 is also used via the B<-engine> option. For test purposes the dummy async engine
116 target: no-async linux-latomic,
31 no-async,
257 …etch no-fips no-dtls no-tls1 no-tls1-method no-tls1_1 no-tls1_1-method no-async && perl configdata…
115 …use of a memory buffer to feed OpenSSL encrypted data; uses libuv, a real-world async I/O library |
31 - **Async**: Relates to the async functionality.89 - †10: Not supporting async for now.
627 ### no-async629 Do not build support for async operations.
Completed in 48 milliseconds