Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc.c407 const struct tee_props **props, in get_prop_set() argument
413 *props = tee_propset_client; in get_prop_set()
415 *vendor_props = vendor_props_client.props; in get_prop_set()
418 *props = tee_propset_ta; in get_prop_set()
420 *vendor_props = vendor_props_ta.props; in get_prop_set()
424 *props = tee_propset_tee; in get_prop_set()
426 *vendor_props = vendor_props_tee.props; in get_prop_set()
429 *props = NULL; in get_prop_set()
439 const struct tee_props *props; in get_prop_struct() local
444 get_prop_set(prop_set, &props, &size, &vendor_props, &vendor_size); in get_prop_struct()
[all …]
H A Dtee_svc_cryp.c1260 const struct tee_cryp_obj_type_props *props, in set_attribute() argument
1263 int idx = tee_svc_cryp_obj_find_type_attr_idx(attr, props); in set_attribute()
1272 const struct tee_cryp_obj_type_props *props, in get_attribute() argument
1275 int idx = tee_svc_cryp_obj_find_type_attr_idx(attr, props); in get_attribute()
1526 static TEE_Result check_key_size(const struct tee_cryp_obj_type_props *props, in check_key_size() argument
1536 if (is_gp_legacy_des_key_size(props->obj_type, sz)) in check_key_size()
1539 if (sz % props->quanta != 0) in check_key_size()
1541 if (sz < props->min_size) in check_key_size()
1543 if (sz > props->max_size) in check_key_size()
/optee_os/core/arch/arm/plat-vexpress/
H A Dvendor_props.c69 .props = vendor_propset_array_tee,
/optee_os/core/include/tee/
H A Dtee_svc.h31 const struct tee_props *props; member
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h37 uint32_t props; member
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c907 !(caller_sp->props & FFA_PART_PROP_DIRECT_REQ_SEND)) { in ffa_handle_sp_direct_req()
914 if (!(dst->props & FFA_PART_PROP_DIRECT_REQ_RECV)) { in ffa_handle_sp_direct_req()
931 if (!(dst->props & FFA_PART_PROP_NOTIF_CREATED)) { in ffa_handle_sp_direct_req()
944 if (!(dst->props & FFA_PART_PROP_NOTIF_DESTROYED)) { in ffa_handle_sp_direct_req()
1018 if (!(dst->props & FFA_PART_PROP_NOTIF_CREATED)) { in ffa_handle_sp_direct_resp()
1031 if (!(dst->props & FFA_PART_PROP_NOTIF_DESTROYED)) { in ffa_handle_sp_direct_resp()
H A Dsecure_partition.c164 s->props, uuid_words); in sp_partition_info_get()
289 s->props = FFA_PART_PROP_IS_PE_ID; in sp_create_session()
1514 s->props |= FFA_PART_PROP_AARCH64_STATE; in read_sp_exec_state()
1535 s->props |= FFA_PART_PROP_DIRECT_REQ_RECV; in read_sp_msg_types()
1538 s->props |= FFA_PART_PROP_DIRECT_REQ_SEND; in read_sp_msg_types()
1567 s->props |= FFA_PART_PROP_NOTIF_CREATED; in read_vm_availability_msg()
1570 s->props |= FFA_PART_PROP_NOTIF_DESTROYED; in read_vm_availability_msg()