Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid_manager/src/
Ddice.rs38 let mut authority_hash_ctx = Sha512::new(); in dice_derivation() localVariable
40 authority_hash_ctx.update(instance_data.apk_data.cert_hash.as_ref()); in dice_derivation()
43 authority_hash_ctx.update(extra_apk.cert_hash.as_ref()); in dice_derivation()
47 authority_hash_ctx.update(apex.public_key.as_ref()); in dice_derivation()
50 let authority_hash = authority_hash_ctx.finish(); in dice_derivation()