Home
last modified time | relevance | path

Searched defs:user_id (Results 1 – 15 of 15) sorted by relevance

/system/vold/
DExt4Crypt.cpp176 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 …]
DVolumeManager.cpp594 userid_t user_id = multiuser_get_user_id(uid); in remountUid() local
/system/gatekeeper/
Dgatekeeper.cpp33 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()
Dgatekeeper_messages.cpp32 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/
Dbtif_sock_thread.c84 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
Dbtif_sock.c178 static void btsock_signaled(int fd, int type, int flags, uint32_t user_id) { in btsock_signaled()
Dbtif_pan.c814 static void btpan_tap_fd_signaled(int fd, int type, int flags, uint32_t user_id) { in btpan_tap_fd_signaled()
Dbtif_sock_rfc.c791 void btsock_rfc_signaled(UNUSED_ATTR int fd, int flags, uint32_t user_id) { in btsock_rfc_signaled()
Dbtif_sock_l2cap.c1023 void btsock_l2cap_signaled(int fd, int flags, uint32_t user_id) in btsock_l2cap_signaled()
/system/core/gatekeeperd/
DIUserManager.cpp33 virtual int32_t getCredentialOwnerProfile(int32_t user_id) { in getCredentialOwnerProfile()
DSoftGateKeeper.h111 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/
Dpassword_handle.h36 secure_id_t user_id; member
Dgatekeeper_messages.h133 uint32_t user_id; member
/system/media/audio/include/system/
Dsound_trigger.h181 unsigned int user_id; /* user ID */ member
/system/keymaster/
Dandroid_keymaster_test.cpp3585 uint32_t user_id; in verify_attestation_record() local