Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 15 of 15) sorted by relevance

/openssl/demos/bio/
H A Dsconnect.c27 # define sleep(x) Sleep(x*1000) macro
92 sleep(1); in main()
111 sleep(1); in main()
/openssl/doc/man3/
H A DOSSL_sleep.pod21 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 DOCSP_sendreq_new.pod60 L<BIO_should_retry(3)>. In such a case it is advisable to sleep a little in
H A DOSSL_CMP_exec_certreq.pod106 before trying again. The caller is free to sleep for the given number of seconds
H A DOSSL_HTTP_REQ_CTX.pod150 L<BIO_should_retry(3)>. In such a case it is advisable to sleep a little in
/openssl/test/recipes/
H A D80-test_cmp_http.t67 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 Dsleep.c35 sleep(s); in OSSL_sleep()
99 sleep(limited_secs); in ossl_sleep_secs()
H A Dbuild.info109 provider_child.c punycode.c passphrase.c sleep.c deterministic_nonce.c \
/openssl/.github/workflows/
H A Ddeploy-docs-openssl-org.yml18 sleep 3
/openssl/crypto/cmp/
H A Dcmp_client.c282 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 Dunix-symbols.txt130 sleep
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf43 sleep = 0
/openssl/include/internal/
H A De_os.h258 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c148 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 DCHANGES.md19838 * Bugfix: s_client occasionally would sleep in select() when

Completed in 67 milliseconds