Home
last modified time | relevance | path

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

/system/extras/verity/
Dverity_verifier.cpp34 static RSA* load_key(const char* path) { in load_key() function
59 std::unique_ptr<RSA, decltype(&RSA_free)> key(load_key(key_path), RSA_free); in verify_table()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp88 static RSA *load_key(const char *path) in load_key() function
126 key = load_key(VERITY_TABLE_RSA_KEY); in verify_table()