Lines Matching refs:output
13 unsigned char output[265];
28 input_str->x, output, mac ) == 0 );
30 TEST_ASSERT( memcmp( output_str->x, output, output_str->len ) == 0 );
41 unsigned char output[265];
56 mac_str->x, input_str->x, output );
61 TEST_ASSERT( memcmp( output_str->x, output, output_str->len ) == 0 );
76 unsigned char output[1];
86 memset( output, 0x00, sizeof( output ) );
94 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
105 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
117 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
125 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )
127 TEST_ASSERT( mbedtls_chachapoly_update( &ctx, input_len, input, output )