/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
D | PBEParametersGenerator.java | 7 * super class for all Password Based Encryption (PBE) parameter generator classes. 12 protected byte[] password; field in PBEParametersGenerator 26 * @param password the password converted into bytes (see below). 27 * @param salt the salt to be mixed with the password. 32 byte[] password, in init() argument 36 this.password = password; in init() 42 * return the password byte array. 44 * @return the password byte array. 48 return password; in getPassword() 99 * converts a password to a byte array according to the scheme in [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/ |
D | PBEParametersGenerator.java | 7 * super class for all Password Based Encryption (PBE) parameter generator classes. 12 protected byte[] password; field in PBEParametersGenerator 26 * @param password the password converted into bytes (see below). 27 * @param salt the salt to be mixed with the password. 32 byte[] password, in init() argument 36 this.password = password; in init() 42 * return the password byte array. 44 * @return the password byte array. 48 return password; in getPassword() 99 * converts a password to a byte array according to the scheme in [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
D | PBEParametersGenerator.java | 6 * super class for all Password Based Encryption (PBE) parameter generator classes. 10 protected byte[] password; field in PBEParametersGenerator 24 * @param password the password converted into bytes (see below). 25 * @param salt the salt to be mixed with the password. 30 byte[] password, in init() argument 34 this.password = password; in init() 40 * return the password byte array. 42 * @return the password byte array. 46 return password; in getPassword() 97 * converts a password to a byte array according to the scheme in [all …]
|
/external/curl/tests/unit/ |
D | unit1304.c | 27 static char *password; variable 32 password = strdup(""); in unit_setup() 34 if(!password || !login) { in unit_setup() 35 Curl_safefree(password); in unit_setup() 44 Curl_safefree(password); in unit_stop() 59 result = Curl_parsenetrc("test.example.com", &login, &password, 62 abort_unless(password != NULL, "returned NULL!"); 63 fail_unless(password[0] == 0, "password should not have been changed"); 73 result = Curl_parsenetrc("example.com", &login, &password, 76 abort_unless(password != NULL, "returned NULL!"); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
D | PKCS12Key.java | 6 * A password based key for use with PKCS#12. 11 private final char[] password; field in PKCS12Key 14 …* Basic constructor for a password based key - secret key generation parameters will be passed sep… 16 * @param password password to use. 18 public PKCS12Key(char[] password) in PKCS12Key() argument 20 this(password, false); in PKCS12Key() 27 * @param password password to use. 30 public PKCS12Key(char[] password, boolean useWrongZeroLengthConversion) in PKCS12Key() argument 32 if (password == null) in PKCS12Key() 34 password = new char[0]; in PKCS12Key() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/ |
D | PKCS12Key.java | 7 * A password based key for use with PKCS#12. 13 private final char[] password; field in PKCS12Key 16 …* Basic constructor for a password based key - secret key generation parameters will be passed sep… 18 * @param password password to use. 20 public PKCS12Key(char[] password) in PKCS12Key() argument 22 this(password, false); in PKCS12Key() 29 * @param password password to use. 32 public PKCS12Key(char[] password, boolean useWrongZeroLengthConversion) in PKCS12Key() argument 34 if (password == null) in PKCS12Key() 36 password = new char[0]; in PKCS12Key() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/ |
D | PKCS12Key.java | 7 * A password based key for use with PKCS#12. 13 private final char[] password; field in PKCS12Key 16 …* Basic constructor for a password based key - secret key generation parameters will be passed sep… 18 * @param password password to use. 20 public PKCS12Key(char[] password) in PKCS12Key() argument 22 this(password, false); in PKCS12Key() 29 * @param password password to use. 32 public PKCS12Key(char[] password, boolean useWrongZeroLengthConversion) in PKCS12Key() argument 34 if (password == null) in PKCS12Key() 36 password = new char[0]; in PKCS12Key() [all …]
|
/external/autotest/server/site_tests/firmware_Cr50Password/ |
D | firmware_Cr50Password.py | 10 """Verify cr50 set password.""" 16 """Check we can set the cr50 password.""" 17 # Make sure to enable testlab mode, so we can guarantee the password 22 # Set the password. 25 raise error.TestFail('Failed to set password') 27 # Test 'ccd reset' clears the password. 30 raise error.TestFail('ccd reset did not clear the password') 32 # Set the password again while cr50 is open. 35 raise error.TestFail('Failed to set password') 37 # The password can't be changed once it's set. [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/ |
D | UserAccount.groovy | 19 * Represents a single user account on the server, including the username, password and home 22 * The <code>isValidPassword()</code> method returns true if the specified password matches 23 * the password value configured for this user account. This implementation uses the 29 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 35 String password 41 * Return true if the specified password is the correct, valid password for this user account. 43 * custom comparison behavior, for instance using encrypted password values, by overriding this 46 * @param password - the password to compare against the configured value 47 * @return true if the password is correct and valid 51 boolean isValidPassword(String password) { [all …]
|
/external/autotest/client/common_lib/cros/ |
D | enrollment.py | 19 def RemoraEnrollment(browser, user_id, password): argument 24 @param password: login credentials password. 27 user_id, password, enterprise_enroll=True, 31 def EnterpriseEnrollment(browser, user_id, password, auto_login=False): argument 36 @param password: login credentials password. 39 browser.oobe.NavigateGaiaLogin(user_id, password, 43 browser.oobe.NavigateGaiaLogin(user_id, password) 48 def EnterpriseFakeEnrollment(browser, user_id, password, gaia_id, argument 54 @param password: login credentials password. 58 browser.oobe.NavigateFakeLogin(user_id, password, gaia_id, [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | ext_password_file.c | 17 * Data structure for the file-backed password backend. 20 char *path; /* path of the password file */ 25 * ext_password_file_init - Initialize file-backed password backend 29 * This function initializes a new file-backed password backend. The user is 57 * ext_password_file_deinit - Deinitialize file-backed password backend 58 * @ctx: The file-backed password backend 60 * This function frees all data associated with the file-backed password 72 * ext_password_file_get - Retrieve password from the file-backed password backend 73 * @ctx: The file-backed password backend 74 * @name: Name of the password to retrieve [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password and home 32 * The <code>isValidPassword()</code> method returns true if the specified password matches 33 * the password value configured for this user account. This implementation uses the 40 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 45 * PASSWORD (PASS) command is completed. 55 private String password; field in UserAccount 73 * @param password - the password 76 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 78 setPassword(password); in UserAccount() 91 return password; in getPassword() [all …]
|
/external/rust/crates/url/tests/ |
D | urltestdata.json | 11 "password": "", string 26 "password": "pass", string 41 "password": "", string 56 "password": "", string 71 "password": "", string 86 "password": "", string 101 "password": "", string 116 "password": "", string 131 "password": "", string 146 "password": "", string [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/ |
D | UserAccount.java | 25 * Represents a single user account on the server, including the username, password, home 41 * The <code>isValidPassword()</code> method returns true if the specified password matches 42 * the password value configured for this user account. This implementation uses the 49 * If the <code>passwordCheckedDuringValidation</code> property is set to false, then the password 54 * PASSWORD (PASS) command is completed. 64 private String password; field in UserAccount 84 * @param password - the password 87 public UserAccount(String username, String password, String homeDirectory) { in UserAccount() argument 89 setPassword(password); in UserAccount() 102 return password; in getPassword() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_netrc.py | 21 machine host1.domain.com login log1 password pass1 account acct1 22 default login log2 password pass2 50 machine host.domain.com login log password #pass account acct 55 machine host.domain.com login log password pass# account acct 60 machine host.domain.com login log password pa#ss account acct 71 machine foo.domain.com login bar password pass 72 machine bar.domain.com login foo password pass 78 machine foo.domain.com login bar password pass 79 machine bar.domain.com login foo password pass 85 machine foo.domain.com login bar password pass [all …]
|