Home
last modified time | relevance | path

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

/trusty/user/app/sample/hwcryptokey-test/
Dversioned_keys_explicit.rs32 pub(crate) const RUST_DEVICE_KEY_SERVICE_PORT: &str = "com.android.trusty.rust.hwcryptohal.V1"; constant
68 CString::try_new(RUST_DEVICE_KEY_SERVICE_PORT).expect("Failed to allocate port name"); in connect()