Home
last modified time | relevance | path

Searched defs:key (Results 1 – 6 of 6) sorted by relevance

/build/tools/
Dcheck_radio_versions.py33 key, value = line.split()[1].split("=", 1) variable
40 key, fn = item.split(":", 1) variable
Dproduct_debug.py21 def break_lines(key, val): argument
/build/tools/signtos/
DSignTos.java110 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local
203 private static String getSignatureAlgorithm(Key key) { in getSignatureAlgorithm()
/build/tools/releasetools/
Dbuild_image.py101 block_device, signer_path, key): argument
Dcommon.py168 def makeint(key): argument
527 def SignFile(input_name, output_name, key, password, align=None, argument
/build/tools/signapk/
DSignApk.java207 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local