Home
last modified time | relevance | path

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

/packages/modules/Virtualization/microdroid_manager/src/
Ddice.rs40 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()
109 authority_hash: apk.cert_hash.clone(), in for_apk()
Dverify.rs197 let cert_hash = get_cert_hash_from_apk(apk_path, root_hash_trustful)?.to_vec(); in get_data_from_apk() localVariable
208 cert_hash, in get_data_from_apk()
Dinstance.rs293 pub cert_hash: Vec<u8>, field