Home
last modified time | relevance | path

Searched refs:storeKeyAtomically (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DKeyStorage.h60 bool storeKeyAtomically(const std::string& key_path, const std::string& tmp_path,
DFsCrypt.cpp335 if (!android::vold::storeKeyAtomically(ce_key_path, user_key_temp, kEmptyAuthentication, in create_and_install_user_keys()
340 if (!android::vold::storeKeyAtomically(get_de_key_path(user_id), user_key_temp, in create_and_install_user_keys()
699 if (!android::vold::storeKeyAtomically(ce_key_path, user_key_temp, store_auth, ce_key)) in fscrypt_rewrap_user_key()
DKeyUtil.cpp406 if (!storeKeyAtomically(key_path, tmp_path, key_authentication, *key)) return false; in retrieveOrGenerateKey()
DKeyStorage.cpp524 bool storeKeyAtomically(const std::string& key_path, const std::string& tmp_path, in storeKeyAtomically() function