Home
last modified time | relevance | path

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

/optee_os/ta/
H A Duser_ta_header.c135 const struct user_ta_property ta_props[] = { variable
176 const size_t ta_num_props = sizeof(ta_props) / sizeof(ta_props[0]);
/optee_os/lib/libutee/include/
H A Duser_ta_header.h168 extern const struct user_ta_property ta_props[];
/optee_os/lib/libutee/
H A Dtee_api_property.c61 *eps = ta_props; in propset_get()