Searched refs:LoadKeysFromZipfile (Results 1 – 4 of 4) sorted by relevance
98 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name);
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()
358 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name) { in LoadKeysFromZipfile() function
654 std::vector<Certificate> loaded_keys = LoadKeysFromZipfile(CERTIFICATE_ZIP_FILE); in verify_package()