Home
last modified time | relevance | path

Searched refs:OSSL_sleep (Results 1 – 20 of 20) sorted by relevance

/openssl/crypto/
H A Dsleep.c29 void OSSL_sleep(uint64_t millis) in OSSL_sleep() function
48 void OSSL_sleep(uint64_t millis) in OSSL_sleep() function
58 void OSSL_sleep(uint64_t millis) in OSSL_sleep() function
71 void OSSL_sleep(uint64_t millis) in OSSL_sleep() function
111 void OSSL_sleep(uint64_t millis) in OSSL_sleep() function
/openssl/test/
H A Dssl_handshake_rtt_test.c82 OSSL_sleep(1); in test_handshake_rtt()
89 OSSL_sleep(1); in test_handshake_rtt()
96 OSSL_sleep(1); in test_handshake_rtt()
103 OSSL_sleep(1); in test_handshake_rtt()
110 OSSL_sleep(1); in test_handshake_rtt()
H A Dsanitytest.c143 OSSL_sleep(1000); in test_sanity_sleep()
H A Dquic_client_test.c158 OSSL_sleep(0); in test_quic_client_ex()
H A Dquic_tserver_test.c330 OSSL_sleep(100); /* Ensure CPU scheduling for test purposes */ in do_test()
H A Dthreadstest.c129 OSSL_sleep(1000); in rwwriter_fn()
326 OSSL_sleep(1000); in writer_fn()
H A Dquic_multistream_test.c584 OSSL_sleep(1); in server_helper_thread()
1926 OSSL_sleep(op->arg2); in run_script_worker()
/openssl/doc/man3/
H A DOSSL_sleep.pod5 OSSL_sleep - delay execution for a specified number of milliseconds
11 void OSSL_sleep(uint64_t millis);
15 OSSL_sleep() is a convenience function to delay execution of the calling
27 OSSL_sleep() does not return any value.
31 OSSL_sleep() was added in OpenSSL 3.2.
/openssl/apps/lib/
H A Dhttp_server.c64 OSSL_sleep(1000); in killall()
140 OSSL_sleep(1000); in spawn_loop()
155 OSSL_sleep(30000); in spawn_loop()
/openssl/crypto/cmp/
H A Dcmp_client.c360 OSSL_sleep((unsigned long)(1000 * check_after)); in poll_for_response()
/openssl/crypto/bio/
H A Dbio_lib.c989 OSSL_sleep(nap_milliseconds); in bio_wait()
/openssl/test/helpers/
H A Dquictestlib.c469 OSSL_sleep(ossl_time2ms(mintimeout)); in qtest_wait_for_timeout()
H A Dssltestlib.c1328 OSSL_sleep(50); in create_bare_ssl_connection()
/openssl/include/openssl/
H A Dcrypto.h.in548 void OSSL_sleep(uint64_t millis);
/openssl/crypto/http/
H A Dhttp_client.c828 || (OSSL_sleep(100), BIO_should_retry(rctx->rbio))) { in OSSL_HTTP_REQ_CTX_nbio()
/openssl/apps/
H A Ds_server.c3310 OSSL_sleep(1000); in www_body()
3752 OSSL_sleep(1000); in rev_body()
H A Dcmp.c3178 OSSL_sleep(1000); in cmp_server()
/openssl/doc/
H A Dbuild.info1830 DEPEND[html/man3/OSSL_sleep.html]=man3/OSSL_sleep.pod
1831 GENERATE[html/man3/OSSL_sleep.html]=man3/OSSL_sleep.pod
1832 DEPEND[man/man3/OSSL_sleep.3]=man3/OSSL_sleep.pod
1833 GENERATE[man/man3/OSSL_sleep.3]=man3/OSSL_sleep.pod
3463 html/man3/OSSL_sleep.html \
4126 man/man3/OSSL_sleep.3 \
/openssl/util/
H A Dlibcrypto.num5483 OSSL_sleep 5611 3_2_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md774 * Added platform-agnostic OSSL_sleep() function.

Completed in 156 milliseconds