Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/tee/
A Dtee_obj.h20 uint32_t have_attrs; /* bitfield identifying set properties */ member
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c34 uint32_t have_attrs; member
157 o->have_attrs = head.have_attrs; in tee_svc_storage_read_head()
268 o->have_attrs = attr_o->have_attrs; in tee_svc_storage_init_file()
296 head.have_attrs = o->have_attrs; in tee_svc_storage_init_file()
A Dtee_svc_cryp.c1188 o->have_attrs |= BIT(idx); in set_attribute()
1200 return o->have_attrs & BIT(idx); in get_attribute()
1234 if ((idx < 0) || ((o->have_attrs & (1 << idx)) == 0)) in syscall_cryp_obj_get_attr()
1345 uint32_t have_attrs = 0; in tee_obj_attr_copy_from() local
1358 have_attrs = src->have_attrs; in tee_obj_attr_copy_from()
1406 have_attrs = BIT32(tp->num_type_attrs) - 1; in tee_obj_attr_copy_from()
1424 o->have_attrs = have_attrs; in tee_obj_attr_copy_from()
1806 uint32_t have_attrs = 0; in tee_svc_cryp_obj_populate_type() local
1821 have_attrs |= BIT32(idx); in tee_svc_cryp_obj_populate_type()
1881 o->have_attrs = have_attrs; in tee_svc_cryp_obj_populate_type()
[all …]

Completed in 10 milliseconds