Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libsecurepath/
Dcontent_protect.cpp65 extern "C" cpResult_t CP_Enable_Path_Protection(uint32_t protect_ip) in CP_Enable_Path_Protection() argument
95 memcpy(tci->cmd.data, &protect_ip, sizeof(protect_ip)); in CP_Enable_Path_Protection()
96 tci->cmd.data_len = sizeof(protect_ip); in CP_Enable_Path_Protection()
129 extern "C" cpResult_t CP_Disable_Path_Protection(uint32_t protect_ip) in CP_Disable_Path_Protection() argument
159 memcpy(tci->cmd.data, &protect_ip, sizeof(protect_ip)); in CP_Disable_Path_Protection()
160 tci->cmd.data_len = sizeof(protect_ip); in CP_Disable_Path_Protection()