Searched refs:props (Results 1 – 4 of 4) sorted by relevance
390 const struct tee_props **props, in get_prop_set() argument396 *props = tee_propset_client; in get_prop_set()401 *props = tee_propset_ta; in get_prop_set()403 *vendor_props = vendor_props_ta.props; in get_prop_set()407 *props = tee_propset_tee; in get_prop_set()412 *props = NULL; in get_prop_set()422 const struct tee_props *props; in get_prop_struct() local430 return &(props[index]); in get_prop_struct()526 const struct tee_props *props = NULL; in syscall_get_property_name_to_index() local534 if (!props) in syscall_get_property_name_to_index()[all …]
1181 const struct tee_cryp_obj_type_props *props, in set_attribute() argument1184 int idx = tee_svc_cryp_obj_find_type_attr_idx(attr, props); in set_attribute()1193 const struct tee_cryp_obj_type_props *props, in get_attribute() argument1196 int idx = tee_svc_cryp_obj_find_type_attr_idx(attr, props); in get_attribute()1435 static TEE_Result check_key_size(const struct tee_cryp_obj_type_props *props, in check_key_size() argument1445 if (is_gp_legacy_des_key_size(props->obj_type, sz)) in check_key_size()1448 if (sz % props->quanta != 0) in check_key_size()1450 if (sz < props->min_size) in check_key_size()1452 if (sz > props->max_size) in check_key_size()
69 .props = vendor_propset_array_tee,
31 const struct tee_props *props; member
Completed in 14 milliseconds