HomeSort by relevance Sort by last modified time
    Searched defs:rawKey (Results 1 - 16 of 16) sorted by null

  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 60 unsigned char rawKey[KEY_BITS];
63 ROUNDS, KEY_BITS, rawKey) != 1) {
76 printf("%02x", rawKey[i]);
  /frameworks/base/core/java/android/app/backup/
BackupHelperDispatcher.java 112 String rawKey = input.getKey();
113 int pos = rawKey.indexOf(':');
115 String prefix = rawKey.substring(0, pos);
119 stream.key = rawKey.substring(pos+1);
123 Log.w(TAG, "Couldn't find helper for: '" + rawKey + "'");
129 Log.w(TAG, "Entity with no prefix: '" + rawKey + "'");
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
WrappedKeyTest.java 66 SecretKey rawKey = generateKey();
68 WrappedKey wrappedKey = WrappedKey.fromSecretKey(wrappingKey, rawKey);
77 assertEquals(rawKey, unwrappedKey);
84 SecretKey rawKey = generateKey();
86 WrappedKey wrappedKey = WrappedKey.fromSecretKey(wrappingKey, rawKey);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/tools/common/google-api-services-compute/
google-api-services-compute-v1-rev181-1.23.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /tools/external/gradle/
gradle-api-3.4.1.jar 

Completed in 267 milliseconds