Home
last modified time | relevance | path

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

/u-boot/drivers/tee/
A Dsandbox.c347 static const struct ta_entry ta_entries[] = { variable
392 for (n = 0; n < ARRAY_SIZE(ta_entries); n++) in find_ta_entry()
393 if (!memcmp(&u, &ta_entries[n].uuid, sizeof(u))) in find_ta_entry()
394 return ta_entries + n; in find_ta_entry()

Completed in 4 milliseconds