Searched defs:timeout (Results 1 – 14 of 14) sorted by relevance
/openssl-master/crypto/bio/ |
A D | bss_dgram.c | 211 int timeout; in dgram_adjust_rcv_timeout() local 282 int timeout = data->socket_timeout.tv_sec * 1000 + in dgram_reset_rcv_timeout() local 593 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; in dgram_ctrl() local 617 int timeout; in dgram_ctrl() local 650 int timeout = tv->tv_sec * 1000 + tv->tv_usec / 1000; in dgram_ctrl() local 674 int timeout; in dgram_ctrl() local
|
A D | bio_lib.c | 902 int BIO_do_connect_retry(BIO *bio, int timeout, int nap_milliseconds) in BIO_do_connect_retry()
|
/openssl-master/crypto/http/ |
A D | http_client.c | 238 int timeout, int keep_alive) in OSSL_HTTP_REQ_CTX_set_expected() 953 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_set1_request() 1062 size_t max_resp_len, int timeout) in OSSL_HTTP_get() 1140 size_t max_resp_len, int timeout, int keep_alive) in OSSL_HTTP_transfer() 1211 int timeout, BIO *bio_err, const char *prog) in OSSL_HTTP_proxy_connect()
|
/openssl-master/apps/lib/ |
A D | s_socket.c | 371 struct timeval timeout; in do_server() local
|
A D | http_server.c | 287 int accept_get, int timeout) in http_server_get_asn1_req()
|
A D | apps.c | 2491 long timeout, const char *expected_content_type, in app_http_get_asn1() 2541 long timeout, const ASN1_ITEM *rsp_it) in app_http_post_asn1()
|
/openssl-master/engines/ |
A D | e_afalg.c | 136 struct timespec *timeout) in io_getevents() 271 struct timespec timeout; in afalg_fin_cipher_aio() local
|
/openssl-master/apps/include/ |
A D | apps.h | 276 long timeout; member
|
/openssl-master/ssl/ |
A D | ssl_asn1.c | 26 int64_t timeout; member
|
A D | ssl_local.h | 596 time_t timeout; member
|
/openssl-master/crypto/x509/ |
A D | x_all.c | 77 int timeout, const ASN1_ITEM *it) in simple_get_asn1() 90 X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_load_http() 126 X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout) in X509_CRL_load_http()
|
/openssl-master/apps/ |
A D | ocsp.c | 1191 const char *port, int timeout) in do_responder()
|
A D | s_server.c | 447 int timeout; member 2313 struct timeval timeout; in sv_body() local
|
A D | s_client.c | 819 struct timeval timeout, *timeoutp; in s_client_main() local
|
Completed in 56 milliseconds