Home
last modified time | relevance | path

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

/system/vold/
DExt4Crypt.cpp80 std::map<userid_t, std::string> s_ce_keys; variable
277 s_ce_keys[user_id] = ce_key; in read_and_install_user_ce_key()
359 s_ce_keys[user_id] = ce_key; in create_and_install_user_keys()
526 s_ce_keys.erase(user_id); in e4crypt_destroy_user_key()
600 auto it = s_ce_keys.find(user_id); in e4crypt_add_user_key_auth()
601 if (it == s_ce_keys.end()) { in e4crypt_add_user_key_auth()