Searched refs:ce_key_path (Results 1 – 1 of 1) sorted by relevance
220 std::string *ce_key_path) { in get_ce_key_new_path() argument222 *ce_key_path = get_ce_key_current_path(directory_path); in get_ce_key_new_path()228 *ce_key_path = candidate; in get_ce_key_new_path()258 for (auto const ce_key_path: paths) { in read_and_fixate_user_ce_key() local259 LOG(DEBUG) << "Trying user CE key " << ce_key_path; in read_and_fixate_user_ce_key()260 if (android::vold::retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key()262 fixate_user_ce_key(directory_path, ce_key_path, paths); in read_and_fixate_user_ce_key()345 std::string ce_key_path; in create_and_install_user_keys() local346 if (!get_ce_key_new_path(directory_path, paths, &ce_key_path)) return false; in create_and_install_user_keys()347 if (!store_key(ce_key_path, user_key_temp, in create_and_install_user_keys()[all …]