Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 4673) sorted by relevance

12345678910>>...187

/freebsd-12.1/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl746 vpxor @inp[0],@out[0],@out[0]
748 vpxor @inp[1],@out[1],@out[1]
750 vpxor @inp[2],@out[2],@out[2]
752 vpxor @inp[3],@out[3],@out[3]
1047 vpxor $zero,@out[1],@out[1]
1049 vpxor $zero,@out[2],@out[2]
1051 vpxor $zero,@out[3],@out[3]
1053 vpxor $zero,@out[4],@out[4]
1055 vpxor $zero,@out[5],@out[5]
1057 vpxor $zero,@out[6],@out[6]
[all …]
/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Dchacha20.c56 randombytes_buf(out, sizeof out); in tv()
66 memset(out, 0x42, sizeof out); in tv()
67 crypto_stream_chacha20_xor(out, out, sizeof out, nonce, key); in tv()
71 crypto_stream_chacha20_xor_ic(out, out, sizeof out, nonce, 0U, key); in tv()
75 crypto_stream_chacha20_xor_ic(out, out, sizeof out, nonce, 1U, key); in tv()
124 memset(out, 0, sizeof out); in tv_ietf()
144 randombytes_buf(out, sizeof out); in tv_ietf()
154 memset(out, 0x42, sizeof out); in tv_ietf()
155 crypto_stream_chacha20_ietf_xor(out, out, sizeof out, nonce, key); in tv_ietf()
159 crypto_stream_chacha20_ietf_xor_ic(out, out, sizeof out, nonce, 0U, key); in tv_ietf()
[all …]
H A Dxchacha20.c52 tv->out, strlen(tv->out), NULL, NULL, NULL); in tv_hchacha20()
68 sodium_free(out); in tv_hchacha20()
124 tv->out, strlen(tv->out), NULL, &out_len, NULL); in tv_stream_xchacha20()
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key); in tv_stream_xchacha20()
144 sodium_free(out); in tv_stream_xchacha20()
151 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, 1, key); in tv_stream_xchacha20()
163 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, in tv_stream_xchacha20()
165 crypto_stream_xchacha20_xor_ic(out + 64, out + 64, 64, nonce, in tv_stream_xchacha20()
167 crypto_stream_xchacha20_xor_ic(out + 128, out + 128, 64, nonce, in tv_stream_xchacha20()
196 const char *out; member
[all …]
H A Dgenerichash3.c42 memset(out, 0, sizeof out); in main()
46 crypto_generichash_blake2b_final(&st, out, in main()
49 printf("%02x", (unsigned int) out[j]); in main()
53 memset(out, 0, sizeof out); in main()
64 memset(out, 0, sizeof out); in main()
76 memset(out, 0, sizeof out); in main()
88 memset(out, 0, sizeof out); in main()
97 memset(out, 0, sizeof out); in main()
106 memset(out, 0, sizeof out); in main()
115 memset(out, 0, sizeof out); in main()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out5 out |<NULL>|
10 out |1|
12 out |<NULL>|
14 out |<NULL>|
16 out |<NULL>|
36 out |5|
51 out |1|
53 out |15|
55 out |20|
71 out |55|
[all …]
/freebsd-12.1/usr.bin/jot/tests/
H A DMakefile7 ${PACKAGE}FILES+= regress.ascii.out
8 ${PACKAGE}FILES+= regress.block.out
9 ${PACKAGE}FILES+= regress.dddd.out
10 ${PACKAGE}FILES+= regress.dddh.out
11 ${PACKAGE}FILES+= regress.ddhd.out
12 ${PACKAGE}FILES+= regress.ddhd2.out
13 ${PACKAGE}FILES+= regress.ddhh.out
15 ${PACKAGE}FILES+= regress.dhdd.out
16 ${PACKAGE}FILES+= regress.dhdh.out
17 ${PACKAGE}FILES+= regress.dhhd.out
[all …]
/freebsd-12.1/usr.bin/ncal/tests/
H A DMakefile7 ${PACKAGE}FILES+= regress.b-3m200901-jd-nhl.out
8 ${PACKAGE}FILES+= regress.b-3m200901-md-nhl.out
39 ${PACKAGE}FILES+= regress.f-3A-nhl.out
40 ${PACKAGE}FILES+= regress.f-3AB-nhl.out
41 ${PACKAGE}FILES+= regress.f-3B-nhl.out
42 ${PACKAGE}FILES+= regress.f-3gy-nhl.out
43 ${PACKAGE}FILES+= regress.f-3y-nhl.out
44 ${PACKAGE}FILES+= regress.f-mgm-nhl.out
45 ${PACKAGE}FILES+= regress.f-yA-nhl.out
47 ${PACKAGE}FILES+= regress.f-yB-nhl.out
[all …]
/freebsd-12.1/tests/sys/fs/fusefs/
H A Dnfs.cc88 out.body.entry.nodeid = ino; in TEST_F()
99 out.body.entry.nodeid = ino; in TEST_F()
125 out.body.entry.nodeid = ino; in TEST_F()
136 out.body.entry.nodeid = ino; in TEST_F()
163 out.body.entry.nodeid = ino; in TEST_F()
189 out.body.entry.nodeid = ino; in TEST_F()
200 out.body.entry.nodeid = ino; in TEST_F()
234 out.body.entry.nodeid = ino; in TEST_F()
256 out.body.entry.nodeid = ino; in TEST_F()
335 out.header.error = 0; in TEST_F()
[all …]
H A Dsetattr.cc79 out.body.entry.nodeid = ino; in TEST_F()
90 SET_OUT_HEADER_LEN(out, attr); in TEST_F()
123 out.body.entry.nodeid = ino; in TEST_F()
162 out.body.entry.nodeid = ino; in TEST_F()
172 out.body.entry.nodeid = ino; in TEST_F()
222 out.body.entry.nodeid = ino; in TEST_F()
264 out.body.entry.nodeid = ino; in TEST_F()
294 out.body.entry.nodeid = ino; in TEST_F()
305 out.header.len = sizeof(out.header); in TEST_F()
357 out.header.len = sizeof(out.header); in TEST_F()
[all …]
H A Dgetattr.cc50 SET_OUT_HEADER_LEN(out, entry); in expect_lookup()
52 out.body.entry.nodeid = ino; in expect_lookup()
53 out.body.entry.attr.nlink = 1; in expect_lookup()
85 out.body.entry.nodeid = ino; in TEST_F()
128 out.body.attr.attr_valid = 0; in TEST_F()
206 out.body.attr.attr.size = 1; in TEST_F()
215 out.body.attr.attr.uid = 10; in TEST_F()
216 out.body.attr.attr.gid = 11; in TEST_F()
257 out.body.entry.nodeid = ino; in TEST_F()
271 out.body.attr.attr.size = 1; in TEST_F()
[all …]
H A Dlookup.cc66 out.body.entry.nodeid = ino; in TEST_F()
70 out.body.entry.attr.size = 1; in TEST_F()
79 out.body.entry.attr.uid = 10; in TEST_F()
80 out.body.entry.attr.gid = 11; in TEST_F()
127 out.body.entry.nodeid = ino; in TEST_F()
151 out.body.entry.nodeid = ino; in TEST_F()
172 out.body.entry.nodeid = 14; in TEST_F()
205 out.body.entry.nodeid = 42; in TEST_F()
226 out.body.entry.nodeid = 14; in TEST_F()
287 out.body.entry.nodeid = 14; in TEST_F()
[all …]
/freebsd-12.1/crypto/openssl/crypto/
H A Dppccpuid.pl222 stwx $tick,0,$out
231 stwx $tick,0,$out
232 addi $out,$out,4 # ++$out
255 stwx $tick,0,$out
266 stwx $tick,0,$out
282 add $out,$out,$tick # conditional ++$out
306 stwx $tick,0,$out
315 stwx $tick,0,$out
316 addi $out,$out,4 # ++$out
339 stwx $tick,0,$out
[all …]
/freebsd-12.1/crypto/openssl/crypto/ec/
H A Decp_nistp521.c667 out[1] += out[0] >> 58;
896 out[0] += out[8] >> 57;
899 out[1] += out[0] >> 58;
901 out[2] += out[1] >> 58;
903 out[3] += out[2] >> 58;
905 out[4] += out[3] >> 58;
907 out[5] += out[4] >> 58;
909 out[6] += out[5] >> 58;
911 out[7] += out[6] >> 58;
913 out[8] += out[7] >> 58;
[all …]
/freebsd-12.1/lib/libxo/tests/
H A DMakefile11 .SUFFIXES: .c .err .o .out .sh
18 .c.out .o.out:
25 ${PACKAGE}FILES+= test_01.E.out
27 ${PACKAGE}FILES+= test_01.H.out
31 ${PACKAGE}FILES+= test_01.HP.out
33 ${PACKAGE}FILES+= test_01.J.out
37 ${PACKAGE}FILES+= test_01.T.out
39 ${PACKAGE}FILES+= test_01.X.out
43 ${PACKAGE}FILES+= test_01.out
63 ${PACKAGE}FILES+= test_02.out
[all …]
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_console.c188 fprintf(out, in help_querylid()
197 fprintf(out, in help_portstatus()
208 fprintf(out, in help_switchbalance()
219 fprintf(out, in help_lidbalance()
243 fprintf(out, in help_perfmgr()
251 fprintf(out, in help_perfmgr()
253 fprintf(out, in help_perfmgr()
255 fprintf(out, in help_perfmgr()
257 fprintf(out, in help_perfmgr()
451 if (out) { in print_status()
[all …]
/freebsd-12.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c46 goto out; in mlx5_core_access_reg()
58 goto out; in mlx5_core_access_reg()
62 out: in mlx5_core_access_reg()
614 out: in mlx5_core_access_ptys()
672 out: in mlx5_core_access_pmtu()
929 memset(out, 0, sizeof(out)); in mlx5_query_port_prio_tc()
1141 out: in mlx5_set_dscp2prio()
1172 out: in mlx5_query_dscp2prio()
1345 out: in mlx5e_port_linkspeed()
1410 out: in mlx5e_port_query_priority2buffer()
[all …]
H A Dmlx5_transobj.c59 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_dealloc_transport_domain()
69 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_rq()
82 return mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_modify_rq()
93 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_rq()
114 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_sq()
127 return mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_modify_sq()
138 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_sq()
160 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_tir()
175 mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_core_destroy_tir()
186 err = mlx5_cmd_exec(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_tis()
[all …]
H A Dmlx5_vport.c292 out: in mlx5_query_nic_vport_mac_address()
352 out: in mlx5_query_nic_vport_system_image_guid()
375 out: in mlx5_query_nic_vport_node_guid()
399 out: in mlx5_query_nic_vport_port_guid()
422 out: in mlx5_query_nic_vport_qkey_viol_cntr()
768 out: in mlx5_query_nic_vport_mac_list()
881 out: in mlx5_query_nic_vport_vlans()
954 out: in mlx5_query_nic_vport_roce_en()
1088 out: in mlx5_query_hca_vport_system_image_guid()
1111 out: in mlx5_query_hca_vport_node_guid()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dmklibgcc.in399 echo $libgcc_a: $out
410 echo $libgcc_a: $out
462 echo $libgcc_a: $out
570 echo $libgcc_a: $out
657 -c $file -o $out
687 echo $libunwind_a: $out
723 .) out=$f ; t= ;;
726 case $out in
729 *) targ=$out ;;
922 out=${dir}/$f
[all …]
/freebsd-12.1/bin/dd/
H A Ddd.c226 out.dbp = out.db; in setup()
240 if (ftruncate(out.fd, out.offset * out.dbsz) == -1) in setup()
489 if (ddflags & C_OSYNC && out.dbcnt && out.dbcnt < out.dbsz) { in dd_close()
491 memset(out.dbp, fill_char, out.dbsz - out.dbcnt); in dd_close()
493 memset(out.dbp, ' ', out.dbsz - out.dbcnt); in dd_close()
495 memset(out.dbp, 0, out.dbsz - out.dbcnt); in dd_close()
496 out.dbcnt = out.dbsz; in dd_close()
543 for (n = force ? out.dbcnt : out.dbsz;; n = out.dbsz) { in dd_out()
606 if ((out.dbcnt -= n) < out.dbsz) in dd_out()
612 (void)memmove(out.db, out.dbp - out.dbcnt, out.dbcnt); in dd_out()
[all …]
/freebsd-12.1/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_cmd.c64 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_access_reg()
91 return mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_ctrl_op()
136 return mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_ctrl_write()
157 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_query()
238 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_create_qp()
261 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_modify_qp()
274 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_query_qp()
291 return mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_destroy_qp()
306 ret = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out)); in mlx5_fpga_query_qp_counters()
335 goto out; in mlx5_fpga_shell_counters()
[all …]
/freebsd-12.1/usr.bin/grep/tests/
H A DMakefile8 ${PACKAGE}FILES+= d_basic.out
9 ${PACKAGE}FILES+= d_begin_end_a.out
10 ${PACKAGE}FILES+= d_begin_end_b.out
11 ${PACKAGE}FILES+= d_binary.out
13 ${PACKAGE}FILES+= d_color_a.out
15 ${PACKAGE}FILES+= d_color_b.out
16 ${PACKAGE}FILES+= d_color_c.out
21 ${PACKAGE}FILES+= d_context_a.out
30 ${PACKAGE}FILES+= d_egrep.out
38 ${PACKAGE}FILES+= d_invert.out
[all …]
/freebsd-12.1/crypto/heimdal/lib/kadm5/
H A Dget_s.c87 memset(out, 0, sizeof(*out)); in kadm5_s_get_principal()
92 goto out; in kadm5_s_get_principal()
140 goto out; in kadm5_s_get_principal()
181 goto out; in kadm5_s_get_principal()
222 goto out; in kadm5_s_get_principal()
237 goto out; in kadm5_s_get_principal()
264 goto out; in kadm5_s_get_principal()
273 goto out; in kadm5_s_get_principal()
290 goto out; in kadm5_s_get_principal()
299 goto out; in kadm5_s_get_principal()
[all …]
/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c147 parg.out = out; in asn1_item_print_ctx()
352 if (BIO_puts(out, fname) <= 0) in asn1_print_fsname()
360 if (BIO_puts(out, sname) <= 0) in asn1_print_fsname()
364 if (BIO_write(out, ": ", 2) != 2) in asn1_print_fsname()
387 if (BIO_puts(out, str) <= 0) in asn1_print_boolean()
400 if (BIO_puts(out, s) <= 0) in asn1_print_integer()
424 } else if (BIO_puts(out, "\n") <= 0) in asn1_print_obstring()
475 if (BIO_puts(out, "NULL\n") <= 0) in asn1_primitive_print()
481 if (BIO_puts(out, pname) <= 0) in asn1_primitive_print()
483 if (BIO_puts(out, ":") <= 0) in asn1_primitive_print()
[all …]
/freebsd-12.1/usr.bin/calendar/tests/
H A DMakefile10 ${PACKAGE}FILES+= regress.a1.out
11 ${PACKAGE}FILES+= regress.a2.out
12 ${PACKAGE}FILES+= regress.a3.out
13 ${PACKAGE}FILES+= regress.a4.out
14 ${PACKAGE}FILES+= regress.a5.out
15 ${PACKAGE}FILES+= regress.b1.out
16 ${PACKAGE}FILES+= regress.b2.out
17 ${PACKAGE}FILES+= regress.b3.out
18 ${PACKAGE}FILES+= regress.b4.out
19 ${PACKAGE}FILES+= regress.b5.out
[all …]

12345678910>>...187