Searched refs:ossl_sleep (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/crypto/openssl/
H A De_os.h289 /* system-specific variants defining ossl_sleep() */
292 static ossl_inline void ossl_sleep(unsigned long millis) function
315 static ossl_inline void ossl_sleep(unsigned long millis) function
321 static ossl_inline void ossl_sleep(unsigned long millis) function
/freebsd-current/crypto/openssl/apps/lib/
H A Dhttp_server.c99 ossl_sleep(1000);
169 ossl_sleep(1000);
183 ossl_sleep(30000);
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_client.c14 #include "e_os.h" /* ossl_sleep() */
331 ossl_sleep((unsigned long)(1000 * check_after));
/freebsd-current/crypto/openssl/test/helpers/
H A Dssltestlib.c24 #include "e_os.h" /* for ossl_sleep() etc. */
1149 ossl_sleep(50);
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_lib.c893 ossl_sleep(nap_milliseconds);
/freebsd-current/crypto/openssl/apps/
H A Ds_server.c3162 ossl_sleep(1000);
3610 ossl_sleep(1000);
H A Dcmp.c2702 ossl_sleep(1000);

Completed in 279 milliseconds