Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.h57 TEEC_SharedMemory shm[TEEC_PARAM_NUM];
58 TEEC_SharedMemoryInner *shmInner[TEEC_PARAM_NUM];
H A Dcadaemon_service.cpp573 for (uint32_t i = 0; i < TEEC_PARAM_NUM; i++) { in WriteOperation()
695 uint32_t paramType[TEEC_PARAM_NUM] = { 0 }; in GetTeecOptMem()
706 for (paramCnt = 0; paramCnt < TEEC_PARAM_NUM; paramCnt++) { in GetTeecOptMem()
826 PutAllocShrMem(paraDecode.shmInner, TEEC_PARAM_NUM); in OpenSession()
922 PutAllocShrMem(paraDecode.shmInner, TEEC_PARAM_NUM); in InvokeCommand()
H A Dcadaemon_stub.cpp213 uint32_t paramType[TEEC_PARAM_NUM] = { 0 }; in GetOperationFromData()
234 for (uint32_t paramCnt = 0; paramCnt < TEEC_PARAM_NUM; paramCnt++) { in GetOperationFromData()
/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_constants.h42 #define TEEC_PARAM_NUM 4 macro
H A Dtee_client_type.h200 TEEC_Parameter params[TEEC_PARAM_NUM];
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h68 TC_NS_ClientParam params[TEEC_PARAM_NUM];
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp184 for (uint32_t i = 0; i < TEEC_PARAM_NUM; i++) { in TEEC_CheckOperation()
639 uint32_t paramType[TEEC_PARAM_NUM] = { 0 }; in TeecOptDecode()
645 for (paramCnt = 0; paramCnt < TEEC_PARAM_NUM; paramCnt++) { in TeecOptDecode()
902 uint32_t paramType[TEEC_PARAM_NUM] = { 0 }; in TeecOptEncode()
906 for (paramCnt = 0; paramCnt < TEEC_PARAM_NUM; paramCnt++) { in TeecOptEncode()
959 uint32_t paramType[TEEC_PARAM_NUM] = { 0 }; in GetPartialMemSize()
992 uint32_t paramType[TEEC_PARAM_NUM] = { 0 }; in GetOptMemSize()
1003 for (paramCnt = 0; paramCnt < TEEC_PARAM_NUM; paramCnt++) { in GetOptMemSize()
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c564 uint32_t paramType[TEEC_PARAM_NUM]; in TEEC_EncodeParam()
570 for (paramCnt = 0; paramCnt < TEEC_PARAM_NUM; paramCnt++) { in TEEC_EncodeParam()
1623 uint32_t paramType[TEEC_PARAM_NUM]; in TEEC_CheckOperation()
1639 for (paramCnt = 0; paramCnt < TEEC_PARAM_NUM; paramCnt++) { in TEEC_CheckOperation()