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

  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 59 unsigned char rawKey[KEY_BITS];
62 ROUNDS, KEY_BITS, rawKey) != 1) {
75 printf("%02x", rawKey[i]);
  /frameworks/base/core/java/android/app/backup/
BackupHelperDispatcher.java 113 String rawKey = input.getKey();
114 int pos = rawKey.indexOf(':');
116 String prefix = rawKey.substring(0, pos);
120 stream.key = rawKey.substring(pos+1);
124 Log.w(TAG, "Couldn't find helper for: '" + rawKey + "'");
130 Log.w(TAG, "Entity with no prefix: '" + rawKey + "'");
  /packages/apps/Launcher3/util/com/android/launcher3/
DecoderRing.java 272 byte[] rawKey = DatatypeConverter.parseBase64Binary(encodedKey);
273 if (rawKey[0] != 'L' || rawKey[1] != ':') {
277 encodedKey = new String(rawKey, 2, rawKey.length - 2);
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 81 milliseconds