/system/vold/ |
D | Ext4Crypt.cpp | 176 static std::string get_de_key_path(userid_t user_id) { in get_de_key_path() 180 static std::string get_ce_key_directory_path(userid_t user_id) { in get_ce_key_directory_path() 252 static bool read_and_fixate_user_ce_key(userid_t user_id, in read_and_fixate_user_ce_key() 269 static bool read_and_install_user_ce_key(userid_t user_id, in read_and_install_user_ce_key() 333 static bool create_and_install_user_keys(userid_t user_id, bool create_ephemeral) { in create_and_install_user_keys() 364 static bool lookup_key_ref(const std::map<userid_t, std::string>& key_map, userid_t user_id, in lookup_key_ref() argument 411 userid_t user_id = atoi(entry->d_name); in load_all_de_keys() local 492 bool e4crypt_vold_create_user_key(userid_t user_id, int serial, bool ephemeral) { in e4crypt_vold_create_user_key() 523 bool e4crypt_destroy_user_key(userid_t user_id) { in e4crypt_destroy_user_key() 592 bool e4crypt_add_user_key_auth(userid_t user_id, int serial, const char* token_hex, in e4crypt_add_user_key_auth() [all …]
|
D | VolumeManager.cpp | 594 userid_t user_id = multiuser_get_user_id(uid); in remountUid() local
|
/system/gatekeeper/ |
D | gatekeeper.cpp | 33 secure_id_t user_id = 0;// todo: rename to policy in Enroll() local 120 secure_id_t user_id = password_handle->user_id; in Verify() local 170 secure_id_t user_id, uint64_t flags, uint8_t handle_version, const uint8_t *password, in CreatePasswordHandle() 218 uint64_t timestamp, secure_id_t user_id, secure_id_t authenticator_id, in MintAuthToken() 306 bool GateKeeper::IncrementFailureRecord(uint32_t uid, secure_id_t user_id, uint64_t timestamp, in IncrementFailureRecord()
|
D | gatekeeper_messages.cpp | 32 uint32_t user_id; member 134 VerifyRequest::VerifyRequest(uint32_t user_id, uint64_t challenge, in VerifyRequest() 194 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer *auth_token) { in VerifyResponse() 240 EnrollRequest::EnrollRequest(uint32_t user_id, SizedBuffer *password_handle, in EnrollRequest() 327 EnrollResponse::EnrollResponse(uint32_t user_id, SizedBuffer *enrolled_password_handle) { in EnrollResponse()
|
/system/bt/btif/src/ |
D | btif_sock_thread.c | 84 uint32_t user_id; member 238 uint32_t user_id; member 240 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id) in btsock_thread_add_fd() 294 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, uint32_t user_id) in btsock_thread_post_cmd() 401 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, uint32_t user_id) in set_poll() 412 static inline void add_poll(int h, int fd, int type, int flags, uint32_t user_id) in add_poll() 513 uint32_t user_id = ts[h].ps[ps_i].user_id; in process_data_sock() local
|
D | btif_sock.c | 178 static void btsock_signaled(int fd, int type, int flags, uint32_t user_id) { in btsock_signaled()
|
D | btif_pan.c | 814 static void btpan_tap_fd_signaled(int fd, int type, int flags, uint32_t user_id) { in btpan_tap_fd_signaled()
|
D | btif_sock_rfc.c | 791 void btsock_rfc_signaled(UNUSED_ATTR int fd, int flags, uint32_t user_id) { in btsock_rfc_signaled()
|
D | btif_sock_l2cap.c | 1023 void btsock_l2cap_signaled(int fd, int flags, uint32_t user_id) in btsock_l2cap_signaled()
|
/system/core/gatekeeperd/ |
D | IUserManager.cpp | 33 virtual int32_t getCredentialOwnerProfile(int32_t user_id) { in getCredentialOwnerProfile()
|
D | SoftGateKeeper.h | 111 virtual bool GetFailureRecord(uint32_t uid, secure_id_t user_id, failure_record_t *record, in GetFailureRecord() 123 virtual bool ClearFailureRecord(uint32_t uid, secure_id_t user_id, bool /* secure */) { in ClearFailureRecord() 155 uint64_t user_id = android::base::get_unaligned(&expected_handle->user_id); in DoVerify() local
|
/system/gatekeeper/include/gatekeeper/ |
D | password_handle.h | 36 secure_id_t user_id; member
|
D | gatekeeper_messages.h | 133 uint32_t user_id; member
|
/system/media/audio/include/system/ |
D | sound_trigger.h | 181 unsigned int user_id; /* user ID */ member
|
/system/keymaster/ |
D | android_keymaster_test.cpp | 3585 uint32_t user_id; in verify_attestation_record() local
|