Home
last modified time | relevance | path

Searched refs:load_key (Results 1 – 3 of 3) sorted by relevance

/system/extras/verity/
Dverity_verifier.cpp33 static RSA* load_key(const char* path) { in load_key() function
58 std::unique_ptr<RSA, decltype(&RSA_free)> key(load_key(key_path), RSA_free); in verify_table()
/system/core/adb/client/
Dauth.cpp140 static bool load_key(const std::string& file) { in load_key() function
167 return load_key(path); in load_keys()
198 result |= load_key((path + OS_PATH_SEPARATOR + name)); in load_keys()
227 return load_key(path); in load_userkey()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp93 static RSA *load_key(const char *path) in load_key() function
128 key = load_key(VERITY_TABLE_RSA_KEY); in verify_table()