Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp275 std::string ce_raw_ref; in read_and_install_user_ce_key() local
276 if (!install_key(ce_key, &ce_raw_ref)) return false; in read_and_install_user_ce_key()
278 s_ce_key_raw_refs[user_id] = ce_raw_ref; in read_and_install_user_ce_key()
357 std::string ce_raw_ref; in create_and_install_user_keys() local
358 if (!install_key(ce_key, &ce_raw_ref)) return false; in create_and_install_user_keys()
360 s_ce_key_raw_refs[user_id] = ce_raw_ref; in create_and_install_user_keys()
770 std::string ce_raw_ref; in e4crypt_prepare_user_storage() local
771 if (!lookup_key_ref(s_ce_key_raw_refs, user_id, &ce_raw_ref)) return false; in e4crypt_prepare_user_storage()
772 if (!ensure_policy(ce_raw_ref, system_ce_path)) return false; in e4crypt_prepare_user_storage()
773 if (!ensure_policy(ce_raw_ref, misc_ce_path)) return false; in e4crypt_prepare_user_storage()
[all …]