Home | History | Annotate | Download | only in keystore

Lines Matching defs:user

66  * user-defined password. To keep things simple, buffers are always larger than
178 * Returns the app ID (in the Android multi-user sense) for the current
186 * Returns the user ID (in the Android multi-user sense) for the current
195 // All system users are equivalent for multi-user support.
201 struct user_perm user = user_perms[i];
202 if (user.uid == uid) {
203 return user.perms & perm;
217 struct user_euid user = user_euids[i];
218 if (user.uid == uid) {
219 return user.euid;
232 struct user_euid user = user_euids[i];
233 if (user.euid == callingUid && user.uid == targetUid) {
773 ALOGW("couldn't open user directory: %s", strerror(errno));
796 // Skip if this is not our user.
1179 * unlock the keystore for that user will fail as well, so any
1180 * subsequent request for this user will just return SYSTEM_ERROR.
1182 ALOGE("User initialization failed for %u; subsuquent operations will fail", userId);
1359 // Migrate the old .masterkey file to user 0.
1390 // Find the current file's user.
1401 // Rename the file into user directory.
1404 ALOGW("couldn't open user directory for rename");
1567 ALOGW("can't open directory for user: %s", strerror(errno));
1638 * file using the same password when the user unlock it for the first time. If
2252 ALOGW("can't open user directory: %s", strerror(errno));