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()
153 static bool load_key(const std::string& file) { in load_key() function179 return load_key(path); in load_keys()208 result |= load_key((path + OS_PATH_SEPARATOR + name)); in load_keys()237 return load_key(path); in generate_userkey()
92 static RSA *load_key(const char *path) in load_key() function127 key = load_key(VERITY_TABLE_RSA_KEY); in verify_table()