Home
last modified time | relevance | path

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

/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_ipc_server.rs28 Some(hwcrypto_device_key::HwCryptoKey::new_binder(uuid).as_binder()) in create_device_key_service()
Dhwcrypto_device_key.rs205 pub(crate) fn new_binder(uuid: Uuid) -> binder::Strong<dyn IHwCryptoKey> { in new_binder() method
207 BnHwCryptoKey::new_binder(hwcrypto_device_key, binder::BinderFeatures::default()) in new_binder()
262 let key = opaque_key::OpaqueKey::new_binder(&policy, km) in derive_dice_policy_bound_key()
380 let hw_device_key = HwCryptoKey::new_binder( in derived_dice_bound_keys()
415 let hw_device_key = HwCryptoKey::new_binder( in derived_clear_key()
Dopaque_key.rs167 pub(crate) fn new_binder( in new_binder() method
175 BnOpaqueKey::new_binder(opaque_key, binder::BinderFeatures::default()); in new_binder()
190 OpaqueKey::new_binder(policy, key_material) in new_opaque_key_from_raw_bytes()