Searched refs:tee_open_session (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/tee/broadcom/ |
A D | chimp_optee.c | 39 rc = tee_open_session(tee, &arg, 0, NULL); in get_open_session()
|
/u-boot/include/ |
A D | tee.h | 333 int tee_open_session(struct udevice *dev, struct tee_open_session_arg *arg,
|
/u-boot/drivers/tpm/ |
A D | tpm2_ftpm_tee.c | 191 rc = tee_open_session(context->tee_dev, &sess_arg, 0, NULL); in ftpm_tee_probe()
|
/u-boot/cmd/ |
A D | optee_rpmb.c | 31 rc = tee_open_session(tee, &arg, 0, NULL); in avb_ta_open_session()
|
/u-boot/drivers/tee/ |
A D | tee-uclass.c | 34 int tee_open_session(struct udevice *dev, struct tee_open_session_arg *arg, in tee_open_session() function
|
/u-boot/test/dm/ |
A D | tee.c | 26 rc = tee_open_session(dev, &arg, 0, NULL); in open_session()
|
/u-boot/doc/ |
A D | README.tee | 34 - tee_open_session() opens a session to a Trusted Application
|
/u-boot/lib/efi_loader/ |
A D | efi_variable_tee.c | 47 rc = tee_open_session(tee, &arg, 0, NULL); in get_connection()
|
/u-boot/common/ |
A D | avb_verify.c | 621 rc = tee_open_session(tee, &arg, 0, NULL); in get_open_session()
|
Completed in 11 milliseconds