Searched refs:tee_invoke_func (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/tee/broadcom/ |
A D | chimp_optee.c | 74 ret = tee_invoke_func(chimp_data.tee, &arg, ARRAY_SIZE(param), param); in chimp_handshake_status_optee() 109 ret = tee_invoke_func(chimp_data.tee, &arg, ARRAY_SIZE(param), param); in chimp_health_status_optee() 141 ret = tee_invoke_func(chimp_data.tee, &arg, 0, NULL); in chimp_fastboot_optee()
|
/u-boot/test/dm/ |
A D | tee.c | 45 if (tee_invoke_func(dev, &arg, 1, ¶m) || arg.ret) in invoke_func_avb() 81 if (tee_invoke_func(dev, &arg, 2, param) || arg.ret) { in invoke_func_rpc_test()
|
/u-boot/include/ |
A D | tee.h | 355 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg,
|
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 89 rc = tee_invoke_func(context->tee_dev, &transceive_args, 4, in ftpm_tee_transceive()
|
/u-boot/cmd/ |
A D | optee_rpmb.c | 50 if (tee_invoke_func(tee, &arg, num_param, param)) in invoke_func()
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 45 int tee_invoke_func(struct udevice *dev, struct tee_invoke_arg *arg, in tee_invoke_func() function
|
/u-boot/doc/ |
A D | README.tee | 36 - tee_invoke_func() invokes a function in a Trusted Application
|
/u-boot/lib/efi_loader/ |
A D | efi_variable_tee.c | 114 rc = tee_invoke_func(conn.tee, &arg, 2, param); in optee_mm_communicate()
|
/u-boot/common/ |
A D | avb_verify.c | 643 if (tee_invoke_func(ops_data->tee, &arg, num_param, param)) in invoke_func()
|
Completed in 9 milliseconds