Home
last modified time | relevance | path

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

/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_ipc_server.rs18 use crate::hwcrypto_device_key;
28 Some(hwcrypto_device_key::HwCryptoKey::new_binder(uuid).as_binder()) in create_device_key_service()
Dlib.rs28 mod hwcrypto_device_key; module
Dhwcrypto_device_key.rs206 let hwcrypto_device_key = HwCryptoKey { uuid }; in new_binder() localVariable
207 BnHwCryptoKey::new_binder(hwcrypto_device_key, binder::BinderFeatures::default()) in new_binder()