Searched refs:sleep (Results 1 – 15 of 15) sorted by relevance
/openssl/demos/bio/ |
H A D | sconnect.c | 27 # define sleep(x) Sleep(x*1000) macro 92 sleep(1); in main() 111 sleep(1); in main()
|
/openssl/doc/man3/ |
H A D | OSSL_sleep.pod | 21 In particular on Windows the maximum amount of time it will sleep is 22 49 days and on systems where the regular sleep(3) is used as the underlying 23 system call the maximum sleep time is about 136 years.
|
H A D | OCSP_sendreq_new.pod | 60 L<BIO_should_retry(3)>. In such a case it is advisable to sleep a little in
|
H A D | OSSL_CMP_exec_certreq.pod | 106 before trying again. The caller is free to sleep for the given number of seconds
|
H A D | OSSL_HTTP_REQ_CTX.pod | 150 L<BIO_should_retry(3)>. In such a case it is advisable to sleep a little in
|
/openssl/test/recipes/ |
H A D | 80-test_cmp_http.t | 67 my $sleep = 0; # The time to sleep between two requests 108 $sleep = subst_env($1) if m/^\s*sleep\s*=\s*(.*)?\s*$/; 119 || !defined $column || !defined $sleep; 161 sleep($sleep) if $expected_result == 1;
|
/openssl/crypto/ |
H A D | sleep.c | 35 sleep(s); in OSSL_sleep() 99 sleep(limited_secs); in ossl_sleep_secs()
|
H A D | build.info | 109 provider_child.c punycode.c passphrase.c sleep.c deterministic_nonce.c \
|
/openssl/.github/workflows/ |
H A D | deploy-docs-openssl-org.yml | 18 sleep 3
|
/openssl/crypto/cmp/ |
H A D | cmp_client.c | 282 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() argument 319 > (sleep ? ULONG_MAX / 1000 : INT_MAX)) { in poll_for_response() 362 if (sleep) { in poll_for_response() 654 static int cert_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in cert_response() argument 713 if ((ret = poll_for_response(ctx, sleep, rid, resp, checkAfter)) != 0) { in cert_response()
|
/openssl/util/platform_symbols/ |
H A D | unix-symbols.txt | 130 sleep
|
/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 43 sleep = 0
|
/openssl/include/internal/ |
H A D | e_os.h | 258 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 148 extern void s$sleep(long *_duration, short int *_code); in ossl_pool_acquire_entropy() 167 s$sleep(&duration, &code); in ossl_pool_acquire_entropy()
|
/openssl/ |
H A D | CHANGES.md | 19838 * Bugfix: s_client occasionally would sleep in select() when
|
Completed in 60 milliseconds