Home
last modified time | relevance | path

Searched refs:session (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientApiLib.c325 TEEC_Session *session, in TEEC_OpenSession() argument
335 debug("TEEC_OpenSession: session=0x%X, ...\n", session->id); in TEEC_OpenSession()
337 if ((context == NULL) || (session == NULL) || (destination == NULL)) { in TEEC_OpenSession()
357 TeecResult = TEEC_SMC_OpenSession(context, session, destination, in TEEC_OpenSession()
373 void TEEC_CloseSession(TEEC_Session *session) in TEEC_CloseSession() argument
378 debug("TEEC_CloseSession Enter: session=0x%X\n", session->id); in TEEC_CloseSession()
380 if (session == NULL) in TEEC_CloseSession()
383 TeecResult = TEEC_SMC_CloseSession(session, &TeecErrorOrigin); in TEEC_CloseSession()
394 TEEC_Result TEEC_InvokeCommand(TEEC_Session *session, in TEEC_InvokeCommand() argument
403 session->id, cmd_id); in TEEC_InvokeCommand()
[all …]
H A DOpteeClientSMC.c45 TEEC_Session *session, in TEEC_SMC_OpenSession() argument
124 session->id = TeeSmc32Arg->session; in TEEC_SMC_OpenSession()
148 TEEC_Result TEEC_SMC_CloseSession(TEEC_Session *session, in TEEC_SMC_CloseSession() argument
171 TeeSmc32Arg->session = session->id; in TEEC_SMC_CloseSession()
193 TEEC_Result TEEC_SMC_InvokeCommand(TEEC_Session *session, in TEEC_SMC_InvokeCommand() argument
220 TeeSmc32Arg->session = session->id; in TEEC_SMC_InvokeCommand()
/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientSMC.h14 TEEC_Session * session,
19 TEEC_Result TEEC_SMC_CloseSession(TEEC_Session *session,
22 TEEC_Result TEEC_SMC_InvokeCommand(TEEC_Session *session,
H A Dtee_client_api.h364 TEEC_Session *session; member
429 TEEC_Session *session,
442 void TEEC_CloseSession(TEEC_Session *session);
461 TEEC_Result TEEC_InvokeCommand(TEEC_Session *session,
H A Dteesmc.h194 uint32_t session; member
225 uint64_t session; member
H A Dteesmc_v2.h42 uint32_t session; member
/rk3399_rockchip-uboot/doc/device-tree-bindings/usb/
H A Ddwc2.txt42 - u-boot,force-b-session-valid: force B-peripheral session instead of relying on
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dstm32mp157a-dk1-u-boot.dtsi194 u-boot,force-b-session-valid;
/rk3399_rockchip-uboot/arch/xtensa/cpu/
H A Du-boot.lds101 * debugging session when this happens, ensure a link-time error occurs.
/rk3399_rockchip-uboot/drivers/tpm/
H A DKconfig59 bool "Enable TPM authentication session support"
/rk3399_rockchip-uboot/test/py/
H A DREADME.md74 then print a summary of the test process. A complete log of the test session
113 relevant to your debugging session, you can skip them using pytest's -k
/rk3399_rockchip-uboot/doc/driver-model/
H A DREADME.txt59 To try it, see the example session below:
100 ============================= test session starts ==============================