Home
last modified time | relevance | path

Searched defs:ApexVerityData (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapex_file.h33 struct ApexVerityData { struct
34 std::unique_ptr<AvbHashtreeDescriptor> desc;
35 std::string hash_algorithm;
36 std::string salt;
60 android::base::Result<ApexVerityData> VerifyApexVerity( argument