/openssl/ssl/rio/ |
H A D | poll_immediate.c | 39 const struct timeval *timeout, in SSL_poll()
|
/openssl/doc/designs/ddd/ |
H A D | ddd-02-conn-nonblocking.c | 321 struct timeval timeout; in main() local 323 int timeout = 2000 /* ms */; in main() local
|
H A D | ddd-04-fd-nonblocking.c | 302 struct timeval timeout; in main() local 304 int timeout = 2000 /* ms */; in main() local
|
H A D | ddd-05-mem-nonblocking.c | 297 static int pump(APP_CONN *conn, int fd, int events, int timeout) 360 int timeout = 2000 /* ms */; local
|
H A D | ddd-02-conn-nonblocking-threads.c | 265 int timeout = 2000 /* ms */; in main() local
|
/openssl/crypto/thread/arch/ |
H A D | thread_win.c | 349 DWORD timeout; in obj_wait() local 557 DWORD timeout; in ossl_crypto_condvar_wait_timeout() local
|
/openssl/util/ |
H A D | quicserver.c | 31 struct timeval timeout, *timeoutp = NULL; in wait_for_activity() local
|
/openssl/crypto/http/ |
H A D | http_client.c | 250 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected() 1107 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() 1216 size_t max_resp_len, int timeout) in OSSL_HTTP_get() 1309 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer() 1386 int timeout, BIO *bio_err, const char *prog) in OSSL_HTTP_proxy_connect()
|
/openssl/crypto/bio/ |
H A D | bss_dgram.c | 313 int timeout; in dgram_adjust_rcv_timeout() local 391 int timeout = (int)ossl_time2ms(data->socket_timeout); in dgram_reset_rcv_timeout() local 787 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; in dgram_ctrl() local 805 int timeout; in dgram_ctrl() local 837 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; in dgram_ctrl() local 855 int timeout; in dgram_ctrl() local
|
H A D | bio_lib.c | 1019 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry()
|
/openssl/engines/ |
H A D | e_afalg.c | 135 struct timespec *timeout) in io_getevents() 270 struct timespec timeout; in afalg_fin_cipher_aio() local
|
/openssl/ssl/quic/ |
H A D | quic_reactor.c | 171 OSSL_TIME now, timeout; in poll_two_fds() local
|
H A D | quic_ackm.c | 902 OSSL_TIME earliest_loss_time, timeout; in ackm_set_loss_detection_timer() local
|
/openssl/apps/lib/ |
H A D | s_socket.c | 395 struct timeval timeout; in do_server() local
|
H A D | http_server.c | 267 const char *prog, int accept_get, int timeout) in http_server_get_asn1_req()
|
H A D | apps.c | 2634 long timeout, const char *expected_content_type, in app_http_get_asn1() 2690 long timeout, const ASN1_ITEM *rsp_it) in app_http_post_asn1()
|
/openssl/apps/include/ |
H A D | apps.h | 288 long timeout; member
|
/openssl/ssl/ |
H A D | ssl_asn1.c | 27 int64_t timeout; member
|
H A D | ssl_sess.c | 1208 const OSSL_TIME timeout = ossl_time_from_time_t(t); in SSL_CTX_flush_sessions_ex() local
|
/openssl/crypto/x509/ |
H A D | x_all.c | 116 int timeout, const ASN1_ITEM *it) in simple_get_asn1() 135 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() 189 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http()
|
/openssl/apps/ |
H A D | ocsp.c | 1200 int timeout) in do_responder()
|
H A D | s_server.c | 454 int timeout; member 2444 struct timeval timeout; in sv_body() local
|
H A D | s_client.c | 876 struct timeval timeout, *timeoutp; in s_client_main() local
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 997 struct timeval timeout; in wait_until_sock_readable() local
|
/openssl/ssl/statem/ |
H A D | statem_srvr.c | 3883 uint32_t timeout = (uint32_t)ossl_time2seconds(s->session->timeout); in create_ticket_prequel() local
|