Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp77 std::map<userid_t, std::string> s_ce_key_raw_refs; variable
272 if (s_ce_key_raw_refs.count(user_id) != 0) return true; 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()
360 s_ce_key_raw_refs[user_id] = ce_raw_ref; in create_and_install_user_keys()
508 if (s_ce_key_raw_refs.count(user_id) != 0) { in e4crypt_vold_create_user_key()
528 s_ce_key_raw_refs.erase(user_id); in e4crypt_destroy_user_key()
634 if (s_ce_key_raw_refs.count(user_id) != 0) { in e4crypt_unlock_user_key()
733 if (!lookup_key_ref(s_ce_key_raw_refs, user_id, &ce_raw_ref)) return false; in e4crypt_prepare_user_storage()