Searched refs:hwcrypto_device_key (Results 1 – 3 of 3) sorted by relevance
18 use crate::hwcrypto_device_key;28 Some(hwcrypto_device_key::HwCryptoKey::new_binder(uuid).as_binder()) in create_device_key_service()
28 mod hwcrypto_device_key; module
206 let hwcrypto_device_key = HwCryptoKey { uuid }; in new_binder() localVariable207 BnHwCryptoKey::new_binder(hwcrypto_device_key, binder::BinderFeatures::default()) in new_binder()