Home
last modified time | relevance | path

Searched refs:LoadKeysFromZipfile (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/install/include/install/
Dverifier.h98 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name);
/bootable/recovery/tests/unit/
Dverifier_test.cpp204 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()
/bootable/recovery/install/
Dverifier.cpp358 std::vector<Certificate> LoadKeysFromZipfile(const std::string& zip_name) { in LoadKeysFromZipfile() function
Dinstall.cpp654 std::vector<Certificate> loaded_keys = LoadKeysFromZipfile(CERTIFICATE_ZIP_FILE); in verify_package()