Searched refs:TeecOptDecodePartialMem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/ |
H A D | cadaemon_service.h | 110 TEEC_Result TeecOptDecodePartialMem(DecodePara *paraDecode, uint8_t *data,
|
H A D | cadaemon_service.cpp | 634 TEEC_Result CaDaemonService::TeecOptDecodePartialMem(DecodePara *paraDecode, uint8_t *data, in TeecOptDecodePartialMem() function in OHOS::CaDaemon::CaDaemonService 724 teeRet = TeecOptDecodePartialMem(paraDecode, ptr, &tmpInputPara, operation, paramCnt); in GetTeecOptMem()
|
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/ |
H A D | tee_client.h | 130 TEEC_Result TeecOptDecodePartialMem(TEEC_Parameter *param, uint32_t paramType,
|
H A D | tee_client.cpp | 572 TEEC_Result TeeClient::TeecOptDecodePartialMem(TEEC_Parameter *param, in TeecOptDecodePartialMem() function in OHOS::TeeClient 657 teeRet = TeecOptDecodePartialMem(&(operation->params[paramCnt]), paramType[paramCnt], in TeecOptDecode()
|