Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwbcc/client/
Dhwbcc.c233 rc = tipc_connect(&chan, HWBCC_PORT); in hwbcc_get_protected_data()
235 TLOGE("Failed to connect to %s: %d\n", HWBCC_PORT, rc); in hwbcc_get_protected_data()
264 rc = tipc_connect(&chan, HWBCC_PORT); in hwbcc_get_dice_artifacts()
266 TLOGE("Failed to connect to %s: %d\n", HWBCC_PORT, rc); in hwbcc_get_dice_artifacts()
305 rc = tipc_connect(&chan, HWBCC_PORT); in hwbcc_ns_deprivilege()
307 TLOGE("Failed to connect to %s: %d\n", HWBCC_PORT, rc); in hwbcc_ns_deprivilege()
/trusty/user/base/interface/hwbcc/include/interface/hwbcc/
Dhwbcc.h24 #define HWBCC_PORT "com.android.trusty.hwbcc" macro
/trusty/user/base/lib/hwbcc/rust/src/
Dlib.rs277 let port = CStr::from_bytes_with_nul(HWBCC_PORT).expect("HWBCC_PORT was not null terminated"); in get_dice_artifacts()
308 let port = CStr::from_bytes_with_nul(HWBCC_PORT).expect("HWBCC_PORT was not null terminated"); in ns_deprivilege()
340 let port = CStr::from_bytes_with_nul(HWBCC_PORT).expect("HWBCC_PORT was not null terminated"); in get_bcc()
387 let port = CStr::from_bytes_with_nul(HWBCC_PORT).expect("HWBCC_PORT was not null terminated"); in sign_data()
/trusty/user/base/lib/hwbcc/srv/
Dsrv.c93 .name = HWBCC_PORT,