Searched refs:cert_hash (Results 1 – 3 of 3) sorted by relevance
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()109 authority_hash: apk.cert_hash.clone(), in for_apk()
197 let cert_hash = get_cert_hash_from_apk(apk_path, root_hash_trustful)?.to_vec(); in get_data_from_apk() localVariable208 cert_hash, in get_data_from_apk()
293 pub cert_hash: Vec<u8>, field