Home
last modified time | relevance | path

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

/trusty/user/base/lib/keybox/client/
Dclient.c43 int rc = tipc_connect(&chan, KEYBOX_PORT); in keybox_unwrap()
45 TLOGE("Failed to connect to %s\n", KEYBOX_PORT); in keybox_unwrap()
/trusty/user/app/keymint/
Dkeybox.rs17 use crate::ffi_bindings::{KeyboxUnwrapReq, KeyboxUnwrapResp, KEYBOX_PORT, KEYBOX_RESP_HDR_SIZE};
39 CStr::from_bytes_with_nul(KEYBOX_PORT).expect("KEYBOX_PORT was not null terminated"); in new()
Dffi_bindings.rs44 pub(crate) const KEYBOX_PORT: &[u8; 28] = sys::KEYBOX_PORT; constant
/trusty/user/base/interface/keybox/include/interface/keybox/
Dkeybox.h24 #define KEYBOX_PORT "com.android.trusty.hwkeybox" macro
/trusty/user/app/sample/hwcrypto/keybox/
Dsrv.c207 rc = port_create(KEYBOX_PORT, 1, sizeof(struct full_keybox_req), in keybox_start_service()
210 TLOGE("Failed (%d) to create port '%s'\n", rc, KEYBOX_PORT); in keybox_start_service()