Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tee/
H A Dsandbox.c161 static const struct ta_entry ta_entries[] = { variable
200 for (n = 0; n < ARRAY_SIZE(ta_entries); n++) in find_ta_entry()
201 if (!memcmp(&u, &ta_entries[n].uuid, sizeof(u))) in find_ta_entry()
202 return ta_entries + n; in find_ta_entry()