Searched refs:TEEC_OpenSession (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/tee/tee_client/ |
H A D | README_zh.md | 43 | TEEC_OpenSession (TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destination, uin… 53 1. TEEC_OpenSession接口的TEEC_Context结构体成员 ta_path支持指定TA的文件路径(限制在/data目录)。 64 2. TEEC_OpenSession接口入参connectionMethod只支持TEEC_LOGIN_IDENTIFY。 66 …对于TEEC_OpenSession函数中第四个入参connectionMethod,GP规范定义了六种Login Method,TEE Client组件拓展了TEEC_LOGIN_IDENTIF… 68 3. 调用TEEC_OpenSession时,TEEC_Operation参数有限制。 70 …在调用TEEC_OpenSession接口时,TEEC_Operation中params[2]和params[3]是预留给系统的,不允许CA使用,CA仅可以使用params[0]和params[1…
|
H A D | README.md | 43 | TEEC_OpenSession (TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destination, uin… 53 1. The TEEC_Context structure member ta_path of the TEEC_OpenSession interface supports specifying … 64 2. The input parameter connectionMethod of the TEEC_OpenSession interface only supports TEEC_LOGIN_… 68 3. When calling TEEC_OpenSession, its parameters are limited. 70 …When calling the TEEC_OpenSession interface, the params[2] and params[3] in TEEC_Operation are res…
|
/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/ |
H A D | tee_client_api.h | 128 TEEC_Result TEEC_OpenSession(TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destina…
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
H A D | hks_teec.c | 124 …ret = TEEC_OpenSession(context, localSession, &uuid, TEEC_LOGIN_IDENTIFY, NULL, &operation, &origi… in OpenSession()
|
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_api.c | 1034 TEEC_Result TEEC_OpenSession(TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destina… in TEEC_OpenSession() function
|
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/ |
H A D | tee_client.cpp | 1571 TEEC_Result TEEC_OpenSession(TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destina… in TEEC_OpenSession() function
|