Searched refs:load_key (Results 1 – 3 of 3) sorted by relevance
33 static RSA* load_key(const char* path) { in load_key() function58 std::unique_ptr<RSA, decltype(&RSA_free)> key(load_key(key_path), RSA_free); in verify_table()
140 static bool load_key(const std::string& file) { in load_key() function167 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()
93 static RSA *load_key(const char *path) in load_key() function128 key = load_key(VERITY_TABLE_RSA_KEY); in verify_table()