Home
last modified time | relevance | path

Searched refs:width (Results 1 – 21 of 21) sorted by relevance

/openssl/test/testutil/
H A Dformat_output.c44 const size_t width = in test_fail_string_common() local
73 b1[n1 = l1 > width ? width : l1] = 0; in test_fail_string_common()
78 b2[n2 = l2 > width ? width : l2] = 0; in test_fail_string_common()
116 cnt += width; in test_fail_string_common()
151 size_t width) in hex_convert_memory() argument
160 if (i % width == width - 1 && i != n - 1) in hex_convert_memory()
/openssl/demos/guide/
H A Dtls-client-non-block.c106 int width, sock; in wait_for_activity() local
113 width = sock + 1; in wait_for_activity()
133 select(width, NULL, &fds, NULL, NULL); in wait_for_activity()
135 select(width, &fds, NULL, NULL, NULL); in wait_for_activity()
H A Dquic-client-non-block.c115 int width, sock, isinfinite; in wait_for_activity() local
133 width = sock + 1; in wait_for_activity()
162 select(width, &rfds, &wfds, NULL, tvp); in wait_for_activity()
H A Dquic-hq-interop.c226 int width, sock, isinfinite; in wait_for_activity() local
244 width = sock + 1; in wait_for_activity()
273 select(width, &rfds, &wfds, NULL, tvp); in wait_for_activity()
/openssl/apps/lib/
H A Dcolumns.c24 dc->width = maxlen + 2; in calculate_columns()
25 dc->columns = (80 - 1) / dc->width; in calculate_columns()
H A Dopt.c1138 if (width >= (int)sizeof(start)) in opt_print()
1139 width = (int)sizeof(start) - 1; in opt_print()
1160 start[width] = '\0'; in opt_print()
1185 width -= linelen; in opt_print()
1187 start[width] = '\0'; in opt_print()
1194 int i, sawparams = 0, width = 5; in opt_help() local
1209 if (i > width) in opt_help()
1210 width = i; in opt_help()
1213 if (width > MAX_OPT_HELP_WIDTH) in opt_help()
1214 width = MAX_OPT_HELP_WIDTH; in opt_help()
[all …]
H A Dapps.c3203 int width = 0; in wait_for_async() local
3221 if (width <= (int)fds[i]) in wait_for_async()
3222 width = (int)fds[i] + 1; in wait_for_async()
3225 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()
/openssl/test/
H A Dbioprinttest.c186 static int dofptest(int test, int sub, double val, const char *width, int prec) in dofptest() argument
198 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, in dofptest()
201 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); in dofptest()
H A Dparams_api_test.c117 size_t width) in test_param_type_extra() argument
149 sz = sizeof(i32) < width ? sizeof(i32) : width; in test_param_type_extra()
154 sz = sizeof(i64) < width ? sizeof(i64) : width; in test_param_type_extra()
159 sz = sizeof(s) < width ? sizeof(s) : width; in test_param_type_extra()
165 if (sizeof(size_t) > width) { in test_param_type_extra()
/openssl/util/
H A Dquicserver.c32 int width; in wait_for_activity() local
59 width = sock + 1; in wait_for_activity()
64 select(width, readfdsp, writefdsp, NULL, timeoutp); in wait_for_activity()
/openssl/crypto/bio/
H A Dbio_dump.c129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument
144 if (++j >= width) { in BIO_hex_string()
/openssl/apps/include/
H A Dfunction.h39 int width; member
/openssl/crypto/bn/
H A Dbn_exp.c520 int width = 1 << window; in MOD_EXP_CTIME_COPY_TO_PREBUF() local
526 for (i = 0, j = idx; i < top; i++, j += width) { in MOD_EXP_CTIME_COPY_TO_PREBUF()
538 int width = 1 << window; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
553 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
556 for (j = 0; j < width; j++) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
575 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
/openssl/apps/
H A Ds_client.c886 int ret = 1, in_init = 1, i, nbio_test = 0, sock = -1, k, width, state = 0; in s_client_main() local
2323 width = fileno_stdin() + 1; in s_client_main()
2325 width = SSL_get_fd(con) + 1; in s_client_main()
2547 width = SSL_get_fd(con) + 1; in s_client_main()
2566 && select(width, (void *)&readfds, NULL, NULL, in s_client_main()
3046 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main()
3051 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main()
3055 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main()
H A Ds_server.c2439 int ret = 1, width; in sv_body() local
2623 width = fileno_stdin() + 1; in sv_body()
2625 width = s + 1; in sv_body()
2657 i = select(width, (void *)&readfds, NULL, NULL, &timeout); in sv_body()
2668 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
3163 int width; in www_body() local
3174 width = s + 1; in www_body()
3343 i = select(width, (void *)&readfds, NULL, NULL, NULL); in www_body()
H A Dopenssl.c399 BIO_printf(bio_err, "%-*s", dc.width, fp->name); in help_main()
H A Dlist.c1128 BIO_printf(bio_out, "%-*s", dc.width, fp->name); in list_type()
/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod92 int width, sock;
99 width = sock + 1;
119 select(width, NULL, &fds, NULL, NULL);
121 select(width, &fds, NULL, NULL, NULL);
H A Dossl-guide-quic-client-non-block.pod76 int width, sock, isinfinite;
94 width = sock + 1;
123 select(width, &rfds, &wfds, NULL, tvp);
/openssl/test/helpers/
H A Dssltestlib.c998 int width; in wait_until_sock_readable() local
1000 width = sock + 1; in wait_until_sock_readable()
1006 select(width, &readfds, NULL, NULL, &timeout); in wait_until_sock_readable()
/openssl/include/openssl/
H A Dbio.h.in809 int BIO_hex_string(BIO *out, int indent, int width, const void *data,

Completed in 75 milliseconds