Searched defs:ApexVerityData (Results 1 – 1 of 1) sorted by relevance
33 struct ApexVerityData { struct34 std::unique_ptr<AvbHashtreeDescriptor> desc;35 std::string hash_algorithm;36 std::string salt;60 android::base::Result<ApexVerityData> VerifyApexVerity( argument