Searched refs:total_timeout (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_connection.csv | 1 …xy,val, -no_proxy,val, -tls_used,noarg, -path,val, -msg_timeout,int, -total_timeout,int, -keep_ali… 39 0,total_timeout missing argument, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,,BLANK, 40 0,total_timeout negative, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,-5,BLANK, 41 1,total_timeout 10, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,10,BLANK, 42 1,total_timeout 0, -section,,,,,,,,BLANK,,,,BLANK,, -total_timeout,0,BLANK,
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_client_test.c | 199 int total_timeout, int expect) in test_exec_IR_ses_poll() argument 207 OSSL_CMP_OPT_TOTAL_TIMEOUT, total_timeout); in test_exec_IR_ses_poll() 408 static int test_exec_GENM_ses(int transfer_error, int total_timeout, int expect) in test_exec_GENM_ses() argument 417 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 D | test.cnf | 3 total_timeout = 8 # prevent, e.g., infinite polling due to error 49 total_timeout =
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 145 if (ctx->total_timeout != 0 /* not waiting indefinitely */) { in send_receive_check() 147 ctx->end_time = now + ctx->total_timeout; in send_receive_check() 172 ctx->total_timeout != 0 && time(NULL) >= ctx->end_time ? in send_receive_check() 316 if (ctx->total_timeout != 0) { /* timeout is not infinite */ in poll_for_response()
|
H A D | cmp_ctx.c | 1099 ctx->total_timeout = val; in OSSL_CMP_CTX_set_option() 1164 return ctx->total_timeout; in OSSL_CMP_CTX_get_option()
|
H A D | cmp_local.h | 51 int total_timeout; /* max number of seconds an enrollment may take, incl. */ member
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 57 [B<-total_timeout> I<seconds>] 526 Default is to use the B<-total_timeout> setting. 528 =item B<-total_timeout> I<seconds>
|