Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h48 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key);
DKeyStorage.cpp575 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey() function
614 if (!storeKey(tmp_path, auth, key)) return false; in storeKeyAtomically()