Lines Matching defs:user_id

141 static std::string get_de_key_path(userid_t user_id) {  in get_de_key_path()
145 static std::string get_ce_key_directory_path(userid_t user_id) { in get_ce_key_directory_path()
219 static bool read_and_fixate_user_ce_key(userid_t user_id, in read_and_fixate_user_ce_key()
437 static bool de_key_exists(userid_t user_id) { in de_key_exists()
442 static bool ce_key_exists(userid_t user_id) { in ce_key_exists()
452 static bool create_de_key(userid_t user_id, bool ephemeral) { in create_de_key()
465 static bool create_ce_key(userid_t user_id, bool ephemeral) { in create_ce_key()
512 userid_t user_id = std::stoi(entry->d_name); in load_all_de_keys() local
667 bool fscrypt_create_user_keys(userid_t user_id, bool ephemeral) { in fscrypt_create_user_keys()
686 static bool evict_user_keys(std::map<userid_t, UserPolicies>& policy_map, userid_t user_id) { in evict_user_keys() argument
701 bool fscrypt_destroy_user_keys(userid_t user_id) { in fscrypt_destroy_user_keys()
786 bool fscrypt_set_ce_key_protection(userid_t user_id, const std::vector<uint8_t>& secret) { in fscrypt_set_ce_key_protection()
886 bool fscrypt_unlock_ce_storage(userid_t user_id, const std::vector<uint8_t>& secret) { in fscrypt_unlock_ce_storage()
904 bool fscrypt_lock_ce_storage(userid_t user_id) { in fscrypt_lock_ce_storage()
911 userid_t user_id, int flags) { in prepare_subdirs()
921 bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_prepare_user_storage()
1050 bool fscrypt_destroy_user_storage(const std::string& volume_uuid, userid_t user_id, int flags) { in fscrypt_destroy_user_storage()