• Home
  • Raw
  • Download

Lines Matching defs:user_id

108 static std::string get_de_key_path(userid_t user_id) {  in get_de_key_path()
112 static std::string get_ce_key_directory_path(userid_t user_id) { in get_ce_key_directory_path()
185 static bool read_and_fixate_user_ce_key(userid_t user_id, in read_and_fixate_user_ce_key()
202 static bool read_and_install_user_ce_key(userid_t user_id, in read_and_install_user_ce_key()
235 static bool create_and_install_user_keys(userid_t user_id, bool create_ephemeral) { in create_and_install_user_keys()
268 static bool lookup_key_ref(const std::map<userid_t, std::string>& key_map, userid_t user_id, in lookup_key_ref() argument
322 userid_t user_id = std::stoi(entry->d_name); in load_all_de_keys() local
396 bool fscrypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in fscrypt_vold_create_user_key()
423 static bool evict_ce_key(userid_t user_id) { in evict_ce_key()
436 bool fscrypt_destroy_user_key(userid_t user_id) { in fscrypt_destroy_user_key()
551 bool fscrypt_add_user_key_auth(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_add_user_key_auth()
577 bool fscrypt_fixate_newest_user_key_auth(userid_t user_id) { in fscrypt_fixate_newest_user_key_auth()
592 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& token_hex, in fscrypt_unlock_user_key()
625 bool fscrypt_lock_user_key(userid_t user_id) { in fscrypt_lock_user_key()
644 userid_t user_id, int flags) { in prepare_subdirs()
654 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int serial, in fscrypt_prepare_user_storage()
747 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_destroy_user_storage()