Searched refs:get_cert_hash_from_apk (Results 1 – 1 of 1) sorted by relevance
197 let cert_hash = get_cert_hash_from_apk(apk_path, root_hash_trustful)?.to_vec(); in get_data_from_apk()242 fn get_cert_hash_from_apk(apk: &str, root_hash_trustful: bool) -> Result<[u8; 64]> { in get_cert_hash_from_apk() function