Searched refs:lookup_key_ref (Results 1 – 1 of 1) sorted by relevance
/system/vold/ |
D | Ext4Crypt.cpp | 365 static bool lookup_key_ref(const std::map<userid_t, std::string>& key_map, userid_t user_id, in lookup_key_ref() function 552 if (lookup_key_ref(s_ce_key_raw_refs, user_id, &raw_ref)) { in evict_ce_key() 567 success &= lookup_key_ref(s_de_key_raw_refs, user_id, &raw_ref) && evict_key(raw_ref); in e4crypt_destroy_user_key() 749 if (!lookup_key_ref(s_de_key_raw_refs, user_id, &de_raw_ref)) return false; in e4crypt_prepare_user_storage() 771 if (!lookup_key_ref(s_ce_key_raw_refs, user_id, &ce_raw_ref)) return false; in e4crypt_prepare_user_storage()
|