Searched refs:key_path (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 348 def __init__(self, key_path): argument 364 args = ['openssl', 'rsa', '-in', key_path, '-modulus', '-noout'] 394 def encode_rsa_key(key_path): argument 406 key = RSAPublicKey(key_path) 442 algorithm_name, signature_num_bytes, key_path, argument 466 [signing_helper_with_files, algorithm_name, key_path, signing_file.name]) 475 [signing_helper, algorithm_name, key_path], 481 ['openssl', 'rsautl', '-sign', '-inkey', key_path, '-raw'], 2139 def verify_image(self, image_filename, key_path, expected_chain_partitions): argument 2165 if key_path: [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 350 def __init__(self, key_path): argument 369 args = ['openssl', 'rsa', '-in', key_path, '-modulus', '-noout'] 394 self.key_path = key_path 469 self.key_path, signing_file.name]) 478 [signing_helper, algorithm_name, self.key_path], 484 ['openssl', 'rsautl', '-sign', '-inkey', self.key_path, '-raw'], 2490 def verify_image(self, image_filename, key_path, expected_chain_partitions, argument 2526 if key_path: 2528 key_path)) 2529 key_blob = RSAPublicKey(key_path).encode() [all …]
|