Home
last modified time | relevance | path

Searched refs:props (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/tee/
A Dtee_svc.c390 const struct tee_props **props, in get_prop_set() argument
396 *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() local
430 return &(props[index]); in get_prop_struct()
526 const struct tee_props *props = NULL; in syscall_get_property_name_to_index() local
534 if (!props) in syscall_get_property_name_to_index()
[all …]
A Dtee_svc_cryp.c1181 const struct tee_cryp_obj_type_props *props, in set_attribute() argument
1184 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() argument
1196 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() argument
1445 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()
/optee_os-3.20.0/core/arch/arm/plat-vexpress/
A Dvendor_props.c69 .props = vendor_propset_array_tee,
/optee_os-3.20.0/core/include/tee/
A Dtee_svc.h31 const struct tee_props *props; member

Completed in 14 milliseconds