HomeSort by: relevance | last modified time | path
    Searched defs:out2 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/test/default/
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));
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...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
dom0_ops.h 77 uint32_t out2; member in struct:dom0_msr
  /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...]

Completed in 12 milliseconds