Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c52 uint32_t TeeSmcMetaSessionLength; in TEEC_SMC_OpenSession() local
75 TeeSmcMetaSessionLength = sizeof(*TeeSmcMetaSession); in TEEC_SMC_OpenSession()
78 OpteeClientMemAlloc(TeeSmcMetaSessionLength); in TEEC_SMC_OpenSession()
85 memset(TeeSmcMetaSession, 0, TeeSmcMetaSessionLength); in TEEC_SMC_OpenSession()