Home
last modified time | relevance | path

Searched refs:start (Results 26 – 50 of 258) sorted by relevance

1234567891011

/openssl/test/recipes/
H A D70-test_tls13certcomp.t222 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
233 $proxy->start();
242 $proxy->start();
253 $proxy->start();
264 $proxy->start();
274 $proxy->start();
284 $proxy->start();
295 $proxy->start();
H A D70-test_sslvertol.t62 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
85 $proxy->start();
99 $proxy->start();
H A D70-test_npn.t40 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
53 $proxy->start();
H A D70-test_tls13cookie.t48 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
68 $proxy->start();
/openssl/test/helpers/
H A Dnoisydgrambio.c25 size_t start, num; /* ring buffer start and number of items */ member
127 size_t idx = (limit->start + i) % MAX_PKTS_PER_WINDOW; in bandwidth_limit()
133 limit->start = (limit->start + i) % MAX_PKTS_PER_WINDOW; in bandwidth_limit()
156 limit->size_sum -= limit->pinfos[limit->start].size; in bandwidth_limit()
157 limit->start = (limit->start + 1) % MAX_PKTS_PER_WINDOW; in bandwidth_limit()
161 end = (limit->start + limit->num) % MAX_PKTS_PER_WINDOW; in bandwidth_limit()
/openssl/ssl/record/
H A Drec_layer_d1.c228 start: in dtls1_read_bytes()
240 goto start; in dtls1_read_bytes()
267 goto start; in dtls1_read_bytes()
299 goto start; in dtls1_read_bytes()
455 goto start; in dtls1_read_bytes()
473 goto start; in dtls1_read_bytes()
490 goto start; in dtls1_read_bytes()
524 goto start; in dtls1_read_bytes()
565 goto start; in dtls1_read_bytes()
/openssl/doc/designs/ddd/
H A Dddd-04-fd-nonblocking.c378 struct timeval start, now, deadline, t; in main() local
387 gettimeofday(&start, NULL); in main()
388 timeradd(&start, &timeout, &deadline); in main()
422 struct timeval start, now, deadline, t; in main() local
431 gettimeofday(&start, NULL); in main()
432 timeradd(&start, &timeout, &deadline); in main()
/openssl/test/
H A Dtiming_load_creds.c104 struct rusage start, end, elapsed; in main() local
177 if (getrusage(RUSAGE_SELF, &start) < 0) { in main()
200 timersub(&end.ru_utime, &start.ru_stime, &elapsed.ru_stime); in main()
201 timersub(&end.ru_utime, &start.ru_utime, &elapsed.ru_utime); in main()
H A Dlhash_test.c347 struct timeval start, end, delta; in test_stress() local
353 gettimeofday(&start, NULL); in test_stress()
389 timeval_subtract(&delta, &end, &start); in test_stress()
415 struct timeval start, end, delta; in test_hashtable_stress() local
424 gettimeofday(&start, NULL); in test_hashtable_stress()
463 timeval_subtract(&delta, &end, &start); in test_hashtable_stress()
634 struct timeval start, end, delta; in test_hashtable_multithread() local
650 gettimeofday(&start, NULL); in test_hashtable_multithread()
682 timeval_subtract(&delta, &end, &start); in test_hashtable_multithread()
H A Dquic_txpim_test.c35 chunks[j].start = 1000 * i + j * 10; in test_txpim()
36 chunks[j].end = chunks[j].start + 5; in test_txpim()
/openssl/ssl/quic/
H A Dquic_fifd.c84 if (chunks[i].end >= chunks[i].start) in on_acked()
87 chunks[i].start, chunks[i].end); in on_acked()
145 if (chunks[i].end >= chunks[i].start) { in on_lost()
153 chunks[i].start, chunks[i].end); in on_lost()
291 if (chunks[i].end >= chunks[i].start in ossl_quic_fifd_pkt_commit()
293 chunks[i].start, in ossl_quic_fifd_pkt_commit()
H A Dquic_txpim.c195 if (ac->start < bc->start) in compare()
197 else if (ac->start > bc->start) in compare()
/openssl/include/internal/
H A Dquic_stream.h164 uint64_t start,
191 uint64_t start,
215 uint64_t start,
/openssl/apps/lib/
H A Dopt.c1134 char start[80 + 1]; in opt_print() local
1138 if (width >= (int)sizeof(start)) in opt_print()
1139 width = (int)sizeof(start) - 1; in opt_print()
1155 memset(start, ' ', sizeof(start) - 1); in opt_print()
1156 start[sizeof(start) - 1] = '\0'; in opt_print()
1160 start[width] = '\0'; in opt_print()
1161 opt_printf_stderr("%s %s\n", start, help); in opt_print()
1181 memset(start, ' ', sizeof(start)); in opt_print()
1187 start[width] = '\0'; in opt_print()
1188 opt_printf_stderr("%s %s\n", start, help); in opt_print()
/openssl/crypto/thread/
H A Dinternal.c40 void *ossl_crypto_thread_start(OSSL_LIB_CTX *ctx, CRYPTO_THREAD_ROUTINE start, in ossl_crypto_thread_start() argument
60 thread = ossl_crypto_thread_native_start(start, data, 1); in ossl_crypto_thread_start()
109 void *ossl_crypto_thread_start(OSSL_LIB_CTX *ctx, CRYPTO_THREAD_ROUTINE start, in ossl_crypto_thread_start() argument
/openssl/crypto/conf/
H A Dconf_def.c47 static void trim_ws(CONF *conf, char *start);
222 char *start, *psection, *pname; in def_load_bio() local
357 start = eat_ws(conf, s); in def_load_bio()
358 ss = start; in def_load_bio()
371 if (!str_copy(conf, NULL, &section, start)) in def_load_bio()
531 start = eat_ws(conf, p); in def_load_bio()
532 trim_ws(conf, start); in def_load_bio()
540 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio()
924 static void trim_ws(CONF *conf, char *start) in trim_ws() argument
926 char *p = start; in trim_ws()
[all …]
/openssl/doc/
H A DREADME.md17 The openssl command-line tools; start with openssl.pod
26 Overviews; start with crypto.pod and ssl.pod, for example
/openssl/crypto/evp/
H A Dbio_b64.c39 int start; /* have we started decoding yet? */ member
74 ctx->start = 1; in b64_new()
186 if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL) != 0) { in b64_read()
188 } else if (ctx->start) { in b64_read()
207 if (k <= 0 && num == 0 && ctx->start) { in b64_read()
216 ctx->start = 0; in b64_read()
449 ctx->start = 1; in b64_ctrl()
/openssl/crypto/bio/
H A Dbss_dgram_pair.c25 unsigned char *start; /* start of buffer */ member
37 r->start = OPENSSL_malloc(nbytes); in ring_buf_init()
38 if (r->start == NULL) in ring_buf_init()
48 OPENSSL_free(r->start); in ring_buf_destroy()
49 r->start = NULL; in ring_buf_destroy()
71 *buf = (uint8_t *)r->start + r->idx[idx]; in ring_buf_head_tail()
124 if (r->start == NULL) in ring_buf_resize()
134 new_start = OPENSSL_realloc(r->start, nbytes); in ring_buf_resize()
152 r->start = new_start; in ring_buf_resize()
469 if (b->rbuf.start != NULL) { in dgram_pair_ctrl_set_write_buf_size()
[all …]
/openssl/crypto/pem/
H A Dpem_info.c93 start: in STACK_OF()
102 goto start; in STACK_OF()
119 goto start; in STACK_OF()
128 goto start; in STACK_OF()
/openssl/crypto/bn/
H A Dbn_exp.c173 int start = 1; in BN_mod_exp_recp() local
260 if (!start) in BN_mod_exp_recp()
288 if (!start) in BN_mod_exp_recp()
300 start = 0; in BN_mod_exp_recp()
316 int start = 1; in BN_mod_exp_mont() local
446 if (!start) in BN_mod_exp_mont()
458 start = 0; in BN_mod_exp_mont()
1315 int start = 1; in BN_mod_exp_simple() local
1392 if (!start) in BN_mod_exp_simple()
1420 if (!start) in BN_mod_exp_simple()
[all …]
/openssl/crypto/perlasm/
H A Darm-xlate.pl124 my ($r,$sfx,$start,$end) = @_;
126 join(",",map("$r$_$sfx",($start..$end)));
/openssl/doc/man3/
H A DX509_cmp_time.pod14 const ASN1_TIME *start, const ASN1_TIME *end);
68 stated above) is past the end time, -1 if the start time is not NULL and the
70 (implying that the end time is not before the start time if both are present).
/openssl/crypto/http/
H A Dhttp_lib.c32 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring() argument
35 || (*dest = OPENSSL_strndup(start, end - start)) != NULL; in copy_substring()
/openssl/crypto/x509/
H A Dx_x509.c229 unsigned char *start = pp != NULL ? *pp : NULL; in i2d_x509_aux_internal() local
242 if (start != NULL) in i2d_x509_aux_internal()
243 *pp = start; in i2d_x509_aux_internal()

Completed in 65 milliseconds

1234567891011