Searched refs:LoadKeysFromZipfile (Results 1 – 4 of 4) sorted by relevance
204 std::vector<Certificate> certs = LoadKeysFromZipfile(otacerts.path); in TEST()211 std::vector<Certificate> certs = LoadKeysFromZipfile(otacerts.path); in TEST()227 std::vector<Certificate> certs = LoadKeysFromZipfile(otacerts.path); in TEST()241 std::vector<Certificate> certs = LoadKeysFromZipfile(otacerts.path); in TEST()
98 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name);
352 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name) { in LoadKeysFromZipfile() function
641 std::vector<Certificate> loaded_keys = LoadKeysFromZipfile(CERTIFICATE_ZIP_FILE); in verify_package()