| /NextBSD/crypto/openssl/crypto/aes/asm/ |
| HD | aesni-mb-x86_64.pl | 86 @out=map("%xmm$_",(2..5)); 162 movdqu `40*$i+24-40*2`($inp),@out[$i] # load IV 172 pxor $zero,@out[0] 174 pxor $zero,@out[1] 176 pxor $zero,@out[2] 178 pxor $zero,@out[3] 180 pxor @inp[0],@out[0] 182 pxor @inp[1],@out[1] 184 pxor @inp[2],@out[2] 185 pxor @inp[3],@out[3] [all …]
|
| HD | bsaes-x86_64.pl | 105 my ($inp,$out,$len,$key,$ivp)=("%rdi","%rsi","%rdx","%rcx"); 935 my ($out,$inp,$rounds,$const)=("%rax","%rcx","%r10d","%r11"); 976 movdqa %xmm7, ($out) # save round 0 key 977 lea 0x10($out), $out 1012 movdqa %xmm8, 0x00($out) # write bit-sliced round key 1015 movdqa %xmm9, 0x10($out) 1022 movdqa %xmm10, 0x20($out) 1025 movdqa %xmm11, 0x30($out) 1032 movdqa %xmm12, 0x40($out) 1033 movdqa %xmm13, 0x50($out) [all …]
|
| HD | aesni-x86_64.pl | 203 $out="%rsi"; 254 { my ($inp,$out,$key) = @_4args; 268 movups $inout0,($out) # output 284 movups $inout0,($out) # output 621 movups $inout0,($out) # store 8 output blocks 625 movups $inout1,0x10($out) 627 movups $inout2,0x20($out) 629 movups $inout3,0x30($out) 631 movups $inout4,0x40($out) 633 movups $inout5,0x50($out) [all …]
|
| /NextBSD/usr.bin/jot/tests/ |
| HD | Makefile | 6 FILES= regress.ascii.out 7 FILES+= regress.block.out 8 FILES+= regress.dddd.out 9 FILES+= regress.dddh.out 10 FILES+= regress.ddhd.out 11 FILES+= regress.ddhd2.out 12 FILES+= regress.ddhh.out 13 FILES+= regress.ddhh2.out 14 FILES+= regress.dhdd.out 15 FILES+= regress.dhdh.out [all …]
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
| HD | tst.general.d.out | 5 out |<NULL>| 10 out |1| 12 out |<NULL>| 14 out |<NULL>| 16 out |<NULL>| 21 out |<NULL>| 26 out |1.5001| 31 out |16.3e10| 36 out |5| 41 out |16E10| [all …]
|
| /NextBSD/usr.bin/ncal/tests/ |
| HD | Makefile | 6 FILES= regress.b-3m200901-jd-nhl.out 7 FILES+= regress.b-3m200901-md-nhl.out 8 FILES+= regress.b-3m200902-jd-nhl.out 9 FILES+= regress.b-3m200902-md-nhl.out 10 FILES+= regress.b-3m200903-jd-nhl.out 11 FILES+= regress.b-3m200903-md-nhl.out 12 FILES+= regress.b-3m200904-jd-nhl.out 13 FILES+= regress.b-3m200904-md-nhl.out 14 FILES+= regress.b-3m200905-jd-nhl.out 15 FILES+= regress.b-3m200905-md-nhl.out [all …]
|
| /NextBSD/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_transobj.c | 36 u32 out[MLX5_ST_SZ_DW(alloc_transport_domain_out)]; in mlx5_alloc_transport_domain() local 40 memset(out, 0, sizeof(out)); in mlx5_alloc_transport_domain() 45 err = mlx5_cmd_exec_check_status(dev, in, sizeof(in), out, sizeof(out)); in mlx5_alloc_transport_domain() 47 *tdn = MLX5_GET(alloc_transport_domain_out, out, in mlx5_alloc_transport_domain() 56 u32 out[MLX5_ST_SZ_DW(dealloc_transport_domain_out)]; in mlx5_dealloc_transport_domain() local 59 memset(out, 0, sizeof(out)); in mlx5_dealloc_transport_domain() 65 mlx5_cmd_exec_check_status(dev, in, sizeof(in), out, sizeof(out)); in mlx5_dealloc_transport_domain() 70 u32 out[MLX5_ST_SZ_DW(create_rq_out)]; in mlx5_core_create_rq() local 75 memset(out, 0, sizeof(out)); in mlx5_core_create_rq() 76 err = mlx5_cmd_exec_check_status(dev, in, inlen, out, sizeof(out)); in mlx5_core_create_rq() [all …]
|
| HD | mlx5_port.c | 37 struct mlx5_access_reg_mbox_out *out = NULL; in mlx5_core_access_reg() local 44 out = mlx5_vzalloc(sizeof(*out) + size_out); in mlx5_core_access_reg() 45 if (!out) in mlx5_core_access_reg() 53 err = mlx5_cmd_exec(dev, in, sizeof(*in) + size_in, out, in mlx5_core_access_reg() 54 sizeof(*out) + size_out); in mlx5_core_access_reg() 58 if (out->hdr.status) in mlx5_core_access_reg() 59 err = mlx5_cmd_status_to_err(&out->hdr); in mlx5_core_access_reg() 62 memcpy(data_out, out->data, size_out); in mlx5_core_access_reg() 65 kvfree(out); in mlx5_core_access_reg() 86 struct mlx5_reg_pcap out; in mlx5_set_port_caps() local [all …]
|
| HD | mlx5_vport.c | 36 u32 out[MLX5_ST_SZ_DW(query_vport_state_out)]; in mlx5_query_vport_state() local 45 err = mlx5_cmd_exec_check_status(mdev, in, sizeof(in), out, in mlx5_query_vport_state() 46 sizeof(out)); in mlx5_query_vport_state() 50 return MLX5_GET(query_vport_state_out, out, state); in mlx5_query_vport_state() 55 u32 *out, int outlen) in mlx5_query_nic_vport_context() argument 68 return mlx5_cmd_exec_check_status(mdev, in, sizeof(in), out, outlen); in mlx5_query_nic_vport_context() 74 u32 out[MLX5_ST_SZ_DW(alloc_q_counter_in)]; in mlx5_vport_alloc_q_counter() local 78 memset(out, 0, sizeof(out)); in mlx5_vport_alloc_q_counter() 84 out, sizeof(out)); in mlx5_vport_alloc_q_counter() 89 *counter_set_id = MLX5_GET(alloc_q_counter_out, out, in mlx5_vport_alloc_q_counter() [all …]
|
| /NextBSD/lib/libxo/tests/ |
| HD | Makefile | 9 .SUFFIXES: .c .err .o .out .sh 14 .PATH.out: ${LIBXOSRC}/tests/core/saved 16 .c.out .o.out: 25 FILES+= test_01.E.out 27 FILES+= test_01.H.out 29 FILES+= test_01.HIPx.out 31 FILES+= test_01.HP.out 33 FILES+= test_01.J.out 35 FILES+= test_01.JP.out 37 FILES+= test_01.T.out [all …]
|
| /NextBSD/crypto/openssl/crypto/ec/ |
| HD | ecp_nistp521.c | 141 static void bin66_to_felem(felem out, const u8 in[66]) in bin66_to_felem() argument 143 out[0] = (*((limb *) & in[0])) & bottom58bits; in bin66_to_felem() 144 out[1] = (*((limb *) & in[7]) >> 2) & bottom58bits; in bin66_to_felem() 145 out[2] = (*((limb *) & in[14]) >> 4) & bottom58bits; in bin66_to_felem() 146 out[3] = (*((limb *) & in[21]) >> 6) & bottom58bits; in bin66_to_felem() 147 out[4] = (*((limb *) & in[29])) & bottom58bits; in bin66_to_felem() 148 out[5] = (*((limb *) & in[36]) >> 2) & bottom58bits; in bin66_to_felem() 149 out[6] = (*((limb *) & in[43]) >> 4) & bottom58bits; in bin66_to_felem() 150 out[7] = (*((limb *) & in[50]) >> 6) & bottom58bits; in bin66_to_felem() 151 out[8] = (*((limb *) & in[58])) & bottom57bits; in bin66_to_felem() [all …]
|
| HD | ecp_nistp256.c | 128 static void bin32_to_felem(felem out, const u8 in[32]) in bin32_to_felem() argument 130 out[0] = *((u64 *)&in[0]); in bin32_to_felem() 131 out[1] = *((u64 *)&in[8]); in bin32_to_felem() 132 out[2] = *((u64 *)&in[16]); in bin32_to_felem() 133 out[3] = *((u64 *)&in[24]); in bin32_to_felem() 140 static void smallfelem_to_bin32(u8 out[32], const smallfelem in) in smallfelem_to_bin32() 142 *((u64 *)&out[0]) = in[0]; in smallfelem_to_bin32() 143 *((u64 *)&out[8]) = in[1]; in smallfelem_to_bin32() 144 *((u64 *)&out[16]) = in[2]; in smallfelem_to_bin32() 145 *((u64 *)&out[24]) = in[3]; in smallfelem_to_bin32() [all …]
|
| /NextBSD/crypto/openssl/crypto/ecdh/ |
| HD | ecdhtest.c | 109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, in KDF1_SHA1() argument 117 return SHA1(in, inlen, out); in KDF1_SHA1() 123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) in test_ecdh_curve() argument 149 BIO_puts(out, "Testing key generation with "); in test_ecdh_curve() 150 BIO_puts(out, text); in test_ecdh_curve() 152 BIO_puts(out, "\n"); in test_ecdh_curve() 154 (void)BIO_flush(out); in test_ecdh_curve() 175 BIO_puts(out, " pri 1="); in test_ecdh_curve() 176 BN_print(out, a->priv_key); in test_ecdh_curve() 177 BIO_puts(out, "\n pub 1="); in test_ecdh_curve() [all …]
|
| /NextBSD/crypto/openssl/crypto/lhash/ |
| HD | lh_stats.c | 75 void lh_stats(LHASH *lh, FILE *out) in lh_stats() argument 77 fprintf(out, "num_items = %lu\n", lh->num_items); in lh_stats() 78 fprintf(out, "num_nodes = %u\n", lh->num_nodes); in lh_stats() 79 fprintf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes); in lh_stats() 80 fprintf(out, "num_expands = %lu\n", lh->num_expands); in lh_stats() 81 fprintf(out, "num_expand_reallocs = %lu\n", lh->num_expand_reallocs); in lh_stats() 82 fprintf(out, "num_contracts = %lu\n", lh->num_contracts); in lh_stats() 83 fprintf(out, "num_contract_reallocs = %lu\n", lh->num_contract_reallocs); in lh_stats() 84 fprintf(out, "num_hash_calls = %lu\n", lh->num_hash_calls); in lh_stats() 85 fprintf(out, "num_comp_calls = %lu\n", lh->num_comp_calls); in lh_stats() [all …]
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_console.c | 59 void (*help_function) (FILE * out, int detail); 61 FILE * out); 68 void (*loop_function) (osm_opensm_t * p_osm, FILE * out); 82 static void help_command(FILE * out, int detail) in help_command() argument 86 fprintf(out, "Supported commands and syntax:\n"); in help_command() 87 fprintf(out, "help [<command>]\n"); in help_command() 90 console_cmds[i].help_function(out, 0); in help_command() 93 static void help_quit(FILE * out, int detail) in help_quit() argument 95 fprintf(out, "quit (not valid in local mode; use ctl-c)\n"); in help_quit() 98 static void help_loglevel(FILE * out, int detail) in help_loglevel() argument [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | mklibgcc.in | 268 out="libgcc/${dir}/${name}${objext}" 276 echo ${out}: stmp-dirs '$(srcdir)/config/$(LIB1ASMSRC)' ${outV} 278 -c '$(srcdir)/config/$(LIB1ASMSRC)' -include $outV -o $out 282 echo $libgcc_a: $out 288 out="libgcc/${dir}/${name}${objext}" 289 echo ${out}: stmp-dirs '$(srcdir)/config/$(LIB1ASMSRC)' 291 -c '$(srcdir)/config/$(LIB1ASMSRC)' -o $out 292 echo $libgcc_a: $out 311 out="libgcc/${dir}/${name}${objext}" 318 echo $out: $libgcc2_c_dep [all …]
|
| /NextBSD/bin/dd/ |
| HD | dd.c | 75 IO in, out; /* input/output state */ variable 110 close(out.fd); in main() 143 if (out.name == NULL) { in setup() 145 out.fd = STDOUT_FILENO; in setup() 146 out.name = "stdout"; in setup() 150 out.fd = open(out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup() 156 if (out.fd == -1) { in setup() 157 out.fd = open(out.name, O_WRONLY | OFLAGS, DEFFILEMODE); in setup() 158 out.flags |= NOREAD; in setup() 160 if (out.fd == -1) in setup() [all …]
|
| /NextBSD/usr.bin/calendar/tests/ |
| HD | Makefile | 7 FILES+= regress.a1.out 8 FILES+= regress.a2.out 9 FILES+= regress.a3.out 10 FILES+= regress.a4.out 11 FILES+= regress.a5.out 12 FILES+= regress.b1.out 13 FILES+= regress.b2.out 14 FILES+= regress.b3.out 15 FILES+= regress.b4.out 16 FILES+= regress.b5.out [all …]
|
| /NextBSD/crypto/openssl/crypto/ecdsa/ |
| HD | ecdsatest.c | 102 int x9_62_test_internal(BIO *out, int nid, const char *r, const char *s); 181 int x9_62_test_internal(BIO *out, int nid, const char *r_in, const char *s_in) in x9_62_test_internal() argument 198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid)); in x9_62_test_internal() 204 BIO_printf(out, "."); in x9_62_test_internal() 205 (void)BIO_flush(out); in x9_62_test_internal() 210 BIO_printf(out, "."); in x9_62_test_internal() 211 (void)BIO_flush(out); in x9_62_test_internal() 219 BIO_printf(out, "."); in x9_62_test_internal() 220 (void)BIO_flush(out); in x9_62_test_internal() 224 BIO_printf(out, "."); in x9_62_test_internal() [all …]
|
| /NextBSD/crypto/openssl/crypto/asn1/ |
| HD | tasn_prn.c | 157 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, 162 int asn1_template_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, 165 static int asn1_primitive_print(BIO *out, ASN1_VALUE **fld, 170 static int asn1_print_fsname(BIO *out, int indent, 174 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, in ASN1_item_print() argument 184 return asn1_item_print_ctx(out, &ifld, indent, it, NULL, sname, 0, pctx); in ASN1_item_print() 187 static int asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() argument 200 parg.out = out; in asn1_item_print_ctx() 209 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx)) in asn1_item_print_ctx() 211 if (BIO_puts(out, "<ABSENT>\n") <= 0) in asn1_item_print_ctx() [all …]
|
| /NextBSD/crypto/heimdal/lib/kadm5/ |
| HD | get_s.c | 70 kadm5_principal_ent_t out, in kadm5_s_get_principal() argument 87 memset(out, 0, sizeof(*out)); in kadm5_s_get_principal() 90 &out->principal); in kadm5_s_get_principal() 92 goto out; in kadm5_s_get_principal() 94 out->princ_expire_time = *ent.entry.valid_end; in kadm5_s_get_principal() 96 out->pw_expiration = *ent.entry.pw_end; in kadm5_s_get_principal() 98 hdb_entry_get_pw_change_time(&ent.entry, &out->last_pwd_change); in kadm5_s_get_principal() 100 out->attributes |= ent.entry.flags.postdate ? 0 : KRB5_KDB_DISALLOW_POSTDATED; in kadm5_s_get_principal() 101 out->attributes |= ent.entry.flags.forwardable ? 0 : KRB5_KDB_DISALLOW_FORWARDABLE; in kadm5_s_get_principal() 102 out->attributes |= ent.entry.flags.initial ? KRB5_KDB_DISALLOW_TGT_BASED : 0; in kadm5_s_get_principal() [all …]
|
| /NextBSD/crypto/openssl/crypto/modes/ |
| HD | cbc128.c | 66 void CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, in CRYPTO_cbc128_encrypt() argument 73 assert(in && out && key && ivec); in CRYPTO_cbc128_encrypt() 77 ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) { in CRYPTO_cbc128_encrypt() 80 out[n] = in[n] ^ iv[n]; in CRYPTO_cbc128_encrypt() 81 (*block) (out, out, key); in CRYPTO_cbc128_encrypt() 82 iv = out; in CRYPTO_cbc128_encrypt() 85 out += 16; in CRYPTO_cbc128_encrypt() 90 *(size_t *)(out + n) = in CRYPTO_cbc128_encrypt() 92 (*block) (out, out, key); in CRYPTO_cbc128_encrypt() 93 iv = out; in CRYPTO_cbc128_encrypt() [all …]
|
| /NextBSD/cddl/usr.sbin/dtrace/tests/common/aggs/ |
| HD | Makefile | 67 tst.aggencoding.d.out \ 69 tst.agghist.d.out \ 71 tst.aggpack.d.out \ 73 tst.aggpackbanner.ksh.out \ 75 tst.aggpackzoom.d.out \ 77 tst.aggzoom.d.out \ 79 tst.allquant.d.out \ 81 tst.avg.d.out \ 83 tst.avg_neg.d.out \ 85 tst.clear.d.out \ [all …]
|
| /NextBSD/crypto/openssl/crypto/perlasm/ |
| HD | sparcv9_modes.pl | 26 my ($inp,$out,$len,$key,$ivec)=map("%i$_",(0..5)); 40 sub $inp, $out, $blk_init ! $inp!=$out 70 and $out, 7, $ooff 72 movrnz $ooff, 0, $blk_init ! if ( $out&7 || 74 brnz,pn $blk_init, .L${bits}cbc_enc_blk ! $inp==$out) 77 alignaddrl $out, %g0, $out 79 prefetch [$out], 22 101 prefetch [$out + 63], 22 109 std %f0, [$out + 0] 110 std %f2, [$out + 8] [all …]
|
| /NextBSD/contrib/netbsd-tests/ipf/input/ |
| HD | n5 | 1 out on zx0 255 10.1.1.0 10.1.1.2 2 out on zx0 255 10.1.1.1 10.1.1.2 3 out on zx0 255 10.1.1.2 10.1.1.1 4 out on zx0 tcp 10.1.1.2,1025 10.1.1.1,1025 5 out on zx0 tcp 10.1.1.2,1026 10.1.1.1,1025 6 out on zx0 255 10.2.2.1 10.1.2.1 7 out on zx0 255 10.2.2.2 10.1.2.1 20 out on zx0 icmp 10.1.1.1 10.4.3.2 24 out on zx0 34 10.1.1.2 10.4.3.2 26 out on zx0 34 10.1.1.2 10.4.3.4 [all …]
|