Searched refs:have_attrs (Results 1 – 3 of 3) sorted by relevance
20 uint32_t have_attrs; /* bitfield identifying set properties */ member
34 uint32_t have_attrs; member157 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()
1188 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() local1358 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() local1821 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