Home
last modified time | relevance | path

Searched refs:password (Results 1 – 25 of 26) sorted by relevance

12

/development/tools/
Dmake_key50 password
66 if [ "${password}" == "" ]; then
70 echo "creating ${1}.pk8 with password [${password}]"
71 export password
73 -passout env:password
74 unset password
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java71 private static SecretKey deriveKeyInsecurely(String password, int keySizeInBytes) { in deriveKeyInsecurely() argument
72 byte[] passwordBytes = password.getBytes(StandardCharsets.UTF_8); in deriveKeyInsecurely()
81 private SecretKey deriveKeySecurely(String password, int keySizeInBytes) { in deriveKeySecurely() argument
83 KeySpec keySpec = new PBEKeySpec(password.toCharArray(), retrieveSalt(), in deriveKeySecurely()
98 private String retrieveData(String password) { in retrieveData() argument
102 SecretKey insecureKey = deriveKeyInsecurely(password, KEY_SIZE); in retrieveData()
104 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData()
109 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData()
149 String password = "unguessable"; in onCreate() local
150 String firstResult = retrieveData(password); in onCreate()
[all …]
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
DStoreBackend.java48 boolean verify(Transaction transaction, String password); in verify() argument
59 boolean enroll(String userId, String password, PublicKey publicKey); in enroll() argument
DStoreBackendImpl.java63 public boolean verify(Transaction transaction, String password) { in verify() argument
69 public boolean enroll(String userId, String password, PublicKey publicKey) { in enroll() argument
/development/cmds/monkey/
Dexample_script.txt38 # Go down to the password field
42 # password: bill
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java103 final String password = am.getPassword(account); in getAuthToken() local
104 if (password != null) { in getAuthToken()
105 final String authToken = NetworkUtilities.authenticate(account.name, password); in getAuthToken()
/development/tools/repo_pull/
Dgerrit.py108 password = cookie[sep + 1:]
110 credentials[domain] = (username, password)
126 username, password = credentials[domain]
130 auth_handler.add_password(domain, domain, username, password)
DREADME.md28 3. Click **Obtain password**
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DFingerprintAuthenticationDialogFragment.java97 mPassword = (EditText) v.findViewById(R.id.password); in onCreateView()
196 private boolean checkPassword(String password) { in checkPassword() argument
199 return password.length() > 0; in checkPassword()
/development/samples/SipDemo/src/com/example/android/sip/
DWalkieTalkieActivity.java126 String password = prefs.getString("passPref", ""); in initializeLocalProfile() local
128 if (username.length() == 0 || domain.length() == 0 || password.length() == 0) { in initializeLocalProfile()
135 builder.setPassword(password); in initializeLocalProfile()
/development/samples/training/basic/ActivityLifecycle/
Dant.properties16 # The password will be asked during the build when you use the 'release' target.
Dbuild.properties16 # The password will be asked during the build when you use the 'release' target.
/development/tools/repo_diff/service/repodiff/
DREADME.md16 5. Set Instance ID and root password, then click **Create**
22 and password chosen.
34 * GCP_DB_PASSWORD_DEV: the password created from step 7
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java104 public static String authenticate(String username, String password) { in authenticate() argument
109 params.add(new BasicNameValuePair(PARAM_PASSWORD, password)); in authenticate()
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Dweb_services.py68 self.password = self.request.get('password')
74 (self.password == BaseWebServiceHandler.ACCT_PASSWORD)):
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DFingerprintAuthenticationDialogFragment.java122 mPassword = (EditText) v.findViewById(R.id.password); in onCreateView()
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12