Lines Matching refs:output
24 unsigned char output[MBEDTLS_ARIA_BLOCKSIZE] = { 0 };
32 ((void) output);
41 output));
52 output));
67 unsigned char output[ARIA_MAX_DATASIZE];
71 memset(output, 0x00, sizeof(output));
79 output + i) == 0);
82 TEST_MEMORY_COMPARE(output, expected_output->len,
95 unsigned char output[ARIA_MAX_DATASIZE];
99 memset(output, 0x00, sizeof(output));
107 output + i) == 0);
110 TEST_MEMORY_COMPARE(output, expected_output->len,
124 unsigned char output[ARIA_MAX_DATASIZE];
127 memset(output, 0x00, sizeof(output));
133 output) == cbc_result);
135 TEST_MEMORY_COMPARE(output, expected_output->len,
149 unsigned char output[ARIA_MAX_DATASIZE];
152 memset(output, 0x00, sizeof(output));
158 output) == cbc_result);
160 TEST_MEMORY_COMPARE(output, expected_output->len,
174 unsigned char output[ARIA_MAX_DATASIZE];
178 memset(output, 0x00, sizeof(output));
184 iv_str->x, src_str->x, output)
187 TEST_MEMORY_COMPARE(output, expected_output->len,
200 unsigned char output[ARIA_MAX_DATASIZE];
204 memset(output, 0x00, sizeof(output));
210 iv_str->x, src_str->x, output)
213 TEST_MEMORY_COMPARE(output, expected_output->len,
226 unsigned char output[ARIA_MAX_DATASIZE];
231 memset(output, 0x00, sizeof(output));
236 iv_str->x, blk, src_str->x, output)
239 TEST_MEMORY_COMPARE(output, expected_output->len,
252 unsigned char output[ARIA_MAX_DATASIZE];
257 memset(output, 0x00, sizeof(output));
262 iv_str->x, blk, src_str->x, output)
265 TEST_MEMORY_COMPARE(output, expected_output->len,