Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_obj.h20 uint32_t have_attrs; /* bitfield identifying set properties */ member
/optee_os/core/tee/
H A Dtee_svc_storage.c33 uint32_t have_attrs; member
154 o->have_attrs = head.have_attrs; in tee_svc_storage_read_head()
266 o->have_attrs = attr_o->have_attrs; in tee_svc_storage_init_file()
295 head.have_attrs = o->have_attrs; in tee_svc_storage_init_file()
H A Dtee_svc_cryp.c1267 o->have_attrs |= BIT(idx); in set_attribute()
1279 return o->have_attrs & BIT(idx); in get_attribute()
1322 if ((idx < 0) || ((o->have_attrs & (1 << idx)) == 0)) in syscall_cryp_obj_get_attr()
1433 uint32_t have_attrs = 0; in tee_obj_attr_copy_from() local
1446 have_attrs = src->have_attrs; in tee_obj_attr_copy_from()
1497 have_attrs = BIT32(tp->num_type_attrs) - 1; in tee_obj_attr_copy_from()
1515 o->have_attrs = have_attrs; in tee_obj_attr_copy_from()
1900 uint32_t have_attrs = 0; in tee_svc_cryp_obj_populate_type() local
1915 have_attrs |= BIT32(idx); in tee_svc_cryp_obj_populate_type()
1976 o->have_attrs = have_attrs; in tee_svc_cryp_obj_populate_type()
[all …]