Searched refs:KEYBOX_PORT (Results 1 – 5 of 5) sorted by relevance
/trusty/user/base/lib/keybox/client/ |
D | client.c | 43 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/ |
D | keybox.rs | 17 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()
|
D | ffi_bindings.rs | 44 pub(crate) const KEYBOX_PORT: &[u8; 28] = sys::KEYBOX_PORT; constant
|
/trusty/user/base/interface/keybox/include/interface/keybox/ |
D | keybox.h | 24 #define KEYBOX_PORT "com.android.trusty.hwkeybox" macro
|
/trusty/user/app/sample/hwcrypto/keybox/ |
D | srv.c | 207 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()
|