Lines Matching refs:output
24 unsigned char output[MBEDTLS_ARIA_BLOCKSIZE] = { 0 };
32 ((void) output);
41 output ) );
52 output ) );
65 unsigned char output[ARIA_MAX_DATASIZE];
69 memset( output, 0x00, sizeof( output ) );
79 output + i ) == 0 );
82 ASSERT_COMPARE( output, expected_output->len,
95 unsigned char output[ARIA_MAX_DATASIZE];
99 memset( output, 0x00, sizeof( output ) );
109 output + i ) == 0 );
112 ASSERT_COMPARE( output, expected_output->len,
126 unsigned char output[ARIA_MAX_DATASIZE];
129 memset( output, 0x00, sizeof( output ) );
135 output ) == cbc_result );
138 ASSERT_COMPARE( output, expected_output->len,
152 unsigned char output[ARIA_MAX_DATASIZE];
155 memset( output, 0x00, sizeof( output ) );
161 output ) == cbc_result );
164 ASSERT_COMPARE( output, expected_output->len,
178 unsigned char output[ARIA_MAX_DATASIZE];
182 memset( output, 0x00, sizeof( output ) );
188 iv_str->x, src_str->x, output )
191 ASSERT_COMPARE( output, expected_output->len,
204 unsigned char output[ARIA_MAX_DATASIZE];
208 memset( output, 0x00, sizeof( output ) );
214 iv_str->x, src_str->x, output )
217 ASSERT_COMPARE( output, expected_output->len,
230 unsigned char output[ARIA_MAX_DATASIZE];
235 memset( output, 0x00, sizeof( output ) );
240 iv_str->x, blk, src_str->x, output )
243 ASSERT_COMPARE( output, expected_output->len,
256 unsigned char output[ARIA_MAX_DATASIZE];
261 memset( output, 0x00, sizeof( output ) );
266 iv_str->x, blk, src_str->x, output )
269 ASSERT_COMPARE( output, expected_output->len,