Lines Matching refs:tp

1332 	const struct tee_cryp_obj_type_props *tp;  in tee_obj_attr_free()  local
1337 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_free()
1338 if (!tp) in tee_obj_attr_free()
1341 for (n = 0; n < tp->num_type_attrs; n++) { in tee_obj_attr_free()
1342 const struct tee_cryp_obj_type_attrs *ta = tp->type_attrs + n; in tee_obj_attr_free()
1350 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_clear() local
1355 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_clear()
1356 if (!tp) in tee_obj_attr_clear()
1359 for (n = 0; n < tp->num_type_attrs; n++) { in tee_obj_attr_clear()
1360 const struct tee_cryp_obj_type_attrs *ta = tp->type_attrs + n; in tee_obj_attr_clear()
1370 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_to_binary() local
1382 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_to_binary()
1383 if (!tp) in tee_obj_attr_to_binary()
1386 for (n = 0; n < tp->num_type_attrs; n++) { in tee_obj_attr_to_binary()
1387 const struct tee_cryp_obj_type_attrs *ta = tp->type_attrs + n; in tee_obj_attr_to_binary()
1404 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_from_binary() local
1412 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_from_binary()
1413 if (!tp) in tee_obj_attr_from_binary()
1416 for (n = 0; n < tp->num_type_attrs; n++) { in tee_obj_attr_from_binary()
1417 const struct tee_cryp_obj_type_attrs *ta = tp->type_attrs + n; in tee_obj_attr_from_binary()
1430 const struct tee_cryp_obj_type_props *tp; in tee_obj_attr_copy_from() local
1441 tp = tee_svc_find_type_props(o->info.objectType); in tee_obj_attr_copy_from()
1442 if (!tp) in tee_obj_attr_copy_from()
1447 for (n = 0; n < tp->num_type_attrs; n++) { in tee_obj_attr_copy_from()
1448 ta = tp->type_attrs + n; in tee_obj_attr_copy_from()
1497 have_attrs = BIT32(tp->num_type_attrs) - 1; in tee_obj_attr_copy_from()
1498 for (n = 0; n < tp->num_type_attrs; n++) { in tee_obj_attr_copy_from()
1499 ta = tp->type_attrs + n; in tee_obj_attr_copy_from()