Home
last modified time | relevance | path

Searched refs:out1 (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl680 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
792 vxor $out1,$in1,$rndkey0
812 vncipher $out1,$out1,v24
823 vncipher $out1,$out1,v25
835 vncipher $out1,$out1,v24
845 vncipher $out1,$out1,v25
855 vncipher $out1,$out1,v26
868 vncipher $out1,$out1,v27
878 vncipher $out1,$out1,v28
888 vncipher $out1,$out1,v29
[all …]
H A Daes-ia64.S310 { .mmi; ld4 out1=[in0],8 // s0
346 ld1 out1=[out4],4 };; // s0
361 dep out1=r16,out1,24,8 //;;
367 dep out1=r17,out1,16,8 //;;
373 dep out1=r18,out1,8,8 //;;
385 { .mii; ADDP out1=1,in1
401 { .mmi; st1 [out1]=r18,4
405 { .mmi; st1 [out1]=r22,4
410 { .mmi; st1 [out1]=r26,4
416 { .mmi; st1 [out1]=r30
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519_fiat.h68 static FIAT_25519_FIAT_INLINE void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2,… in fiat_25519_addcarryx_u51() argument
75 *out1 = x2; in fiat_25519_addcarryx_u51()
94 static FIAT_25519_FIAT_INLINE void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2… in fiat_25519_subborrowx_u51() argument
101 *out1 = x3; in fiat_25519_subborrowx_u51()
118 static FIAT_25519_FIAT_INLINE void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, ui… in fiat_25519_cmovznz_u64() argument
125 *out1 = x3; in fiat_25519_cmovznz_u64()
135 static FIAT_25519_FIAT_INLINE void fiat_25519_carry_mul(fiat_25519_tight_field_element out1, const … in fiat_25519_carry_mul() argument
240 out1[0] = x48; in fiat_25519_carry_mul()
241 out1[1] = x51; in fiat_25519_carry_mul()
242 out1[2] = x52; in fiat_25519_carry_mul()
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dlast_local_modify.cc280 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_P() local
294 out1->header.unique = mutator_unique; in TEST_P()
297 out1->header.error = 0; in TEST_P()
298 out1->header.len = sizeof(out1->header); in TEST_P()
301 SET_OUT_HEADER_LEN(*out1, write); in TEST_P()
302 out1->body.write.size = mutator_size; in TEST_P()
305 SET_OUT_HEADER_LEN(*out1, attr); in TEST_P()
306 out1->body.attr.attr.ino = ino; in TEST_P()
307 out1->body.attr.attr.mode = S_IFREG | 0644; in TEST_P()
308 out1->body.attr.attr.size = newsize; // Changed size in TEST_P()
[all …]
H A Dbad_server.cc94 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
95 out1->header.unique = in.header.unique; in TEST_F()
96 out1->header.error = -ENOENT; in TEST_F()
97 out1->header.len = sizeof(out1->header); in TEST_F()
98 out.push_back(std::move(out1)); in TEST_F()
H A Dinterrupt.cc254 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
255 out1->header.unique = in.header.unique; in TEST_F()
256 out1->header.error = -EAGAIN; in TEST_F()
257 out1->header.len = sizeof(out1->header); in TEST_F()
258 out.push_back(std::move(out1)); in TEST_F()
311 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
318 SET_OUT_HEADER_LEN(*out1, entry); in TEST_F()
319 out1->body.create.entry.attr.mode = S_IFDIR | MODE; in TEST_F()
320 out1->body.create.entry.nodeid = ino1; in TEST_F()
321 out1->header.unique = mkdir_unique; in TEST_F()
[all …]
/freebsd/crypto/openssl/fuzz/
H A Dslh-dsa.c169 void **out1, void **out2) in slh_dsa_gen_keys() argument
177 *out1 = (void *)slh_dsa_gen_key(keytype, keysize, NULL, 0); in slh_dsa_gen_keys()
206 void **out1, void **out2) in slh_dsa_gen_key_with_params() argument
219 *out1 = NULL; in slh_dsa_gen_key_with_params()
262 *out1 = (void *)slh_dsa_gen_key(keytype, keysize, params, &broken); in slh_dsa_gen_key_with_params()
265 OPENSSL_assert(*out1 == NULL); in slh_dsa_gen_key_with_params()
267 OPENSSL_assert(*out1 != NULL); in slh_dsa_gen_key_with_params()
282 static void slh_dsa_clean_keys(void *in1, void *in2, void *out1, void *out2) in slh_dsa_clean_keys() argument
286 EVP_PKEY_free((EVP_PKEY *)out1); in slh_dsa_clean_keys()
307 void *key2, void **out1, void **out2) in slh_dsa_sign_verify() argument
[all …]
H A Dml-kem.c270 void **out1, void **out2) in mlkem_encap_decap() argument
407 void **out1, void **out2) in mlkem_kex() argument
444 void *key2, void **out1, void **out2) in mlkem_export_import() argument
489 void *key2, void **out1, void **out2) in mlkem_compare() argument
546 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
559 void **out1, void **out2);
569 void (*cleanup)(void *in1, void *in2, void *out1, void *out2);
631 void *out1 = NULL, *out2 = NULL; in FuzzerTestOneInput() local
654 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
656 ops[operation].cleanup(in1, in2, out1, out2); in FuzzerTestOneInput()
H A Dml-dsa.c299 void *in2, void **out1, void **out2) in ml_dsa_sign_verify() argument
378 void *in2, void **out1, void **out2) in ml_dsa_digest_sign_verify() argument
460 void *key2, void **out1, void **out2) in ml_dsa_export_import() argument
505 void *key2, void **out1, void **out2) in ml_dsa_compare() argument
561 void (*setup)(uint8_t **buf, size_t *len, void **out1, void **out2);
574 void **out1, void **out2);
584 void (*cleanup)(void *in1, void *in2, void *out1, void *out2);
646 void *out1 = NULL, *out2 = NULL; in FuzzerTestOneInput() local
663 ops[operation].doit(&buffer_cursor, &len, in1, in2, &out1, &out2); in FuzzerTestOneInput()
665 ops[operation].cleanup(in1, in2, out1, out2); in FuzzerTestOneInput()
/freebsd/contrib/bc/tests/bc/
H A Dtimeconst.sh69 out1="$outputdir/bc_outputs/bc_timeconst.txt"
72 outdir=$(dirname "$out1")
106 printf '%s\n' "$i" | bc -q "$timeconst" > "$out1"
119 diff "$out1" "$out2"
131 rm -f "$out1"
/freebsd/sys/contrib/libsodium/test/default/
H A Dscalarmult7.c18 static unsigned char out1[32]; variable
27 ret = crypto_scalarmult_curve25519(out1, scalar, p1); in main()
31 printf("%d\n", !!memcmp(out1, out2, 32)); in main()
/freebsd/tools/test/iconv/
H A Dconst-gnuism.c43 char *out1, *out2; in main() local
59 if ((out1 = malloc(inbytes)) == NULL) in main()
62 if (iconv(cd, in1, &inbytes, &out1, &outbytes) == -1) in main()
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_context.c649 gss_buffer_desc in, out1, out2; in main() local
791 memset(&out1, 0, sizeof(out1)); in main()
798 100, &out1); in main()
802 if (out1.length != out2.length) in main()
804 if (memcmp(out1.value, out2.value, out1.length) != 0) in main()
807 gss_release_buffer(&min_stat, &out1); in main()
810 100, &out1); in main()
812 if (out1.length != out2.length) in main()
814 if (memcmp(out1.value, out2.value, out1.length) != 0) in main()
817 gss_release_buffer(&min_stat, &out1); in main()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Din_out_out_result.h32 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter1 out1;
39 return {in, out1, out2};
46 return {std::move(in), std::move(out1), std::move(out2)}; in in_out_out_result()
29 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter1 out1; global() member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_001_pos.ksh63 log_must dd if=/dev/urandom of=$TESTDIR/$TESTFILE1.out1 count=1 bs=128k
64 log_must dd if=$TESTDIR/$TESTFILE1.out1 of=$TESTDIR/$TESTFILE1 count=1 bs=128k
66 log_must cmp $TESTDIR/$TESTFILE1.out1 $TESTDIR/$TESTFILE1.out2
/freebsd/bin/sh/
H A Doutput.c71 struct output *out1 = &output; variable
83 outstr(p, out1); in out1str()
89 outqstr(p, out1); in out1qstr()
286 doformat(out1, fmt, ap); in out1fmt()
338 return fwopen(out1, doformat_wr); in out1fp()
H A Doutput.h53 extern struct output *out1; /* &memout if backquote, otherwise &output */
80 #define out1c(c) outc(c, out1);
H A Dcd.c165 flushout(out1); in docd()
166 outclearerror(out1); in docd()
/freebsd/contrib/atf/atf-c/
H A Dcheck_test.c403 const char *out1, *out2; in ATF_TC_BODY() local
414 out1 = atf_check_result_stdout(&result1); in ATF_TC_BODY()
419 ATF_CHECK(strstr(out1, "check.XXXXXX") == NULL); in ATF_TC_BODY()
424 ATF_CHECK(strstr(out1, "/check") != NULL); in ATF_TC_BODY()
429 ATF_CHECK(strstr(out1, "/stdout") != NULL); in ATF_TC_BODY()
434 ATF_CHECK(strcmp(out1, out2) != 0); in ATF_TC_BODY()
446 CHECK_LINES(out1, "stdout", "result1"); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c++/
H A Dcheck_test.cpp334 const std::string out1 = r1->stdout_path(); in ATF_TEST_CASE_BODY() local
339 ATF_REQUIRE(out1.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY()
344 ATF_REQUIRE(out1.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY()
349 ATF_REQUIRE(out1.find("/stdout") != std::string::npos); in ATF_TEST_CASE_BODY()
354 ATF_REQUIRE(out1 != out2); in ATF_TEST_CASE_BODY()
357 check_lines(out1, "stdout", "result1"); in ATF_TEST_CASE_BODY()
/freebsd/crypto/openssl/test/
H A Devp_libctx_test.c354 unsigned char out1[256]; in test_cipher_reinit() local
461 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, sizeof(in))) in test_cipher_reinit()
473 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) in test_cipher_reinit()
474 || !TEST_mem_ne(out1, out1_len, out3, out3_len) in test_cipher_reinit()
478 if (!TEST_mem_eq(out1, out1_len, out2, out2_len) in test_cipher_reinit()
479 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len))) in test_cipher_reinit()
502 unsigned char out1[256]; in test_cipher_reinit_partialupdate() local
640 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, in_len)) in test_cipher_reinit_partialupdate()
646 if (!TEST_mem_eq(out1, out1_len, out2, out2_len)) in test_cipher_reinit_partialupdate()
655 if (!TEST_mem_eq(out1, out1_len, out3, out3_len)) in test_cipher_reinit_partialupdate()
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m484 #define out1 %o1
111 ! Loads key first round from address in parameter 5 to out0, out1.
194 ld [$5+4], out1 ! key 8642
297 xor $2, out1, out1 ! 8642
301 srl out1, 4, local0 ! rotate 4 right
311 sll out1, 28, out1 ! rotate
316 or out1, local0, out1 ! rotate
319 srl out1, 24, local0 ! 8
320 and out1, local5, local4 ! 4
327 srl out1, 16, local2 ! 6
[all …]
/freebsd/tests/sys/netgraph/
H A Dng_macfilter_test.sh319 n=$(countmacs out1)
341 n=$(countmacs out1)
391 n=$(countmacs out1)
417 n=$(countmacs out1)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Didmap_util.c569 goto out1; in is_idmap_supported()
573 goto out1; in is_idmap_supported()
595 out1: in is_idmap_supported()
662 goto out1; in do_idmap_mount()
703 out1: in do_idmap_mount()
/freebsd/crypto/openssh/regress/
H A DMakefile150 t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \
196 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1 ; \
198 chmod 600 $(OBJ)/t6.out1 ; \
199 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2 ; \

1234