/system/tpm/attestation/server/ |
attestation_service.cc | 125 if (!CreateKey(request.username(), request.key_label(), request.key_type(), 132 if (!CreateCertificateRequest(request.username(), key, 146 if (!FinishCertificateRequest(certificate_reply, request.username(), 175 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) { 356 if (!CreateKey(request.username(), request.key_label(), request.key_type(), 388 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) { 414 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) { 443 if (!FindKeyByLabel(request.username(), request.key_label(), &key)) { 447 if (!key_store_->Register(request.username(), request.key_label(), 454 !key_store_->RegisterCertificate(request.username(), [all...] |
pkcs11_key_store.cc | 94 bool Pkcs11KeyStore::Read(const std::string& username, 98 if (!GetUserSlot(username, &slot)) { 130 bool Pkcs11KeyStore::Write(const std::string& username, 134 if (!Delete(username, key_name)) { 138 if (!GetUserSlot(username, &slot)) { 172 bool Pkcs11KeyStore::Delete(const std::string& username, 175 if (!GetUserSlot(username, &slot)) { 194 bool Pkcs11KeyStore::DeleteByPrefix(const std::string& username, 197 if (!GetUserSlot(username, &slot)) { 216 bool Pkcs11KeyStore::Register(const std::string& username, [all...] |
attestation_service.h | 190 // for the given |key|, according to the given |profile|, |username| and 192 bool CreateCertificateRequest(const std::string& username, 201 // |key| identified by |username| and |key_label|. Returns true on success. On 205 const std::string& username, 218 // Creates, certifies, and saves a new |key| for |username| with the given 220 bool CreateKey(const std::string& username, 226 // Finds the |key| associated with |username| and |key_label|. Returns false 228 bool FindKeyByLabel(const std::string& username, 232 // Saves the |key| associated with |username| and |key_label|. Returns true on 234 bool SaveKey(const std::string& username, [all...] |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
LoginActivityTest.java | 237 assertWithMessage("Username node is not focused").that( 317 // Make sure all datasets are available on username... 439 final View username = mActivity.getUsername(); local 442 callback.assertUiShownEvent(username); 445 callback.assertUiHiddenEvent(username); 470 final View username = mActivity.getUsername(); local 471 callback.assertUiUnavailableEvent(username); 502 final View username = mActivity.getUsername(); local 503 callback.assertUiUnavailableEvent(username); 559 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME) local 664 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local 1166 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local 1302 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local 1351 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local 1400 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local 1532 final View username = mActivity.getUsername(); local 1621 final View username = mActivity.getUsername(); local 1674 final View username = mActivity.getUsername(); local 1728 final View username = mActivity.getUsername(); local 1814 final View username = mActivity.getUsername(); local 1868 final View username = mActivity.getUsername(); local 1925 final View username = mActivity.getUsername(); local 1989 final View username = mActivity.getUsername(); local 2416 final String username = "user-" + i; local 2473 final String username = "user-" + i; local [all...] |
/external/toybox/toys/pending/ |
crond.c | 54 char *username, *mailto; member in struct:_cronfile 229 if (TT.flagd) loginfo(LOG_LEVEL5, "user:%s entry:%s", cfile->username, line); 308 if (l->username != l->mailto) free(l->mailto); 309 free(l->username); 390 cfile->username = xstrdup(entry->d_name); 399 free(cfile->username); 409 if (!cfile->mailto) cfile->mailto = cfile->username; 429 struct passwd *pwd = getpwnam(cfile->username); 431 if (!pwd) loginfo(LOG_LEVEL9, "can't get uid for %s", cfile->username); 460 loginfo(LOG_ERROR, "can't execute '%s' for user %s", file, cfile->username); [all...] |
/external/libcups/cups/ |
testhttp.c | 32 *username, /* Username:password string */ member in struct:uri_test_s 69 { HTTP_URI_STATUS_OK, "http://username@server/", 70 "http", "username", "server", "/", 80, 0, 72 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server/", 73 "http", "username:password", "server", "/", 80, 0, 75 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server:8080/", 76 "http", "username:password", "server", "/", 8080, 8080, 78 { HTTP_URI_STATUS_OK, "http://username:passwor%64@server:8080/directory/filename", 79 "http", "username:password", "server", "/directory/filename", 8080, 8080 228 username[HTTP_MAX_URI], \/* Username:password from URI *\/ local [all...] |
/external/nist-sip/java/javax/sip/header/ |
AuthorizationHeader.java | 43 void setUsername(String username) throws ParseException;
|
/external/wpa_supplicant_8/hs20/server/www/ |
signup.php | 34 Select a username and password. Leave password empty to get automatically 36 Username: <input type="text" name="user"><br>
|
/system/tpm/attestation/client/ |
main.cc | 275 const std::string& username) { 281 request.set_username(username); 288 void CallGetKeyInfo(const std::string& label, const std::string& username) { 291 request.set_username(username); 368 const std::string& username, 372 request.set_username(username); 382 const std::string& username, 386 request.set_username(username); 403 const std::string& username, 407 request.set_username(username); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
register.py | 75 self.username = config['username']
108 First we try to read the username/password from $HOME/.pypirc,
110 [distutils] containing username and password entries (both
118 username: fred
129 # see if we can short-cut and get the username/password from the
133 username = self.username
137 username = password = ''
157 # get the username and password [all...] |
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
RunFakeFtpServer.groovy | 46 def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory: HOME_DIR)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
ReinCommandHandlerTest.groovy | 66 userAccount = new UserAccount(username: 'user')
|
/external/webrtc/webrtc/examples/turnserver/ |
turnserver_main.cc | 27 virtual bool GetKey(const std::string& username, const std::string& realm, 29 // File is stored as lines of <username>=<HA1>. 30 // Generate HA1 via "echo -n "<username>:<realm>:<password>" | md5sum" 32 bool ret = file_.GetStringValue(username, &hex);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
register.py | 74 self.username = config['username'] 107 First we try to read the username/password from $HOME/.pypirc, 109 [distutils] containing username and password entries (both 117 username: fred 128 # see if we can short-cut and get the username/password from the 132 username = self.username 136 username = password = '' 156 # get the username and passwor [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
register.py | 74 self.username = config['username'] 107 First we try to read the username/password from $HOME/.pypirc, 109 [distutils] containing username and password entries (both 117 username: fred 128 # see if we can short-cut and get the username/password from the 132 username = self.username 136 username = password = '' 156 # get the username and passwor [all...] |
/prebuilts/go/darwin-x86/src/database/sql/ |
example_test.go | 36 var username string 37 err := db.QueryRow("SELECT username FROM users WHERE id=?", id).Scan(&username) 44 fmt.Printf("Username is %s\n", username)
|
/prebuilts/go/linux-x86/src/database/sql/ |
example_test.go | 36 var username string 37 err := db.QueryRow("SELECT username FROM users WHERE id=?", id).Scan(&username) 44 fmt.Printf("Username is %s\n", username)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 74 self.username = config['username'] 107 First we try to read the username/password from $HOME/.pypirc, 109 [distutils] containing username and password entries (both 117 username: fred 128 # see if we can short-cut and get the username/password from the 132 username = self.username 136 username = password = '' 156 # get the username and passwor [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 74 self.username = config['username'] 107 First we try to read the username/password from $HOME/.pypirc, 109 [distutils] containing username and password entries (both 117 username: fred 128 # see if we can short-cut and get the username/password from the 132 username = self.username 136 username = password = '' 156 # get the username and passwor [all...] |
/frameworks/base/core/java/com/android/internal/net/ |
VpnProfile.java | 52 public String username = ""; // 3 field in class:VpnProfile 77 username = in.readString(); 98 out.writeString(username); 132 profile.username = values[3]; 145 profile.saveLogin = !profile.username.isEmpty() || !profile.password.isEmpty(); 157 builder.append('\0').append(saveLogin ? username : "");
|
/prebuilts/go/darwin-x86/src/os/user/ |
lookup.go | 12 // Lookup looks up a user by username. If the user cannot be found, the 14 func Lookup(username string) (*User, error) { 15 return lookupUser(username)
|
/prebuilts/go/linux-x86/src/os/user/ |
lookup.go | 12 // Lookup looks up a user by username. If the user cannot be found, the 14 func Lookup(username string) (*User, error) { 15 return lookupUser(username)
|
/external/openssh/openbsd-compat/ |
bsd-cray.c | 112 cray_login_failure(char *username, int errcode) 114 struct udb *ueptr; /* UDB pointer for username */ 124 if ((ueptr = getudbnam(username)) == UDB_NULL) 130 fsent.uname = username; 154 cray_access_denied(char *username) 156 struct udb *ueptr; /* UDB pointer for username */ 161 if ((ueptr = getudbnam(username)) == UDB_NULL) 168 cray_login_failure(username, errcode); 183 cray_setup (uid_t uid, char *username, const char *command) 233 if ((up = getudbnam(username)) == UDB_NULL [all...] |
/external/toolchain-utils/cros_utils/ |
command_executer.py | 64 username=None, 81 self.logger.LogCmd(cmd, machine, username, print_to_console) 83 self.logger.LogCmdToFileOnly(cmd, machine, username) 91 if username is not None: 92 user = username + '@' 419 username=None, 424 username=username, 469 username=src_user, 476 username=dest_user [all...] |
/external/autotest/client/cros/enterprise/ |
enterprise_policy_base.py | 50 # Username and password for the fake dm server can be anything, since 52 USERNAME = 'fake-user@managedchrome.com' 78 username=USERNAME, password=PASSWORD): 83 @param username: String user name login credential. 89 self.username = username 113 logging.info(' Username: %r', self.username) 199 if not cryptohome.is_vault_mounted(user=self.username, [all...] |