/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | SyntheticPasswordTests.java | 106 final LockscreenCredential password = newPassword("user-password"); in testNonNoneLskfBasedProtector() local 172 final LockscreenCredential password = newPassword("password"); in testChangeCredential() local 185 LockscreenCredential password = newPassword("password"); in testVerifyCredential() local 199 LockscreenCredential password = newPassword("password"); in testClearCredential() local 205 mService.setLockCredential(nonePassword(), password, PRIMARY_USER_ID); in testClearCredential() local 217 LockscreenCredential password = newPassword("password"); in testChangeCredentialKeepsAuthSecret() local 235 LockscreenCredential password = newPassword("password"); in testVerifyPassesPrimaryUserAuthSecret() local 246 LockscreenCredential password = newPassword("password"); in testSecondaryUserDoesNotPassAuthSecret() local 265 LockscreenCredential password = newPassword("password"); in testUnlockUserKeyIfUnsecuredPassesPrimaryUserAuthSecretIfPasswordIsCleared() local 267 mService.setLockCredential(nonePassword(), password, PRIMARY_USER_ID); in testUnlockUserKeyIfUnsecuredPassesPrimaryUserAuthSecretIfPasswordIsCleared() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/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 …]
|
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
H A D | VtsHalGatekeeperV1_0TargetTest.cpp | 132 void generatePassword(hidl_vec<uint8_t> &password, uint8_t seed) { in generatePassword() 163 void enrollNewPassword(hidl_vec<uint8_t> &password, GatekeeperResponse &rsp, in enrollNewPassword() 171 void verifyPassword(hidl_vec<uint8_t> &password, in verifyPassword() 208 hidl_vec<uint8_t> password; in TEST_P() local 220 hidl_vec<uint8_t> password; in TEST_P() local 233 hidl_vec<uint8_t> password; in TEST_P() local 271 hidl_vec<uint8_t> password; in TEST_P() local 297 hidl_vec<uint8_t> password; in TEST_P() local 335 hidl_vec<uint8_t> password; in TEST_P() local 361 hidl_vec<uint8_t> password; in TEST_P() local [all …]
|
/aosp_15_r20/hardware/interfaces/gatekeeper/aidl/vts/functional/ |
H A D | VtsHalGatekeeperTargetTest.cpp | 100 void generatePassword(std::vector<uint8_t>& password, uint8_t seed) { in generatePassword() 132 void enrollNewPassword(std::vector<uint8_t>& password, GatekeeperEnrollResponse& rsp, in enrollNewPassword() 140 void verifyPassword(std::vector<uint8_t>& password, std::vector<uint8_t>& passwordHandle, in verifyPassword() 184 std::vector<uint8_t> password; in TEST_P() local 196 std::vector<uint8_t> password; in TEST_P() local 209 std::vector<uint8_t> password; in TEST_P() local 248 std::vector<uint8_t> password; in TEST_P() local 274 std::vector<uint8_t> password; in TEST_P() local 309 std::vector<uint8_t> password; in TEST_P() local 333 std::vector<uint8_t> password; in TEST_P() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | PasswordBouncerViewModelTest.kt | 92 val password by collectLastValue(underTest.password) in onShown() constant 103 val password by collectLastValue(underTest.password) in onHidden_resetsPasswordInputAndMessage() constant 117 val password by collectLastValue(underTest.password) in onPasswordInputChanged() constant 141 val password by collectLastValue(underTest.password) in onAuthenticateKeyPressed_whenWrong() constant 153 val password by collectLastValue(underTest.password) in onAuthenticateKeyPressed_whenEmpty() constant 170 val password by collectLastValue(underTest.password) in onAuthenticateKeyPressed_correctAfterWrong() constant 191 val password by collectLastValue(underTest.password) in onShown_againAfterSceneChange_resetsPassword() constant
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
H A D | PBEKeySpecTest.java | 51 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testPBEKeySpec1() local 66 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testPBEKeySpec2() local 145 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testPBEKeySpec3() local 206 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testClearPassword() local 223 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testGetPassword() local 244 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testGetSalt() local 269 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testGetIterationCount() local 286 char[] password = new char[] {'1', '2', '3', '4', '5'}; in testGetKeyLength() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_security_handler.cpp | 35 void GetPassCode(const ByteString& password, pdfium::span<uint8_t> output) { in GetPassCode() 46 const ByteString& password, in CalcEncryptKey() 110 void Revision6_Hash(const ByteString& password, in Revision6_Hash() 195 const ByteString& password) { in OnInit() 211 bool CPDF_SecurityHandler::CheckSecurity(const ByteString& password) { in CheckSecurity() 325 bool CPDF_SecurityHandler::AES256_CheckPassword(const ByteString& password, in AES256_CheckPassword() 400 bool CPDF_SecurityHandler::CheckPassword(const ByteString& password, in CheckPassword() 429 bool CPDF_SecurityHandler::CheckPasswordImpl(const ByteString& password, in CheckPasswordImpl() 441 bool CPDF_SecurityHandler::CheckUserPassword(const ByteString& password, in CheckUserPassword() 517 bool CPDF_SecurityHandler::CheckOwnerPassword(const ByteString& password) { in CheckOwnerPassword() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http/urlconnection/ |
H A D | ProxyConfiguration.java | 44 private final String password; field in ProxyConfiguration 149 public String password() { in password() method in ProxyConfiguration 218 Builder password(String password); in password() argument 275 private String password; field in ProxyConfiguration.DefaultClientProxyConfigurationBuilder 308 public Builder password(String password) { in password() argument 313 public void setPassword(String password) { in setPassword()
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | cryptohome.py | 66 def ensure_clean_cryptohome_for(user, password=None): argument 292 def mount_vault(user, password, create=False, key_label=None): argument 338 def test_auth(user, password): argument 347 def add_le_key(user, password, new_password, new_key_label): argument 356 def remove_key(user, password, remove_key_label): argument 573 def create_ecryptfs_homedir(user, password): argument 603 def do_dircrypto_migration(user, password, timeout=600): argument 631 def change_password(user, password, new_password): argument
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | KeyStoreSpi.java | 75 public abstract Key engineGetKey(String alias, char[] password) in engineGetKey() 149 char[] password, in engineSetKeyEntry() 296 public abstract void engineStore(OutputStream stream, char[] password) in engineStore() 350 public abstract void engineLoad(InputStream stream, char[] password) in engineLoad() 397 char[] password; in engineLoad() local 505 char[] password = null; in engineGetEntry() local 557 char[] password = (pProtect == null) ? null : pProtect.getPassword(); in engineSetEntry() local
|
H A D | KeyStore.java | 301 private final char[] password; field in KeyStore.PasswordProtection 314 public PasswordProtection(char[] password) { in PasswordProtection() 341 public PasswordProtection(char[] password, String protectionAlgorithm, in PasswordProtection() 1076 public final Key getKey(String alias, char[] password) in getKey() 1187 public final void setKeyEntry(String alias, Key key, char[] password, in setKeyEntry() 1430 public final void store(OutputStream stream, char[] password) in store() 1502 public final void load(InputStream stream, char[] password) in load() 1710 public static final KeyStore getInstance(File file, char[] password) in getInstance() 1773 private static final KeyStore getInstance(File file, char[] password, in getInstance()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | KeyStoreSpi.java | 75 public abstract Key engineGetKey(String alias, char[] password) in engineGetKey() 149 char[] password, in engineSetKeyEntry() 296 public abstract void engineStore(OutputStream stream, char[] password) in engineStore() 350 public abstract void engineLoad(InputStream stream, char[] password) in engineLoad() 397 char[] password; in engineLoad() local 505 char[] password = null; in engineGetEntry() local 557 char[] password = (pProtect == null) ? null : pProtect.getPassword(); in engineSetEntry() local
|
D | KeyStore.java | 301 private final char[] password; field in KeyStore.PasswordProtection 314 public PasswordProtection(char[] password) { in PasswordProtection() 341 public PasswordProtection(char[] password, String protectionAlgorithm, in PasswordProtection() 1076 public final Key getKey(String alias, char[] password) in getKey() 1187 public final void setKeyEntry(String alias, Key key, char[] password, in setKeyEntry() 1430 public final void store(OutputStream stream, char[] password) in store() 1502 public final void load(InputStream stream, char[] password) in load() 1710 public static final KeyStore getInstance(File file, char[] password) in getInstance() 1773 private static final KeyStore getInstance(File file, char[] password, in getInstance()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | KeyStoreSpi.java | 75 public abstract Key engineGetKey(String alias, char[] password) in engineGetKey() 149 char[] password, in engineSetKeyEntry() 296 public abstract void engineStore(OutputStream stream, char[] password) in engineStore() 350 public abstract void engineLoad(InputStream stream, char[] password) in engineLoad() 397 char[] password; in engineLoad() local 505 char[] password = null; in engineGetEntry() local 557 char[] password = (pProtect == null) ? null : pProtect.getPassword(); in engineSetEntry() local
|
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
H A D | LoginActivityTest.java | 324 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets() local 607 final View password = mActivity.getPassword(); in testDatasetPickerPosition() local 1005 final View password = mActivity.getPassword(); in testAutofillCallbacks() local 1249 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD); in testAutoFillOneDatasetAndSaveHidingOverlays() local 1656 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD); in saveOnlyTest() local 1800 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD); in saveOnlyTestPreFilled() local 1847 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD); in testSaveOnlyTwoRequiredFieldsOnePrefilled() local 1894 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD); in testSaveOnlyOptionalField() local 1974 final ViewNode password = findNodeByResourceId(saveRequest.structure, ID_PASSWORD); in optionalOnlyTest() local 2260 final ViewNode password = findNodeByResourceId(fillRequest.structure, ID_PASSWORD); in testGetTextInputType() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ |
H A D | ProxyConfiguration.java | 40 private final String password; field in ProxyConfiguration 143 public String password() { in password() method in ProxyConfiguration 248 Builder password(String password); in password() argument 322 private String password; field in ProxyConfiguration.DefaultClientProxyConfigurationBuilder 359 public Builder password(String password) { in password() method in ProxyConfiguration.DefaultClientProxyConfigurationBuilder 364 public void setPassword(String password) { in setPassword()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/crt-core/src/main/java/software/amazon/awssdk/crtcore/ |
H A D | CrtProxyConfiguration.java | 36 private final String password; field in CrtProxyConfiguration 122 public final String password() { in password() method in CrtProxyConfiguration 228 Builder password(String password); in password() method 266 private String password; field in CrtProxyConfiguration.DefaultBuilder 308 public B password(String password) { in password() method in CrtProxyConfiguration.DefaultBuilder
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
H A D | LockscreenCredentialTest.java | 70 LockscreenCredential password = LockscreenCredential.createPassword("password"); in testPasswordCredential() local 172 LockscreenCredential password = LockscreenCredential.createPassword("password"); in testSanitize() local 267 String password = "1234"; in testPasswordToHistoryHash() local 284 String password = "1234"; in testPasswordToHistoryHashInvalidInput() local 313 String password = "1234"; in testLegacyPasswordToHash() local 326 String password = "1234"; in testLegacyPasswordToHashInvalidInput() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | WifiConfigController2Test.java | 208 final TextView password = mView.findViewById(R.id.password); in isSubmittable_longPsk_shouldReturnFalse() local 217 final TextView password = mView.findViewById(R.id.password); in isSubmittable_shortPsk_shouldReturnFalse() local 226 final TextView password = mView.findViewById(R.id.password); in isSubmittable_goodPsk_shouldReturnTrue() local 235 final TextView password = mView.findViewById(R.id.password); in isSubmittable_hexPsk_shouldReturnTrue() local 244 final TextView password = mView.findViewById(R.id.password); in isSubmittable_savedConfigZeroLengthPassword_shouldReturnTrue() local 261 final TextView password = mView.findViewById(R.id.password); in isSubmittable_EapToPskWithValidPassword_shouldReturnTrue() local 346 final TextView password = mView.findViewById(R.id.password); in passwordGetFocus_connectSecureWifi_shouldReturnTrue() local 677 final TextView password = mView.findViewById(R.id.password); in getWepConfig_withNumberAndCharacterKey_shouldContainTheSameKey() local 689 final TextView password = mView.findViewById(R.id.password); in getWepConfig_withPartialNumberAndCharacterKey_shouldContainDifferentKey() local 701 final TextView password = mView.findViewById(R.id.password); in getPskConfig_withValidHexKey_shouldContainTheSameKey() local [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/ |
H A D | ProxyConfiguration.java | 43 private final String password; field in ProxyConfiguration 142 public String password() { in password() method in ProxyConfiguration 260 Builder password(String password); in password() argument 297 private String password; field in ProxyConfiguration.BuilderImpl 352 public Builder password(String password) { in password() method in ProxyConfiguration.BuilderImpl
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
H A D | SevenZFile.java | 87 private byte[] password; field in SevenZFile 107 public SevenZFile(final File filename, final char[] password) throws IOException { in SevenZFile() 122 public SevenZFile(final File filename, final byte[] password) throws IOException { in SevenZFile() 155 final char[] password) throws IOException { in SevenZFile() 173 final char[] password) throws IOException { in SevenZFile() 210 final byte[] password) throws IOException { in SevenZFile() 231 final byte[] password) throws IOException { in SevenZFile() 236 final byte[] password, boolean closeOnError) throws IOException { in SevenZFile() 319 private Archive readHeaders(final byte[] password) throws IOException { in readHeaders() 421 final byte[] password) throws IOException { in readEncodedHeader()
|
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
H A D | TestKeyStoreSpi.java | 125 public Key engineGetKey(String alias, char[] password) in engineGetKey() 163 public void engineLoad(InputStream stream, char[] password) in engineLoad() 192 char[] password = ((PasswordProtection) pParam).getPassword(); in engineLoad() local 214 public void engineSetKeyEntry(String alias, Key key, char[] password, in engineSetKeyEntry() 244 public void engineStore(OutputStream stream, char[] password) in engineStore() 266 char[] password = ((PasswordProtection) pParam).getPassword(); in engineStore() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
H A D | PBEParametersGenerator.java | 12 protected byte[] password; field in PBEParametersGenerator 32 byte[] password, in init() 106 char[] password) in PKCS5PasswordToBytes() 133 char[] password) in PKCS5PasswordToUTF8Bytes() 153 char[] password) in PKCS12PasswordToBytes()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
H A D | PBEParametersGenerator.java | 10 protected byte[] password; field in PBEParametersGenerator 30 byte[] password, in init() 104 char[] password) in PKCS5PasswordToBytes() 131 char[] password) in PKCS5PasswordToUTF8Bytes() 151 char[] password) in PKCS12PasswordToBytes()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/ |
H A D | PBEParametersGenerator.java | 12 protected byte[] password; field in PBEParametersGenerator 32 byte[] password, in init() 106 char[] password) in PKCS5PasswordToBytes() 133 char[] password) in PKCS5PasswordToUTF8Bytes() 153 char[] password) in PKCS12PasswordToBytes()
|