Searched refs:HWBCC_PORT (Results 1 – 4 of 4) sorted by relevance
/trusty/user/base/lib/hwbcc/client/ |
D | hwbcc.c | 233 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/ |
D | hwbcc.h | 24 #define HWBCC_PORT "com.android.trusty.hwbcc" macro
|
/trusty/user/base/lib/hwbcc/rust/src/ |
D | lib.rs | 277 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/ |
D | srv.c | 93 .name = HWBCC_PORT,
|