Searched refs:storeKeyAtomically (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | KeyStorage.h | 60 bool storeKeyAtomically(const std::string& key_path, const std::string& tmp_path,
|
D | FsCrypt.cpp | 335 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()
|
D | KeyUtil.cpp | 406 if (!storeKeyAtomically(key_path, tmp_path, key_authentication, *key)) return false; in retrieveOrGenerateKey()
|
D | KeyStorage.cpp | 524 bool storeKeyAtomically(const std::string& key_path, const std::string& tmp_path, in storeKeyAtomically() function
|