Home
last modified time | relevance | path

Searched defs:attribute_id (Results 1 – 1 of 1) sorted by relevance

/interface/sdk_c/TEEKit/include/tee/
Dtee_object_api.h116 #define TEE_ATTR_IS_BUFFER(attribute_id) ((((attribute_id) << 2) >> 31) == 0) argument
123 #define TEE_ATTR_IS_VALUE(attribute_id) ((((attribute_id) << 2) >> 31) == 1) argument
130 #define TEE_ATTR_IS_PROTECTED(attribute_id) ((((attribute_id) << 3) >> 31) == 0) argument
137 #define TEE_ATTR_IS_PUBLIC(attribute_id) ((((attribute_id) << 3) >> 31) == 1) argument