Searched defs:key (Results 1 – 6 of 6) sorted by relevance
/build/tools/ |
D | check_radio_versions.py | 33 key, value = line.split()[1].split("=", 1) variable 40 key, fn = item.split(":", 1) variable
|
D | product_debug.py | 21 def break_lines(key, val): argument
|
/build/tools/signtos/ |
D | SignTos.java | 110 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local 203 private static String getSignatureAlgorithm(Key key) { in getSignatureAlgorithm()
|
/build/tools/releasetools/ |
D | build_image.py | 101 block_device, signer_path, key): argument
|
D | common.py | 168 def makeint(key): argument 527 def SignFile(input_name, output_name, key, password, align=None, argument
|
/build/tools/signapk/ |
D | SignApk.java | 207 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local
|