Home
last modified time | relevance | path

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

/optee_examples/random/host/
A Dmain.c45 uint8_t random_uuid[16] = { 0 }; in main() local
81 op.params[0].tmpref.buffer = random_uuid; in main()
82 op.params[0].tmpref.size = sizeof(random_uuid); in main()
97 printf("%x", random_uuid[i]); in main()

Completed in 2 milliseconds