Home
last modified time | relevance | path

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

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