Home
last modified time | relevance | path

Searched refs:test_input (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/verify/op_tee/
H A Dmain.c104 static uint8_t test_input[3] = {0x5A, 0xA5, 0x5A}; in main() local
106 …printf("test_input:%x, %x, %x, test_out:%x, %x, %x\n",test_input[0], test_input[1], test_input[2],… in main()
116 op.params[0].tmpref.buffer = test_input; in main()
117 op.params[0].tmpref.size = sizeof(test_input); in main()
133 …printf("test_input:%x, %x, %x, test_out:%x, %x, %x\n",test_input[0], test_input[1], test_input[2],… in main()