Home
last modified time | relevance | path

Searched refs:total_timeout (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv1 …xy,val, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_timeout,int, -keep_ali…
40 0,total_timeout missing argument, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,,BLANK,
41 0,total_timeout negative, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,-5,BLANK,
42 1,total_timeout 10, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,10,BLANK,
43 1,total_timeout 0, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,0,BLANK,
/freebsd/crypto/openssl/test/
H A Dcmp_client_test.c201 int poll_count, int total_timeout, in test_exec_REQ_ses_poll() argument
210 OSSL_CMP_OPT_TOTAL_TIMEOUT, total_timeout); in test_exec_REQ_ses_poll()
442 static int test_exec_GENM_ses(int transfer_error, int total_timeout, int expect) in test_exec_GENM_ses() argument
451 fixture->cmp_ctx->total_timeout = total_timeout; in test_exec_GENM_ses()
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf3 total_timeout = 120 # is used to prevent, e.g., infinite polling due to error;
48 total_timeout =
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_client.c158 if (ctx->total_timeout != 0 /* not waiting indefinitely */) { in send_receive_check()
160 ctx->end_time = now + ctx->total_timeout; in send_receive_check()
186 …ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ? CMP_R_TOTAL_TIMEOUT : CMP_R_TRANSFER_ERRO… in send_receive_check()
342 if (ctx->total_timeout != 0) { /* timeout is not infinite */ in poll_for_response()
H A Dcmp_ctx.c963 ctx->total_timeout = val; in DEFINE_set1_ASN1_OCTET_STRING()
1033 return ctx->total_timeout; in OSSL_CMP_CTX_get_option()
H A Dcmp_local.h51 int total_timeout; /* max number of seconds an enrollment may take, incl. */ member
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in63 [B<-total_timeout> I<seconds>]
600 Default is to use the B<-total_timeout> setting.
602 =item B<-total_timeout> I<seconds>