Home
last modified time | relevance | path

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

/trusty/user/base/interface/hwwsk/include/interface/hwwsk/
Dhwwsk.h62 #define HWWSK_PORT "com.android.trusty.hwwsk" macro
/trusty/user/base/lib/hwwsk/rust/src/
Dtest.rs28 let port = CStr::from_bytes_with_nul(HWWSK_PORT).expect("HWKEY_PORT was not null terminated"); in open_hwwsk_session()
/trusty/user/app/keymint/
Dkey_wrapper.rs32 const HWWSK_PORT: &[u8] = b"com.android.trusty.hwwsk\0"; constant
36 let port = CStr::from_bytes_with_nul(HWWSK_PORT).expect("HWWSK_PORT was not null terminated"); in hwwsk_session()
/trusty/user/app/keymaster/
Dtrusty_aes_key.cpp36 int rc = tipc_connect(&hchan, HWWSK_PORT); in get_hwwsk_chan()