HomeSort by relevance Sort by last modified time
    Searched full:rawkey (Results 1 - 2 of 2) 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 + "'");

Completed in 5883 milliseconds