| /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/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
|