Home | History | Annotate | Download | only in keystore

Lines Matching refs:user

46  * user-defined password. To keep things simple, buffers are always larger than
630 * file using the same password when the user unlock it for the first time. If
706 static struct user {
719 struct user* user = users;
723 while (~user->uid && user->uid != uid) {
724 ++user;
732 if (!(action->perm & user->perms)) {
738 if (~user->euid) {
739 uid = user->euid;