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 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 + "'");
  /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);
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 364 milliseconds