Home
last modified time | relevance | path

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

/base/tee/tee_os_framework/lib/teelib/libssa/include/
Dtee_object_api.h54 #define TEE_ATTR_IS_BUFFER(attribute_id) ((((attribute_id) << 2) >> 31) == 0) argument
55 #define TEE_ATTR_IS_VALUE(attribute_id) ((((attribute_id) << 2) >> 31) == 1) argument
57 #define TEE_ATTR_IS_PROTECTED(attribute_id) ((((attribute_id) << 3) >> 31) == 0) argument
58 #define TEE_ATTR_IS_PUBLIC(attribute_id) ((((attribute_id) << 3) >> 31) == 1) argument
/base/tee/tee_os_framework/drivers/crypto_mgr/src/crypto_ioctl/
Dcrypto_syscall_common.c277 #define ATTR_IS_BUFFER(attribute_id) ((((attribute_id) << 2) >> 31) == 0) argument
/base/tee/tee_os_framework/lib/teelib/libssa/src/
Dtee_transient_obj_api.c56 uint32_t attribute_id; member
105 static uint32_t object_max_size_of_object_type(uint32_t object_type, uint32_t attribute_id) in object_max_size_of_object_type()
1264 static bool is_params_attribute_id_valid(uint32_t attribute_id, uint32_t params_index) in is_params_attribute_id_valid()
/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/include/
Dcrypto_driver_adaptor.h257 uint32_t attribute_id; member