Home
last modified time | relevance | path

Searched refs:secAgentControl (Results 1 - 1 of 1) sorted by relevance

/base/tee/tee_client/services/teecd/src/
H A Dsecfile_load_agent.c166 static void LoadLib(struct SecAgentControlType *secAgentControl) in LoadLib() argument
171 if (secAgentControl == NULL) { in LoadLib()
172 tloge("secAgentControl is null\n"); in LoadLib()
175 if (strnlen(secAgentControl->LibSec.libName, MAX_SEC_FILE_NAME_LEN) >= MAX_SEC_FILE_NAME_LEN) { in LoadLib()
177 secAgentControl->ret = -1; in LoadLib()
181 if (IsTaLib(&(secAgentControl->LibSec.uuid))) { in LoadLib()
185 TEE_DEFAULT_PATH, secAgentControl->LibSec.uuid.timeLow, secAgentControl->LibSec.uuid.timeMid, in LoadLib()
186 secAgentControl->LibSec.uuid.timeHiAndVersion, secAgentControl in LoadLib()
211 LoadTa(struct SecAgentControlType *secAgentControl) LoadTa() argument
244 SecLoadAgentWork(struct SecAgentControlType *secAgentControl) SecLoadAgentWork() argument
268 struct SecAgentControlType *secAgentControl = NULL; SecfileLoadAgentThread() local
[all...]

Completed in 1 milliseconds