Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h42 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const std::string& key);
DKeyStorage.cpp246 bool storeKey(const std::string& dir, const KeyAuthentication& auth, const std::string& key) { in storeKey() function
DExt4Crypt.cpp324 if (!android::vold::storeKey(tmp_path, auth, key)) return false; in store_key()