| /src/sys/external/isc/libsodium/dist/test/default/ |
| scalarmult7.c | 19 static unsigned char out2[32]; variable 29 ret = crypto_scalarmult_curve25519(out2, scalar, p2); 31 printf("%d\n", !!memcmp(out1, out2, 32));
|
| xchacha20.c | 37 unsigned char *out2; local 44 out2 = (unsigned char *) sodium_malloc(crypto_core_hchacha20_OUTPUTBYTES); 53 crypto_core_hchacha20(out2, in, key, NULL); 54 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); 64 crypto_core_hchacha20(out2, in, key, constant); 65 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); 67 sodium_free(out2); 109 unsigned char *out2; local 125 out2 = (unsigned char *) sodium_malloc(out_len); 126 crypto_stream_xchacha20(out2, out_len, nonce, key) 219 unsigned char *out2; local [all...] |
| /src/external/mit/isl/dist/ |
| isl_multi_product_templ.c | 27 isl_size in1, in2, out1, out2; local 33 out2 = FN(MULTI(BASE),dim)(multi2, isl_dim_out); 34 if (in1 < 0 || in2 < 0 || out1 < 0 || out2 < 0) 48 for (i = 0; i < out2; ++i) {
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_xof_test.c | 537 unsigned char out2[1000]; local 545 || !TEST_true(EVP_DigestSqueeze(ctx, out2, sizeof(out2) / 2)) 546 || !TEST_true(EVP_DigestSqueeze(ctx, out2 + sizeof(out2) / 2, 547 sizeof(out2) / 2))) 550 if (!TEST_mem_eq(out2, sizeof(out2), out, sizeof(out)))
|
| evp_libctx_test.c | 355 unsigned char out2[256]; local 406 || !TEST_int_eq(EVP_EncryptUpdate(ctx, out2, &out2_len, in, sizeof(in)), 416 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) 418 || !TEST_mem_ne(out2, out2_len, out3, out3_len)) 421 if (!TEST_mem_eq(out1, out1_len, out2, out2_len) 446 unsigned char out2[256]; local 500 || !TEST_true(EVP_EncryptUpdate(ctx, out2, &out2_len, in, in_len))) 504 if (!TEST_mem_eq(out1, out1_len, out2, out2_len))
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc/ |
| des_enc-sparc.S | 85 #define out2 %o2 define 290 ld [out2+284], local5 ! 0x0000FC00 323 ldub [out2+local1], local1 ! 7 (and 0xFC) 327 ldub [out2+local0], local0 ! 8 (and 0xFC) 367 ldub [out2+local3], local3 ! 7 (and 0xFC) 406 ld [out2+284], local5 ! 0x0000FC00 435 ldub [out2+local1], local1 439 ldub [out2+local0], local0 463 ld [out2+280], out4 ! loop counter 479 ldub [out2+local3], local [all...] |
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc64/ |
| des_enc-sparc.S | 85 #define out2 %o2 define 290 ld [out2+284], local5 ! 0x0000FC00 323 ldub [out2+local1], local1 ! 7 (and 0xFC) 327 ldub [out2+local0], local0 ! 8 (and 0xFC) 367 ldub [out2+local3], local3 ! 7 (and 0xFC) 406 ld [out2+284], local5 ! 0x0000FC00 435 ldub [out2+local1], local1 439 ldub [out2+local0], local0 463 ld [out2+280], out4 ! loop counter 479 ldub [out2+local3], local [all...] |
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ |
| des_enc-sparc.S | 85 #define out2 %o2 define 290 ld [out2+284], local5 ! 0x0000FC00 323 ldub [out2+local1], local1 ! 7 (and 0xFC) 327 ldub [out2+local0], local0 ! 8 (and 0xFC) 367 ldub [out2+local3], local3 ! 7 (and 0xFC) 406 ld [out2+284], local5 ! 0x0000FC00 435 ldub [out2+local1], local1 439 ldub [out2+local0], local0 463 ld [out2+280], out4 ! loop counter 479 ldub [out2+local3], local [all...] |
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ |
| des_enc-sparc.S | 85 #define out2 %o2 define 290 ld [out2+284], local5 ! 0x0000FC00 323 ldub [out2+local1], local1 ! 7 (and 0xFC) 327 ldub [out2+local0], local0 ! 8 (and 0xFC) 367 ldub [out2+local3], local3 ! 7 (and 0xFC) 406 ld [out2+284], local5 ! 0x0000FC00 435 ldub [out2+local1], local1 439 ldub [out2+local0], local0 463 ld [out2+280], out4 ! loop counter 479 ldub [out2+local3], local [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/ |
| des_enc-sparc.S | 87 #define out2 %o2 define 292 ld [out2+284], local5 ! 0x0000FC00 325 ldub [out2+local1], local1 ! 7 (and 0xFC) 329 ldub [out2+local0], local0 ! 8 (and 0xFC) 369 ldub [out2+local3], local3 ! 7 (and 0xFC) 408 ld [out2+284], local5 ! 0x0000FC00 437 ldub [out2+local1], local1 441 ldub [out2+local0], local0 465 ld [out2+280], out4 ! loop counter 481 ldub [out2+local3], local [all...] |
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/ |
| des_enc-sparc.S | 87 #define out2 %o2 define 292 ld [out2+284], local5 ! 0x0000FC00 325 ldub [out2+local1], local1 ! 7 (and 0xFC) 329 ldub [out2+local0], local0 ! 8 (and 0xFC) 369 ldub [out2+local3], local3 ! 7 (and 0xFC) 408 ld [out2+284], local5 ! 0x0000FC00 437 ldub [out2+local1], local1 441 ldub [out2+local0], local0 465 ld [out2+280], out4 ! loop counter 481 ldub [out2+local3], local [all...] |
| /src/external/bsd/atf/dist/atf-c++/ |
| check_test.cpp | 340 const std::string out2 = r2->stdout_path(); local 345 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos); 350 ATF_REQUIRE(out2.find("/check") != std::string::npos); 355 ATF_REQUIRE(out2.find("/stdout") != std::string::npos); 359 ATF_REQUIRE(out1 != out2); 363 check_lines(out2, "stdout", "result2");
|
| /src/bin/sh/ |
| output.c | 91 struct output *out2 = &errout; variable in typeref:struct:output 105 out2 = &errout; 141 outstr(p, out2); 160 if (file == out2 || (file == outx && c == '\n')) 168 outshstr(p, out2); 255 if (file == out2) 359 doformat(out2, fmt, ap); 361 flushout(out2); 658 outx = out2; 679 if (outx != out2) { [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| dom0_ops.h | 77 uint32_t out2; member in struct:dom0_msr
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| ml-dsa.c | 296 * @param[out] out2 Unused output parameter (reserved for future use). 299 void *in2, void **out1, void **out2) 375 * @param[out] out2 Unused output parameter (reserved for future use). 378 void *in2, void **out1, void **out2) 454 * @param[out] out2 Unused output parameter (reserved for future use). 460 void *key2, void **out1, void **out2) 494 * `buf`, `len`, `out1`, and `out2` parameters is not clear from the function's 502 * @param out2 Unused parameter (purpose unclear). 505 void *key2, void **out1, void **out2) 559 * @param out2 Pointer to store the second output of the setup function 646 void *out1 = NULL, *out2 = NULL; local [all...] |
| ml-kem.c | 267 * @param[out] out2 Unused output parameter (reserved for future use). 270 void **out1, void **out2) 400 * @param[out] out2 Unused output parameter (reserved for future use). 407 void **out1, void **out2) 438 * @param[out] out2 Unused output parameter (reserved for future use). 444 void *key2, void **out1, void **out2) 478 * of `buf`, `len`, `out1`, and `out2` parameters is not clear from the 486 * @param out2 Unused parameter (purpose unclear). 489 void *key2, void **out1, void **out2) 544 * @param out2 Pointer to store the second output of the setup function 631 void *out1 = NULL, *out2 = NULL; local [all...] |
| slh-dsa.c | 166 * @param out2 Pointer to store the second generated key. 169 void **out1, void **out2) 181 *out2 = (void *)slh_dsa_gen_key(keytype, keysize, NULL, 0); 202 * @param out2 Unused output parameter (placeholder for symmetry with 206 void **out1, void **out2) 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) 287 EVP_PKEY_free((EVP_PKEY *)out2); 304 * @param out2 Unused output parameter (placeholder for consistency). 307 void *key2, void **out1, void **out2) 570 void *out1 = NULL, *out2 = NULL; local [all...] |
| /src/external/bsd/atf/dist/atf-c/ |
| check_test.c | 408 const char *out1, *out2; local 420 out2 = atf_check_result_stdout(&result2); 425 ATF_CHECK(strstr(out2, "check.XXXXXX") == NULL); 430 ATF_CHECK(strstr(out2, "/check") != NULL); 435 ATF_CHECK(strstr(out2, "/stdout") != NULL); 439 ATF_CHECK(strcmp(out1, out2) != 0); 452 CHECK_LINES(out2, "stdout", "result2");
|
| /src/external/mpl/bind/dist/tests/dns/ |
| dbversion_test.c | 377 dns_rdata_t out1 = DNS_RDATA_INIT, out2 = DNS_RDATA_INIT; local 497 dns_rdataset_current(&rdataset2, &out2); 499 res = dns_rdata_totext(&out2, NULL, &b);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_context.c | 793 gss_buffer_desc in, out1, out2; local 936 memset(&out2, 0, sizeof(out2)); 944 100, &out2); 946 if (out1.length != out2.length) 948 if (out1.length && memcmp(out1.value, out2.value, out1.length) != 0) 956 if (out1.length != out2.length) 958 if (out1.length && memcmp(out1.value, out2.value, out1.length) != 0) 962 gss_release_buffer(&min_stat, &out2); 970 100, &out2); [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_libctx_test.c | 321 unsigned char out2[256]; local 370 || !TEST_int_eq(EVP_EncryptUpdate(ctx, out2, &out2_len, in, sizeof(in)), 380 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) 382 || !TEST_mem_ne(out2, out2_len, out3, out3_len)) 385 if (!TEST_mem_eq(out1, out1_len, out2, out2_len) 410 unsigned char out2[256]; local 456 || !TEST_true(EVP_EncryptUpdate(ctx, out2, &out2_len, in, in_len))) 459 if (!TEST_mem_eq(out1, out1_len, out2, out2_len))
|
| /src/external/gpl2/groff/dist/src/devices/grodvi/ |
| dvi.cpp | 166 void out2(int); 238 void dvi_printer::out2(int n) function in class:dvi_printer 429 out2(param); 450 out2(param); 487 out2(have_pushed); // stack depth 488 out2(page_count);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| ranges_algo.h | 2378 [[no_unique_address]] _Out2 out2; member in struct:in_out_out_result 2386 { return {in, out1, out2}; } 2394 { return {std::move(in), std::move(out1), std::move(out2)}; }
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ranges_algo.h | 2401 [[no_unique_address]] _Out2 out2; member in struct:in_out_out_result 2409 { return {in, out1, out2}; } 2417 { return {std::move(in), std::move(out1), std::move(out2)}; }
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-low.cc | 7834 tree out2 = out; 7839 out2 = fold_build2_loc (clause_loc, NE_EXPR, 7844 x = build2 (code, TREE_TYPE (out2), out2, priv2); 7833 tree out2 = out; local
|