Searched refs:ce_key_path (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | FsCrypt.cpp | 162 const std::vector<std::string>& paths, std::string* ce_key_path) { in get_ce_key_new_path() argument 164 *ce_key_path = get_ce_key_current_path(directory_path); in get_ce_key_new_path() 170 *ce_key_path = candidate; in get_ce_key_new_path() 199 for (auto const ce_key_path : paths) { in read_and_fixate_user_ce_key() local 200 LOG(DEBUG) << "Trying user CE key " << ce_key_path; in read_and_fixate_user_ce_key() 201 if (retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key() 203 fixate_user_ce_key(directory_path, ce_key_path, paths); in read_and_fixate_user_ce_key() 343 std::string ce_key_path; in create_and_install_user_keys() local 344 if (!get_ce_key_new_path(directory_path, paths, &ce_key_path)) return false; in create_and_install_user_keys() 345 if (!android::vold::storeKeyAtomically(ce_key_path, user_key_temp, kEmptyAuthentication, in create_and_install_user_keys() [all …]
|