Searched refs:storeKey (Results 1 – 2 of 2) sorted by relevance
54 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key);
483 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey() function534 if (!storeKey(tmp_path, auth, key)) return false; in storeKeyAtomically()