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

1 2 3

  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 37 unsigned char *out2; local in function:tv_hchacha20
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 in function:tv_stream_xchacha20
125 out2 = (unsigned char *) sodium_malloc(out_len);
126 crypto_stream_xchacha20(out2, out_len, nonce, key)
219 unsigned char *out2; local in function:tv_secretbox_xchacha20poly1305
    [all...]
scalarmult7.c 19 static unsigned char out2[32]; variable in typeref:typename:unsigned char[32]
29 ret = crypto_scalarmult_curve25519(out2, scalar, p2);
31 printf("%d\n", !!memcmp(out1, out2, 32));
  /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/sys/compat/common/
compat_43_mod.c 84 goto out2;
94 out2:
147 goto out2;
157 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...]
alias.c 272 outfmt(out2, "alias: '' not found\n");
278 outfmt(out2, "alias: %s not found\n", n);
  /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/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:
  /src/bin/sh/bltin/
bltin.h 64 #define stderr out2
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
dom0_ops.h 77 uint32_t out2; member in struct:dom0_msr
  /src/sys/arch/atari/dev/
if_ne_mb.c 149 goto out2;
155 goto out2;
171 out2:
214 goto out2;
246 goto out2;
264 out2:
  /src/sys/kern/
kern_module_vfs.c 187 goto out2;
224 out2:
sys_module.c 87 goto out2;
92 goto out2;
105 out2:
  /src/sys/arch/ia64/ia64/
support.S 167 mov out2=in3
443 mov out2=in2
482 mov out2=in2
521 mov out2=in2
560 mov out2=in2
599 mov out2=in2
pal.S 161 mov out2=in2
203 mov out2=in2
  /src/sys/arch/atari/vme/
if_we_vme.c 375 goto out2;
388 goto out2;
398 out2:
  /src/sys/external/bsd/gnu-efi/dist/lib/ia64/
palproc.S 146 mov out2 = in3
  /src/sys/arch/evbarm/g42xxeb/
if_ne_obio.c 160 goto out2;
220 out2:
  /src/sys/arch/hpcmips/stand/lcboot/
main.c 599 goto out2;
613 goto out2;
627 out2:
  /src/sys/arch/ia64/include/
asm.h 51 mov out2 = b0;; \
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_sman.c 231 goto out2;
241 out2:
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v10_0.c 101 goto out2;
126 out2:
  /src/lib/libedit/
filecomplete.c 735 goto out2;
818 out2:
  /src/sys/dev/ic/
vga_subr.c 236 goto out2;
261 out2:

Completed in 23 milliseconds

1 2 3