| /freebsd-12.1/sys/contrib/libsodium/test/default/ |
| H A D | xchacha20.c | 67 sodium_free(out2); in tv_hchacha20() 141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key); in tv_stream_xchacha20() 142 crypto_stream_xchacha20_xor_ic(out2, out2, 0, nonce, 1, key); in tv_stream_xchacha20() 143 sodium_free(out2); in tv_stream_xchacha20() 152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key); in tv_stream_xchacha20() 155 sodium_free(out2); in tv_stream_xchacha20() 161 crypto_stream_xchacha20_xor_ic(out2, out2, 192, nonce, in tv_stream_xchacha20() 252 (out2, out2, 0, in tv_secretbox_xchacha20poly1305() 254 out2[n]++; in tv_secretbox_xchacha20poly1305() 258 out2[n]--; in tv_secretbox_xchacha20poly1305() [all …]
|
| H A D | scalarmult7.c | 19 static unsigned char out2[32]; variable 29 ret = crypto_scalarmult_curve25519(out2, scalar, p2); in main() 31 printf("%d\n", !!memcmp(out1, out2, 32)); in main()
|
| /freebsd-12.1/crypto/openssl/crypto/aes/asm/ |
| H A D | aesp8-ppc.pl | 939 le?vperm $out2,$out2,$out2,$inpperm 1078 le?vperm $out2,$out2,$out2,$inpperm 1104 le?vperm $out2,$out2,$out2,$inpperm 1713 le?vperm $out2,$out2,$out2,$inpperm 1742 le?vperm $out2,$out2,$out2,$inpperm 1768 le?vperm $out2,$out2,$out2,$inpperm 1791 le?vperm $out2,$out2,$out2,$inpperm 1811 le?vperm $out2,$out2,$out2,$inpperm 1828 le?vperm $out2,$out2,$out2,$inpperm 2821 vxor $out2,$out2,$out2 [all …]
|
| H A D | aes-ia64.S | 341 add out2=2,in0 345 { .mmi; ld1 r18=[out2],4 349 { .mmi; ld1 r22=[out2],4 357 { .mmi; ld1 r30=[out2] 388 { .mii; ADDP out2=2,in1 408 st1 [out2]=r25,4 414 st1 [out2]=r29 718 add out2=2,in0 734 { .mmi; ld1 r30=[out2] 785 st1 [out2]=r25,4 [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/kadm5/ |
| H A D | chpass_s.c | 65 goto out2; in change() 101 goto out2; in change() 105 goto out2; in change() 110 goto out2; in change() 118 out2: in change() 175 goto out2; in kadm5_s_chpass_principal_with_key() 179 goto out2; in kadm5_s_chpass_principal_with_key() 182 goto out2; in kadm5_s_chpass_principal_with_key() 186 goto out2; in kadm5_s_chpass_principal_with_key() 191 goto out2; in kadm5_s_chpass_principal_with_key() [all …]
|
| H A D | modify_s.c | 62 goto out2; in modify_principal() 65 goto out2; in modify_principal() 69 goto out2; in modify_principal() 74 goto out2; in modify_principal() 80 out2: in modify_principal()
|
| H A D | randkey_s.c | 67 goto out2; in kadm5_s_randkey_principal() 75 goto out2; in kadm5_s_randkey_principal() 79 goto out2; in kadm5_s_randkey_principal() 84 goto out2; in kadm5_s_randkey_principal() 102 out2: in kadm5_s_randkey_principal()
|
| H A D | delete_s.c | 57 goto out2; in kadm5_s_delete_principal() 62 goto out2; in kadm5_s_delete_principal() 66 goto out2; in kadm5_s_delete_principal() 70 out2: in kadm5_s_delete_principal()
|
| H A D | rename_s.c | 62 goto out2; in kadm5_s_rename_principal() 86 goto out2; in kadm5_s_rename_principal() 93 goto out2; in kadm5_s_rename_principal() 101 goto out2; in kadm5_s_rename_principal() 105 out2: in kadm5_s_rename_principal()
|
| /freebsd-12.1/crypto/heimdal/kadmin/ |
| H A D | del_enctype.c | 66 goto out2; in del_enctype() 73 goto out2; in del_enctype() 81 goto out2; in del_enctype() 118 out2: in del_enctype()
|
| H A D | add_enctype.c | 71 goto out2; in add_enctype() 78 goto out2; in add_enctype() 86 goto out2; in add_enctype() 160 out2: in add_enctype()
|
| /freebsd-12.1/contrib/gcclibs/libgomp/config/linux/ia64/ |
| H A D | futex.h | 41 register long out2 asm ("out2") = val; in sys_futex0() 46 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3) in sys_futex0() 47 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3) in sys_futex0()
|
| /freebsd-12.1/tools/test/iconv/ |
| H A D | const-gnuism.c | 46 char *out1, *out2; in main() local 53 if ((out2 = malloc(inbytes)) == NULL) in main() 56 if (iconv(cd, in2, &inbytes, &out2, &outbytes) == -1) in main()
|
| /freebsd-12.1/bin/sh/ |
| H A D | error.c | 133 outfmt(out2, "%s: ", commandname); in vwarning() 135 outfmt(out2, "%s: ", arg0); in vwarning() 136 doformat(out2, msg, ap); in vwarning()
|
| H A D | output.c | 80 struct output *out2 = &errout; variable 103 outstr(p, out2); in out2str() 109 outqstr(p, out2); in out2qstr() 304 doformat(out2, fmt, ap); in out2fmt_flush() 306 flushout(out2); in out2fmt_flush()
|
| H A D | output.h | 57 extern struct output *out2; /* &memout if backquote with 2>&1, otherwise 84 #define out2c(c) outcslow(c, out2);
|
| H A D | exec.c | 270 outfmt(out2, "%s: not found\n", name); in hashcmd() 426 outfmt(out2, "%s: not found\n", name); in find_command() 428 outfmt(out2, "%s: %s\n", name, strerror(e)); in find_command() 736 outfmt(out2, "%s: %s\n", in typecmd_impl() 762 outfmt(out2, "%s: not found\n", argv[i]); in typecmd_impl()
|
| /freebsd-12.1/contrib/atf/atf-c/ |
| H A D | check_test.c | 403 const char *out1, *out2; in ATF_TC_BODY() local 415 out2 = atf_check_result_stdout(&result2); in ATF_TC_BODY() 420 ATF_CHECK(strstr(out2, "check.XXXXXX") == NULL); in ATF_TC_BODY() 425 ATF_CHECK(strstr(out2, "/check") != NULL); in ATF_TC_BODY() 430 ATF_CHECK(strstr(out2, "/stdout") != NULL); in ATF_TC_BODY() 434 ATF_CHECK(strcmp(out1, out2) != 0); in ATF_TC_BODY() 447 CHECK_LINES(out2, "stdout", "result2"); in ATF_TC_BODY()
|
| /freebsd-12.1/crypto/heimdal/lib/gssapi/ |
| H A D | test_context.c | 649 gss_buffer_desc in, out1, out2; in main() local 792 memset(&out2, 0, sizeof(out2)); in main() 800 100, &out2); in main() 802 if (out1.length != out2.length) in main() 804 if (memcmp(out1.value, out2.value, out1.length) != 0) in main() 812 if (out1.length != out2.length) in main() 814 if (memcmp(out1.value, out2.value, out1.length) != 0) in main() 818 gss_release_buffer(&min_stat, &out2); in main() 826 100, &out2); in main() 828 if (out1.length != out2.length) in main() [all …]
|
| /freebsd-12.1/sys/contrib/zstd/tests/gzip/ |
| H A D | list.sh | 28 gzip -l in.gz | cat >out2 || fail=1 29 compare out1 out2 || fail=1
|
| /freebsd-12.1/contrib/atf/atf-c++/ |
| H A D | check_test.cpp | 335 const std::string out2 = r2->stdout_path(); in ATF_TEST_CASE_BODY() local 340 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos); in ATF_TEST_CASE_BODY() 345 ATF_REQUIRE(out2.find("/check") != std::string::npos); in ATF_TEST_CASE_BODY() 350 ATF_REQUIRE(out2.find("/stdout") != std::string::npos); in ATF_TEST_CASE_BODY() 354 ATF_REQUIRE(out1 != out2); in ATF_TEST_CASE_BODY() 358 check_lines(out2, "stdout", "result2"); in ATF_TEST_CASE_BODY()
|
| /freebsd-12.1/crypto/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 87 #define out2 %o2 134 ld [out2+256], local1 140 ld [out2+260], local2 149 ld [out2+264], local3 185 ld [out2+272], local7 432 ldub [out2+local1], local1 640 ld [out2+256], ip1 647 ld [out2+272], ip5 666 ld [out2+268], ip4 669 ld [out2+260], ip2 [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/hdb/ |
| H A D | keytab.c | 201 goto out2; in hdb_get_entry() 205 goto out2; in hdb_get_entry() 211 goto out2; in hdb_get_entry() 249 out2: in hdb_get_entry()
|
| /freebsd-12.1/crypto/heimdal/lib/hx509/ |
| H A D | test_crypto.in | 176 FILE:out2.pem || exit 1 181 PKCS12:out2.pem || exit 1
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | Makefile | 121 t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub \ 160 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2 162 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
|