Home
last modified time | relevance | path

Searched refs:tci_msg (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/libsecurepath/
Dtlc_communication.cpp40 …mcRet = mcMallocWsm(comm_ctx->device_id, 0, sizeof(tciMessage_t), (uint8_t **)&(comm_ctx->tci_msg)… in tlc_open()
53 mcRet = mcOpenSession(&(comm_ctx->handle), &(comm_ctx->uuid), (uint8_t *)(comm_ctx->tci_msg), in tlc_open()
75 mcRet = mcFreeWsm((comm_ctx->device_id), (uint8_t *)(comm_ctx->tci_msg)); in tlc_close()
Dcontent_protect.cpp84 tci = cp_ctx.tci_msg; in CP_Enable_Path_Protection()
148 tci = cp_ctx.tci_msg; in CP_Disable_Path_Protection()
Dtlc_communication.h30 tciMessage_t *tci_msg; member