Searched refs:load_key (Results 1 – 2 of 2) sorted by relevance
34 static RSA* load_key(const char* path) { in load_key() function59 std::unique_ptr<RSA, decltype(&RSA_free)> key(load_key(key_path), RSA_free); in verify_table()
88 static RSA *load_key(const char *path) in load_key() function126 key = load_key(VERITY_TABLE_RSA_KEY); in verify_table()