| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | xchacha20.c | 37 unsigned char *out2; in tv_hchacha20() local 44 out2 = (unsigned char *) sodium_malloc(crypto_core_hchacha20_OUTPUTBYTES); in tv_hchacha20() 53 crypto_core_hchacha20(out2, in, key, NULL); in tv_hchacha20() 54 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); in tv_hchacha20() 64 crypto_core_hchacha20(out2, in, key, constant); in tv_hchacha20() 65 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); in tv_hchacha20() 67 sodium_free(out2); in tv_hchacha20() 109 unsigned char *out2; in tv_stream_xchacha20() local 125 out2 = (unsigned char *) sodium_malloc(out_len); in tv_stream_xchacha20() 126 crypto_stream_xchacha20(out2, out_len, nonce, key); in tv_stream_xchacha20() [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/crypto/openssl/crypto/aes/asm/ |
| H A D | aesp8-ppc.pl | 680 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 795 vxor $out2,$in2,$rndkey0 813 vncipher $out2,$out2,v24 824 vncipher $out2,$out2,v25 836 vncipher $out2,$out2,v24 846 vncipher $out2,$out2,v25 856 vncipher $out2,$out2,v26 869 vncipher $out2,$out2,v27 879 vncipher $out2,$out2,v28 889 vncipher $out2,$out2,v29 [all …]
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | chpass_s.c | 69 goto out2; in change() 81 goto out2; in change() 94 goto out2; in change() 99 goto out2; in change() 105 goto out2; in change() 109 goto out2; in change() 114 goto out2; in change() 122 out2: in change() 179 goto out2; in kadm5_s_chpass_principal_with_key() 182 goto out2; in kadm5_s_chpass_principal_with_key() [all …]
|
| H A D | randkey_s.c | 64 goto out2; in kadm5_s_randkey_principal() 71 goto out2; in kadm5_s_randkey_principal() 79 goto out2; in kadm5_s_randkey_principal() 83 goto out2; in kadm5_s_randkey_principal() 88 goto out2; in kadm5_s_randkey_principal() 106 out2: in kadm5_s_randkey_principal()
|
| 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 | rename_s.c | 62 goto out2; in kadm5_s_rename_principal() 88 goto out2; in kadm5_s_rename_principal() 95 goto out2; in kadm5_s_rename_principal() 103 goto out2; in kadm5_s_rename_principal() 107 out2: in kadm5_s_rename_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()
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | slh-dsa.c | 166 * @param out2 Pointer to store the second generated key. 169 void **out1, void **out2) in slh_dsa_gen_keys() argument 181 *out2 = (void *)slh_dsa_gen_key(keytype, keysize, NULL, 0); in slh_dsa_gen_keys() 202 * @param out2 Unused output parameter (placeholder for symmetry with 206 void **out1, void **out2) in slh_dsa_gen_key_with_params() argument 280 * @param out2 Pointer to the second output key to be freed. 282 static void slh_dsa_clean_keys(void *in1, void *in2, void *out1, void *out2) in slh_dsa_clean_keys() argument 287 EVP_PKEY_free((EVP_PKEY *)out2); in slh_dsa_clean_keys() 304 * @param out2 Unused output parameter (placeholder for consistency). 307 void *key2, void **out1, void **out2) in slh_dsa_sign_verify() argument [all …]
|
| H A D | ml-kem.c | 267 * @param[out] out2 Unused output parameter (reserved for future use). 270 void **out1, void **out2) in mlkem_encap_decap() argument 399 * @param[out] out2 Unused output parameter (reserved for future use). 406 void **out1, void **out2) in mlkem_kex() argument 437 * @param[out] out2 Unused output parameter (reserved for future use). 443 void *key2, void **out1, void **out2) in mlkem_export_import() argument 477 * of `buf`, `len`, `out1`, and `out2` parameters is not clear from the 485 * @param out2 Unused parameter (purpose unclear). 488 void *key2, void **out1, void **out2) in mlkem_compare() argument 543 * @param out2 Pointer to store the second output of the setup function. [all …]
|
| H A D | ml-dsa.c | 296 * @param[out] out2 Unused output parameter (reserved for future use). 299 void *in2, void **out1, void **out2) in ml_dsa_sign_verify() argument 375 * @param[out] out2 Unused output parameter (reserved for future use). 378 void *in2, void **out1, void **out2) in ml_dsa_digest_sign_verify() argument 453 * @param[out] out2 Unused output parameter (reserved for future use). 459 void *key2, void **out1, void **out2) in ml_dsa_export_import() argument 493 * `buf`, `len`, `out1`, and `out2` parameters is not clear from the function's 501 * @param out2 Unused parameter (purpose unclear). 504 void *key2, void **out1, void **out2) in ml_dsa_compare() argument 558 * @param out2 Pointer to store the second output of the setup function. [all …]
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | t_encrypt.c | 94 krb5_data in, in2, out, out2, check, check2, state, signdata; in main() local 115 out2.data = malloc(2048); in main() 118 if (out.data == NULL || out2.data == NULL in main() 123 out2.magic = KV5M_DATA; in main() 124 out2.length = 2048; in main() 140 enc_out2.ciphertext = out2; in main() 167 memcpy(out2.data, enc_out.ciphertext.data, enc_out.ciphertext.length); in main() 169 iov[0].data.data = out2.data; in main() 180 memcpy(out2.data, enc_out.ciphertext.data, enc_out.ciphertext.length); in main() 285 free(out2.data); in main()
|
| /freebsd/contrib/netbsd-tests/bin/sh/ |
| H A D | t_redir.sh | 287 ${TEST_SH} -c '(echo line 1; echo line 2 > Out2) > Out1' 290 test "$(cat Out2)" = "line 2" || atf_fail \ 291 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'" 294 ${TEST_SH} -c '{ echo line 1; echo line 2 > Out2;} > Out1' 297 test "$(cat Out2)" = "line 2" || atf_fail \ 298 "#$T: Incorrect Out2: Should be 'line 2' is '$(cat Out2)'" 300 i; rm -f Out1 Out2 2>/dev/null || : 306 done > Out2 311 test "$(cat Out2)" = "line 1${nl}line 2${nl}line 3" || atf_fail \ 312 "#$T: Incorrect Out2: Should be 'line 1\\nline 2\\nline 3' is '$(cat Out2)'" [all …]
|
| /freebsd/crypto/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 85 #define out2 %o2 132 ld [out2+256], local1 138 ld [out2+260], local2 143 ld [out2+280], out4 ! loop counter 147 ld [out2+264], local3 183 ld [out2+272], local7 217 ld [out2+284], local5 ! 0x0000FC00 used in the rounds 228 ld [out2+284], local5 ! 0x0000FC00 used in the rounds 285 ld [out2+284], local5 ! 0x0000FC00 318 ldub [out2+local1], local1 ! 7 (and 0xFC) [all …]
|
| /freebsd/tests/sys/netgraph/ |
| H A D | ng_macfilter_test.sh | 311 test $i = 2 && edge='out2' || edge='out1' 322 n=$(countmacs out2) 324 test_eq $n $n2 'MACs in table for out2' 344 n=$(countmacs out2) 346 test_eq $n $n2 'MACs in table for out2' 394 n=$(countmacs out2) 395 n2=$(grep -c ' out2' $entries_lst) 396 test_eq $n $n2 'MACs in table for out2' 420 n=$(countmacs out2) 421 n2=$(grep -c ' out2' $entries2_lst) [all …]
|
| /freebsd/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/contrib/bc/tests/bc/ |
| H A D | timeconst.sh | 70 out2="$outputdir/bc_outputs/bc_timeconst_results.txt" 117 printf '%s\n' "$i" | "$bc" "$@" -q "$timeconst" > "$out2" 119 diff "$out1" "$out2" 132 rm -f "$out2"
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | in_out_out_result.h | 33 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter2 out2; 39 return {in, out1, out2}; 46 return {std::move(in), std::move(out1), std::move(out2)}; in in_out_out_result() 30 _LIBCPP_NO_UNIQUE_ADDRESS _OutIter2 out2; global() member
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | idt,versaclock5.txt | 42 2 -- OUT2 53 2 -- OUT2 60 2 -- OUT2
|
| /freebsd/tools/test/iconv/ |
| H A D | const-gnuism.c | 43 char *out1, *out2; in main() local 50 if ((out2 = malloc(inbytes)) == NULL) in main() 53 if (iconv(cd, in2, &inbytes, &out2, &outbytes) == -1) in main()
|
| /freebsd/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/bin/sh/ |
| H A D | output.c | 72 struct output *out2 = &errout; variable 95 outstr(p, out2); in out2str() 101 outqstr(p, out2); in out2qstr() 296 doformat(out2, fmt, ap); in out2fmt_flush() 298 flushout(out2); in out2fmt_flush()
|
| H A D | error.c | 125 outfmt(out2, "%s: ", commandname); in vwarning() 127 outfmt(out2, "%s: ", arg0); in vwarning() 128 doformat(out2, msg, ap); in vwarning()
|
| /freebsd/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()
|