Home
last modified time | relevance | path

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

/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool442 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],
2366 def make_vbmeta_image(self, output, chain_partitions, algorithm_name, argument
2425 algorithm_name, key_path, public_key_metadata_path, descriptors,
2441 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
2495 alg = ALGORITHMS[algorithm_name]
2497 raise AvbError('Unknown algorithm with name {}'.format(algorithm_name))
2613 algorithm_name))
2617 algorithm_name))
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Davbtool.py425 def sign(self, algorithm_name, data_to_sign, signing_helper=None, argument
445 algorithm = ALGORITHMS.get(algorithm_name)
448 .format(algorithm_name))
454 algorithm_name))
468 p = subprocess.Popen([signing_helper_with_files, algorithm_name,
478 [signing_helper, algorithm_name, self.key_path],
2907 def make_vbmeta_image(self, output, chain_partitions, algorithm_name, argument
2968 algorithm_name, key_path, public_key_metadata_path, descriptors,
2985 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
3040 alg = ALGORITHMS[algorithm_name]
[all …]