HomeSort by: relevance | last modified time | path
    Searched defs:out1 (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
lp0.s 10 LSETUP ( out0 , out1 ) LC0 = P0;
12 LSETUP ( out1 , out1 ) LC1 = P0;
13 out1: label
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
lp0.s 10 LSETUP ( out0 , out1 ) LC0 = P0;
12 LSETUP ( out1 , out1 ) LC1 = P0;
13 out1: label
  /src/sys/external/isc/libsodium/dist/test/default/
scalarmult7.c 18 static unsigned char out1[32]; variable
27 ret = crypto_scalarmult_curve25519(out1, scalar, p1);
31 printf("%d\n", !!memcmp(out1, out2, 32));
  /src/external/mit/isl/dist/
isl_multi_product_templ.c 27 isl_size in1, in2, out1, out2; local
32 out1 = FN(MULTI(BASE),dim)(multi1, isl_dim_out);
34 if (in1 < 0 || in2 < 0 || out1 < 0 || out2 < 0)
41 for (i = 0; i < out1; ++i) {
52 res = FN(FN(MULTI(BASE),set),BASE)(res, out1 + i, el);
  /src/crypto/external/apache2/openssl/lib/libdes/
oxcbc_enc.c 85 int out0,out1; local
92 out0=out1=0;
95 out[i]=key[i]^desx_white_in2out[out0^out1];
96 out0=out1;
97 out1=(int)out[i&0x07];
101 out1=out[i];
104 out[i]=in[i]^desx_white_in2out[out0^out1];
105 out0=out1;
106 out1=(int)out[i&0x07];
  /src/crypto/external/bsd/openssl/lib/libdes/
oxcbc_enc.c 85 int out0,out1; local
92 out0=out1=0;
95 out[i]=key[i]^desx_white_in2out[out0^out1];
96 out0=out1;
97 out1=(int)out[i&0x07];
101 out1=out[i];
104 out[i]=in[i]^desx_white_in2out[out0^out1];
105 out0=out1;
106 out1=(int)out[i&0x07];
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oxcbc_enc.c 85 int out0,out1; local
92 out0=out1=0;
95 out[i]=key[i]^desx_white_in2out[out0^out1];
96 out0=out1;
97 out1=(int)out[i&0x07];
101 out1=out[i];
104 out[i]=in[i]^desx_white_in2out[out0^out1];
105 out0=out1;
106 out1=(int)out[i&0x07];
  /src/external/lgpl3/gmp/dist/tests/mpf/
reuse.c 97 mpf_t in1, in2, out1; local
115 mpf_init (out1);
133 mpf_set (out1, in1);
134 (dss_funcs[i]) (out1, out1, in2);
135 mpf_set (res2, out1);
137 mpf_set (out1, in2);
138 (dss_funcs[i]) (out1, in1, out1);
139 mpf_set (res3, out1);
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpq/
reuse.c 91 mpq_t in1, in2, out1; local
104 mpq_init (out1);
154 mpq_set (out1, in1);
155 (dss_funcs[i]) (out1, out1, in2);
156 MPQ_CHECK_FORMAT(out1);
158 if (mpq_cmp (res1, out1) != 0)
159 dump_abort (dss_func_names[i], res1, out1);
161 mpq_set (out1, in2);
162 (dss_funcs[i]) (out1, in1, out1)
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 84 #define out1 %o1 define
111 ! Loads key first round from address in parameter 5 to out0, out1.
302 xor out5, out1, out1 ! 8642
306 srl out1, 4, local0 ! rotate 4 right
316 sll out1, 28, out1 ! rotate
321 or out1, local0, out1 ! rotate
324 srl out1, 24, local0 !
    [all...]
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 84 #define out1 %o1 define
111 ! Loads key first round from address in parameter 5 to out0, out1.
302 xor out5, out1, out1 ! 8642
306 srl out1, 4, local0 ! rotate 4 right
316 sll out1, 28, out1 ! rotate
321 or out1, local0, out1 ! rotate
324 srl out1, 24, local0 !
    [all...]
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
des_enc-sparc.S 84 #define out1 %o1 define
111 ! Loads key first round from address in parameter 5 to out0, out1.
302 xor out5, out1, out1 ! 8642
306 srl out1, 4, local0 ! rotate 4 right
316 sll out1, 28, out1 ! rotate
321 or out1, local0, out1 ! rotate
324 srl out1, 24, local0 !
    [all...]
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 84 #define out1 %o1 define
111 ! Loads key first round from address in parameter 5 to out0, out1.
302 xor out5, out1, out1 ! 8642
306 srl out1, 4, local0 ! rotate 4 right
316 sll out1, 28, out1 ! rotate
321 or out1, local0, out1 ! rotate
324 srl out1, 24, local0 !
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
des_enc-sparc.S 86 #define out1 %o1 define
113 ! Loads key first round from address in parameter 5 to out0, out1.
304 xor out5, out1, out1 ! 8642
308 srl out1, 4, local0 ! rotate 4 right
318 sll out1, 28, out1 ! rotate
323 or out1, local0, out1 ! rotate
326 srl out1, 24, local0 !
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
des_enc-sparc.S 86 #define out1 %o1 define
113 ! Loads key first round from address in parameter 5 to out0, out1.
304 xor out5, out1, out1 ! 8642
308 srl out1, 4, local0 ! rotate 4 right
318 sll out1, 28, out1 ! rotate
323 or out1, local0, out1 ! rotate
326 srl out1, 24, local0 !
    [all...]
  /src/external/bsd/atf/dist/atf-c++/
check_test.cpp 339 const std::string out1 = r1->stdout_path(); local
344 ATF_REQUIRE(out1.find("check.XXXXXX") == std::string::npos);
349 ATF_REQUIRE(out1.find("/check") != std::string::npos);
354 ATF_REQUIRE(out1.find("/stdout") != std::string::npos);
359 ATF_REQUIRE(out1 != out2);
362 check_lines(out1, "stdout", "result1");
  /src/bin/sh/
output.c 90 struct output *out1 = &output; variable in typeref:struct:output
104 out1 = &output;
134 outstr(p, out1);
348 doformat(out1, fmt, ap);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
dom0_ops.h 76 uint32_t out1; member in struct:dom0_msr
  /src/crypto/external/apache2/openssl/dist/fuzz/
ml-dsa.c 295 * @param[out] out1 Unused output parameter (reserved for future use).
299 void *in2, void **out1, void **out2)
374 * @param[out] out1 Unused output parameter (reserved for future use).
378 void *in2, void **out1, void **out2)
453 * @param[out] out1 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
501 * @param out1 Unused parameter (purpose unclear).
505 void *key2, void **out1, void **out2)
558 * @param out1 Pointer to store the first output of the setup function
646 void *out1 = NULL, *out2 = NULL; local
    [all...]
ml-kem.c 266 * @param[out] out1 Unused output parameter (reserved for future use).
270 void **out1, void **out2)
399 * @param[out] out1 Unused output parameter (reserved for future use).
407 void **out1, void **out2)
437 * @param[out] out1 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
485 * @param out1 Unused parameter (purpose unclear).
489 void *key2, void **out1, void **out2)
543 * @param out1 Pointer to store the first output of the setup function
631 void *out1 = NULL, *out2 = NULL; local
    [all...]
slh-dsa.c 165 * @param out1 Pointer to store the first generated key.
169 void **out1, void **out2)
177 *out1 = (void *)slh_dsa_gen_key(keytype, keysize, NULL, 0);
200 * @param out1 Pointer to store the generated key. Will be NULL if key
206 void **out1, void **out2)
219 *out1 = NULL;
262 *out1 = (void *)slh_dsa_gen_key(keytype, keysize, params, &broken);
265 OPENSSL_assert(*out1 == NULL);
267 OPENSSL_assert(*out1 != NULL);
279 * @param out1 Pointer to the first output key to be freed
570 void *out1 = NULL, *out2 = NULL; local
    [all...]
  /src/external/bsd/atf/dist/atf-c/
check_test.c 408 const char *out1, *out2; local
419 out1 = atf_check_result_stdout(&result1);
424 ATF_CHECK(strstr(out1, "check.XXXXXX") == NULL);
429 ATF_CHECK(strstr(out1, "/check") != NULL);
434 ATF_CHECK(strstr(out1, "/stdout") != NULL);
439 ATF_CHECK(strcmp(out1, out2) != 0);
451 CHECK_LINES(out1, "stdout", "result1");
  /src/external/mpl/bind/dist/tests/dns/
dbversion_test.c 377 dns_rdata_t out1 = DNS_RDATA_INIT, out2 = DNS_RDATA_INIT; local
469 dns_rdataset_current(&rdataset1, &out1);
471 res = dns_rdata_totext(&out1, NULL, &b);
  /src/crypto/external/apache2/openssl/dist/test/
evp_libctx_test.c 354 unsigned char out1[256]; local
461 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, sizeof(in)))
473 if (!TEST_mem_ne(out1, out1_len, out2, out2_len)
474 || !TEST_mem_ne(out1, out1_len, out3, out3_len)
478 if (!TEST_mem_eq(out1, out1_len, out2, out2_len)
479 || (!siv && !no_null_key && !TEST_mem_eq(out1, out1_len, out3, out3_len)))
502 unsigned char out1[256]; local
640 || !TEST_true(EVP_EncryptUpdate(ctx, out1, &out1_len, in, in_len))
646 if (!TEST_mem_eq(out1, out1_len, out2, out2_len))
655 if (!TEST_mem_eq(out1, out1_len, out3, out3_len)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_context.c 793 gss_buffer_desc in, out1, out2; local
935 memset(&out1, 0, sizeof(out1));
942 100, &out1);
946 if (out1.length != out2.length)
948 if (out1.length && memcmp(out1.value, out2.value, out1.length) != 0)
951 gss_release_buffer(&min_stat, &out1);
954 100, &out1);
    [all...]

Completed in 53 milliseconds

1 2