Searched refs:have_attrs (Results 1 – 3 of 3) sorted by relevance
20 uint32_t have_attrs; /* bitfield identifying set properties */ member
33 uint32_t have_attrs; member154 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()
1267 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() local1446 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() local1915 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 …]