Searched refs:tee_param (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/include/ |
D | tee.h | 124 struct tee_param { struct 200 struct tee_param *param); 220 uint num_param, struct tee_param *param); 331 uint num_param, struct tee_param *param); 353 uint num_param, struct tee_param *param);
|
/external/u-boot/drivers/tee/ |
D | sandbox.c | 29 struct tee_param *params); 32 struct tee_param *params); 36 static u32 get_attr(uint n, uint num_params, struct tee_param *params) in get_attr() 45 struct tee_param *params) in check_params() 67 struct tee_param *params) in ta_avb_open_session() 79 struct tee_param *params) in ta_avb_invoke_func() 267 uint num_params, struct tee_param *params) in sandbox_tee_open_session() 302 uint num_params, struct tee_param *params) in sandbox_tee_invoke_func()
|
D | tee-uclass.c | 33 uint num_param, struct tee_param *param) in tee_open_session() 44 uint num_param, struct tee_param *param) in tee_invoke_func()
|
/external/u-boot/drivers/tee/optee/ |
D | core.c | 161 const struct tee_param *params) in to_msg_param() 166 const struct tee_param *p = params + n; in to_msg_param() 199 static int from_msg_param(struct tee_param *params, uint num_params, in from_msg_param() 206 struct tee_param *p = params + n; in from_msg_param() 351 uint num_params, struct tee_param *params) in optee_open_session() 402 uint num_params, struct tee_param *params) in optee_invoke_func()
|
/external/u-boot/common/ |
D | avb_verify.c | 633 ulong num_param, struct tee_param *param) in invoke_func() 694 struct tee_param param[2]; in read_rollback_index() 736 struct tee_param param[2]; in write_rollback_index() 776 struct tee_param param = { .attr = TEE_PARAM_ATTR_TYPE_VALUE_OUTPUT }; in read_is_device_unlocked() 865 struct tee_param param[2]; in read_persistent_value() 926 struct tee_param param[2]; in write_persistent_value()
|
/external/u-boot/test/dm/ |
D | tee.c | 34 struct tee_param param = { .attr = TEE_PARAM_ATTR_TYPE_VALUE_OUTPUT }; in invoke_func()
|