OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tciMessage_t
(Results
1 - 6
of
6
) sorted by null
/hardware/samsung_slsi/exynos5/libsecurepath/
tlc_communication.h
30
tciMessage_t
*tci_msg;
tlwvdrm_api.h
70
}
tciMessage_t
;
tlc_communication.cpp
40
mcRet = mcMallocWsm(comm_ctx->device_id, 0, sizeof(
tciMessage_t
), (uint8_t **)&(comm_ctx->tci_msg), 0);
54
(uint32_t) sizeof(
tciMessage_t
));
content_protect.cpp
69
tciMessage_t
*tci = NULL;
133
tciMessage_t
*tci = NULL;
/hardware/samsung_slsi/exynos5/libkeymaster/
tlTeeKeymaster_Api.h
243
}
tciMessage_t
, *tciMessage_ptr;
250
tciMessage_t
message; /**< TCI message */
tlcTeeKeymaster_if.c
80
mcRet = mcMallocWsm(DEVICE_ID, 0, sizeof(
tciMessage_t
), (uint8_t **) &pTci, 0);
92
(uint32_t) sizeof(
tciMessage_t
));
Completed in 1251 milliseconds