Searched refs:expected_result (Results 1 – 2 of 2) sorted by relevance
137 unsigned char expected_result[100];148 unhexify( expected_result, expected_result_string );192 TEST_ASSERT( memcmp( output, expected_result, block_size ) == 0 );
803 const unsigned char* expected_result, in cmac_test_wth_cipher() argument833 if( ( ret = memcmp( output, &expected_result[i * block_size], block_size ) ) != 0 ) in cmac_test_wth_cipher()