Home
last modified time | relevance | path

Searched refs:key_path (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A Davbtool.py350 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 …]