Searched refs:HWWSK_PORT (Results 1 – 4 of 4) sorted by relevance
62 #define HWWSK_PORT "com.android.trusty.hwwsk" macro
28 let port = CStr::from_bytes_with_nul(HWWSK_PORT).expect("HWKEY_PORT was not null terminated"); in open_hwwsk_session()
32 const HWWSK_PORT: &[u8] = b"com.android.trusty.hwwsk\0"; constant36 let port = CStr::from_bytes_with_nul(HWWSK_PORT).expect("HWWSK_PORT was not null terminated"); in hwwsk_session()
36 int rc = tipc_connect(&hchan, HWWSK_PORT); in get_hwwsk_chan()