Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
H A Dtee_api_property.c60 if (h == TEE_PROPSET_CURRENT_TA) { in propset_get()
137 return h == TEE_PROPSET_CURRENT_TA || in is_propset_pseudo_handle()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h161 #define TEE_PROPSET_CURRENT_TA (TEE_PropSetHandle)0xFFFFFFFF macro
/optee_os/core/tee/
H A Dtee_svc.c417 } else if ((TEE_PropSetHandle)prop_set == TEE_PROPSET_CURRENT_TA) { in get_prop_set()