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

  /external/sepolicy/tools/
insertkeys.py 36 base64Key = ""
43 base64Key += line.strip()
46 self._base64Key.append(base64Key)
49 self._base16Key.append(base64.b16encode(base64.b64decode(base64Key)).lower())
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 114 String base64Key = new String(Base64.encode(key.getBytes()));
115 File entityFile = new File(packageDir, base64Key);
120 + " key64=" + base64Key);

Completed in 1062 milliseconds