Home
last modified time | relevance | path

Searched defs:DiceBoundKeyResult (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/sample/hwcryptokey-test/
Dversioned_keys_explicit.rs116 let DiceBoundKeyResult { in generate_new_policy_and_clear_key() localVariable
186 let DiceBoundKeyResult { in old_dice_generates_old_clear_key_and_new_policy() localVariable
226 let DiceBoundKeyResult { in dice_updates_are_unique() localVariable
291 let DiceBoundKeyResult { diceBoundKey: _, dicePolicyWasCurrent: dice_policy1_current } = in dice_updates_are_unique() localVariable
298 let DiceBoundKeyResult { diceBoundKey: _, dicePolicyWasCurrent: dice_policy2_current } = in dice_updates_are_unique() localVariable
/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs214 ) -> Result<DiceBoundKeyResult, HwCryptoError> { in derive_dice_policy_bound_key()
286 let DiceBoundKeyResult { diceBoundKey: key, dicePolicyWasCurrent: policy_current } = in deriveCurrentDicePolicyBoundKey() localVariable
301 ) -> binder::Result<DiceBoundKeyResult> { in deriveDicePolicyBoundKey()
393 let DiceBoundKeyResult { diceBoundKey: key, dicePolicyWasCurrent: current_policy } = in derived_dice_bound_keys() localVariable
407 let DiceBoundKeyResult { diceBoundKey: key, dicePolicyWasCurrent: current_policy } = in derived_dice_bound_keys() localVariable
446 let DiceBoundKeyResult { diceBoundKey: key, dicePolicyWasCurrent: current_policy } = in derived_clear_key() localVariable