Searched refs:session (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientApiLib.c | 325 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 D | OpteeClientSMC.c | 45 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 D | OpteeClientSMC.h | 14 TEEC_Session * session, 19 TEEC_Result TEEC_SMC_CloseSession(TEEC_Session *session, 22 TEEC_Result TEEC_SMC_InvokeCommand(TEEC_Session *session,
|
| H A D | tee_client_api.h | 364 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 D | teesmc.h | 194 uint32_t session; member 225 uint64_t session; member
|
| H A D | teesmc_v2.h | 42 uint32_t session; member
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/usb/ |
| H A D | dwc2.txt | 42 - u-boot,force-b-session-valid: force B-peripheral session instead of relying on
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | stm32mp157a-dk1-u-boot.dtsi | 194 u-boot,force-b-session-valid;
|
| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 101 * debugging session when this happens, ensure a link-time error occurs.
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | Kconfig | 59 bool "Enable TPM authentication session support"
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | README.md | 74 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 D | README.txt | 59 To try it, see the example session below: 100 ============================= test session starts ==============================
|