Searched refs:taPath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_app_load.c | 50 …bool condition = (taFile->taPath != NULL) && (strlen((const char *)taFile->taPath) < MAX_PATH_LEN)… in TEEC_GetApp() 51 strstr((const char *)taFile->taPath, ".sec"); in TEEC_GetApp() 53 ret = TEEC_ReadApp(taFile, (const char *)taFile->taPath, false, cliContext); in TEEC_GetApp()
|
H A D | tee_client_api.c | 1056 taFile.taPath = context->ta_path; in TEEC_OpenSession()
|
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/ |
H A D | cadaemon_stub.cpp | 341 const char *taPath = nullptr; in OpenSessionRecvProc() local 343 retTmp = GetChar(data, tempChar, &taPath); in OpenSessionRecvProc() 345 if (taPath != nullptr) { in OpenSessionRecvProc() 347 context.ta_path = reinterpret_cast<uint8_t *>(const_cast<char *>(taPath)); in OpenSessionRecvProc() 370 …result = OpenSession(&context, taPath, fd, uuid, connMethod, &operation, optMemSize, optMem, reply… in OpenSessionRecvProc() 372 … result = OpenSession(&context, taPath, fd, uuid, connMethod, nullptr, optMemSize, optMem, reply); in OpenSessionRecvProc()
|
H A D | cadaemon_interface.h | 29 virtual TEEC_Result OpenSession(TEEC_Context *context, const char *taPath, int32_t fd,
|
H A D | cadaemon_service.cpp | 768 TEEC_ContextInner *outContext, const char *taPath, int32_t fd) in PrePareParmas() argument 774 taFile.taPath = (const uint8_t *)taPath; in PrePareParmas() 788 TEEC_Result CaDaemonService::OpenSession(TEEC_Context *context, const char *taPath, int32_t fd, in OpenSession() argument 800 TaFileInfo taFile = { .taPath = nullptr, .taFp = nullptr }; in OpenSession() 807 PrePareParmas(paraDecode, taFile, outContext, taPath, fd); in OpenSession()
|
H A D | cadaemon_service.h | 75 TEEC_Result OpenSession(TEEC_Context *context, const char *taPath, int32_t fd,
|
/ohos5.0/base/tee/tee_client/frameworks/include/ |
H A D | tee_client_inner.h | 107 const uint8_t *taPath; member
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
H A D | hks_teec.c | 87 static TEEC_Result TeecUuidInit(TEEC_Context *context, const char *taPath, in TeecUuidInit() argument 90 if (!access(taPath, F_OK)) { in TeecUuidInit() 91 context->ta_path = (uint8_t *)taPath; in TeecUuidInit()
|