Searched refs:test_out (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/verify/op_tee/ |
| H A D | main.c | 105 static uint8_t test_out[3] = {0xBB, 0xCC, 0xDD}; in main() local 106 …%x, %x, %x\n",test_input[0], test_input[1], test_input[2], test_out[0], test_out[1], test_out[2]); in main() 125 op.params[0].tmpref.buffer = test_out; in main() 126 op.params[0].tmpref.size = sizeof(test_out); in main() 133 …%x, %x, %x\n",test_input[0], test_input[1], test_input[2], test_out[0], test_out[1], test_out[2]); in main()
|