Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Duser_ta_header.h169 extern const size_t ta_num_props;
/optee_os/ta/
H A Duser_ta_header.c176 const size_t ta_num_props = sizeof(ta_props) / sizeof(ta_props[0]); variable
/optee_os/lib/libutee/
H A Dtee_api_property.c62 *eps_len = ta_num_props; in propset_get()