Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.c50 …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 Dtee_client_api.c1056 taFile.taPath = context->ta_path; in TEEC_OpenSession()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_stub.cpp341 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 Dcadaemon_interface.h29 virtual TEEC_Result OpenSession(TEEC_Context *context, const char *taPath, int32_t fd,
H A Dcadaemon_service.cpp768 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 Dcadaemon_service.h75 TEEC_Result OpenSession(TEEC_Context *context, const char *taPath, int32_t fd,
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h107 const uint8_t *taPath; member
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c87 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()