Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DKeyStorage.h55 bool storeKeyAtomically(const std::string& key_path, const std::string& tmp_path,
H A DFsCrypt.cpp341 if (!android::vold::storeKeyAtomically(ce_key_path, user_key_temp, kEmptyAuthentication, in create_and_install_user_keys()
346 if (!android::vold::storeKeyAtomically(get_de_key_path(user_id), user_key_temp, in create_and_install_user_keys()
698 if (!android::vold::storeKeyAtomically(ce_key_path, user_key_temp, store_auth, ce_key)) in fscrypt_rewrap_user_key()
H A DKeyUtil.cpp408 if (!storeKeyAtomically(key_path, tmp_path, key_authentication, *key)) return false; in retrieveOrGenerateKey()
H A DKeyStorage.cpp601 bool storeKeyAtomically(const std::string& key_path, const std::string& tmp_path, in storeKeyAtomically() function