OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:signer_path
(Results
1 - 2
of
2
) sorted by null
/system/extras/verity/
build_verity_metadata.py
30
def sign_verity_table(table,
signer_path
, key_path):
35
cmd = " ".join((
signer_path
, table_file.name, key_path, signature_file.name))
53
salt, block_device,
signer_path
, signing_key):
57
signature = sign_verity_table(verity_table,
signer_path
, signing_key)
73
signer_path
= sys.argv[6]
variable
76
salt, block_device,
signer_path
, signing_key)
/build/tools/releasetools/
build_image.py
166
block_device,
signer_path
, key):
170
block_device,
signer_path
, key)
257
signer_path
= OPTIONS.verity_signer_path + ' '
258
signer_path
+= ' '.join(OPTIONS.verity_signer_args)
260
signer_path
= prop_dict["verity_signer_cmd"]
279
block_dev,
signer_path
, signer_key):
Completed in 187 milliseconds