Searched refs:RUST_DEVICE_KEY_SERVICE_PORT (Results 1 – 1 of 1) sorted by relevance
32 pub(crate) const RUST_DEVICE_KEY_SERVICE_PORT: &str = "com.android.trusty.rust.hwcryptohal.V1"; constant68 CString::try_new(RUST_DEVICE_KEY_SERVICE_PORT).expect("Failed to allocate port name"); in connect()