Home
last modified time | relevance | path

Searched defs:hw_device_key (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcryptokey-test/
Dversioned_keys_explicit.rs81 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in generate_new_policy_and_clear_key() localVariable
178 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in old_dice_generates_old_clear_key_and_new_policy() localVariable
218 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in dice_updates_are_unique() localVariable
307 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in explicit_keys_unique_by_context() localVariable
366 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in invalid_key_sizes() localVariable
405 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in large_context() localVariable
Dversioned_keys_opaque.rs135 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in generate_new_policy_and_opaque_key() localVariable
266 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in old_dice_policy_generates_old_opaque_key_and_new_policy() localVariable
329 let hw_device_key = connect().expect("couldn't connect to HW Crypto service"); in opaque_keys_unique_by_context() localVariable
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs584 let hw_device_key = HwCryptoKey::new_binder( in derived_dice_bound_keys() localVariable
619 let hw_device_key = HwCryptoKey::new_binder( in derived_clear_key() localVariable
Dhwcrypto_operations.rs106 let hw_device_key: Strong<dyn IHwCryptoKey> = in aes_simple_test_from_binder() localVariable
Dopaque_key.rs691 let hw_device_key = HwCryptoKey { in create_token() localVariable