Lines Matching defs:output
30 unsigned char *output,
41 output[i] = rand();
48 arc4random_buf(output, len);
55 unsigned char *output,
62 memset(output, 0, len);
68 unsigned char *output,
75 return mbedtls_test_rnd_std_rand(NULL, output, len);
84 memcpy(output, info->buf, use_len);
92 output + use_len,
103 unsigned char *output,
109 unsigned char result[4], *out = output;
112 return mbedtls_test_rnd_std_rand(NULL, output, len);