Searched refs:mcMallocWsm (Results 1 - 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlc_communication.cpp40 mcRet = mcMallocWsm(comm_ctx->device_id, 0, sizeof(tciMessage_t), (uint8_t **)&(comm_ctx->tci_msg), 0);
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
H A DMobiCoreDriverApi.h325 __MC_CLIENT_LIB_API mcResult_t mcMallocWsm(
336 * mcMallocWsm(). The caller has to assure that the address handed over to the driver
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlcTeeKeymaster_if.c80 mcRet = mcMallocWsm(DEVICE_ID, 0, sizeof(tciMessage_t), (uint8_t **) &pTci, 0);
83 LOG_E("TEE_Open(): mcMallocWsm returned: %d\n", mcRet);
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp623 __MC_CLIENT_LIB_API mcResult_t mcMallocWsm( function

Completed in 89 milliseconds