Lines Matching refs:output2
27 unsigned char output2[OUTPUT_SIZE];
47 output2, sizeof( output2 ) ) );
52 TEST_ASSERT( memcmp( output1, output2, OUTPUT_SIZE ) != 0 );
66 unsigned char output2[OUTPUT_SIZE];
87 output2, sizeof( output2 ) ) );
92 TEST_ASSERT( memcmp( output1, output2, OUTPUT_SIZE ) != 0 );
104 unsigned char output2[OUTPUT_SIZE];
115 output2, sizeof( output2 ) ) );
119 TEST_ASSERT( memcmp( output1, output2, OUTPUT_SIZE ) != 0 );
130 unsigned char output2[OUTPUT_SIZE];
139 PSA_ASSERT( psa_generate_random( output2, sizeof( output2 ) ) );
143 TEST_ASSERT( memcmp( output1, output2, OUTPUT_SIZE ) != 0 );