Searched refs:authority_hash_ctx (Results 1 – 1 of 1) sorted by relevance
38 let mut authority_hash_ctx = Sha512::new(); in dice_derivation() localVariable40 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()