HomeSort by: relevance | last modified time | path
    Searched refs:out2 (Results 1 - 25 of 147) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/isc/libsodium/dist/test/default/
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...]
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));
  /src/external/bsd/zstd/dist/tests/gzip/
list.sh 28 gzip -l in.gz | cat >out2 || fail=1
29 compare out1 out2 || fail=1
  /src/external/gpl3/gcc/dist/libgomp/config/linux/ia64/
futex.h 37 register long out2 asm ("out2") = val;
44 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3),
46 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/ia64/
futex.h 37 register long out2 asm ("out2") = val;
44 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3),
46 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
  /src/tests/lib/libc/stdlib/
t_sort.sh 41 printf 'bar\nbaz\nfoo\nquux\n' >out2
42 atf_check -s exit:0 -o file:out2 \
60 printf '5 bar\n6 bar\n7 bar\n8 bar\n9 bar\n' >out2
61 printf '0 foo\n1 foo\n2 foo\n3 foo\n4 foo\n' >>out2
62 atf_check -s exit:0 -o file:out2 \
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgcat-15 57 tmpfiles="$tmpfiles mcat-test15.out2"
58 rm -f mcat-test15.out2
60 ${MSGCAT} --indent -o mcat-test15.out2 mcat-test15.in
102 ${DIFF} mcat-test15.ok mcat-test15.out2
msgcmp-4 154 tmpfiles="$tmpfiles mc-test4.out2"
157 ${MSGCMP} mc-test4.po2 mc-test4.pot > mc-test4.out2 2>&1
159 if grep -v 'warning:' mc-test4.out2 > /dev/null; then
  /src/sys/compat/common/
compat_43_mod.c 84 goto out2;
94 out2:
147 goto out2;
157 out2:
  /src/crypto/external/bsd/heimdal/dist/kadmin/
del_enctype.c 69 goto out2;
76 goto out2;
84 goto out2;
131 out2:
add_enctype.c 73 goto out2;
80 goto out2;
89 goto out2;
170 out2:
  /src/bin/sh/
output.h 61 extern struct output *out2;
63 #define outx out2
105 #define out2c(c) outc(c, out2)
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/external/gpl2/lvm2/dist/test/
t-mirror-lvconvert-usage.sh 38 rm -f out1 out2
46 sed 's/([^)]*)//g; s/ //g; s/,/ /g' | sort | uniq >> out2
49 diff --ignore-blank-lines out1 out2
  /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/crypto/aes/asm/
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,v2
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/
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,v2
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
aesp8-ppc.pl 675 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
790 vxor $out2,$in2,$rndkey0
808 vncipher $out2,$out2,v24
819 vncipher $out2,$out2,v25
831 vncipher $out2,$out2,v24
841 vncipher $out2,$out2,v2
    [all...]
  /src/lib/libc/arch/ia64/gen/
setjmp.S 54 add out2=J_SIGSET,in0 // oset = &jb[J_SIGSET]
72 mov out2=0 // oset = NULL
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
delete_s.c 63 goto out2;
78 out2:
create_s.c 146 goto out2;
151 out2:
210 goto out2;
214 goto out2;
219 out2:
  /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/usr.bin/shlock/
shlock.c 301 goto out2;
305 goto out2;
311 goto out2;
316 goto out2;
322 goto out2;
325 goto out2;
345 out2:

Completed in 121 milliseconds

1 2 3 4 5 6