Searched refs:tee_invoke_func (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/test/dm/ |
D | tee.c | 41 if (tee_invoke_func(dev, &arg, 1, ¶m) || arg.ret) in invoke_func()
|
/external/u-boot/include/ |
D | tee.h | 352 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg,
|
/external/u-boot/drivers/tee/ |
D | tee-uclass.c | 43 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in tee_invoke_func() function
|
/external/u-boot/doc/ |
D | README.tee | 36 - tee_invoke_func() invokes a function in a Trusted Application
|
/external/u-boot/common/ |
D | avb_verify.c | 644 if (tee_invoke_func(ops_data->tee, &arg, num_param, param)) in invoke_func()
|