Lines Matching refs:algorithm_name
442 algorithm_name, signature_num_bytes, key_path,
449 algorithm_name: The algorithm name as per the ALGORITHMS dict.
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,
2382 algorithm_name: Name of algorithm to use.
2425 algorithm_name, key_path, public_key_metadata_path, descriptors,
2441 def _generate_vbmeta_blob(self, algorithm_name, key_path,
2459 The |key| parameter can |None| only if the |algorithm_name| is
2463 algorithm_name: The algorithm name as per the ALGORITHMS dict.
2489 Exception: If the |algorithm_name| is not found, if no key has
2495 alg = ALGORITHMS[algorithm_name]
2497 raise AvbError('Unknown algorithm with name {}'.format(algorithm_name))
2601 algorithm_name))
2605 algorithm_name))
2655 if algorithm_name != 'NONE':
2665 algorithm_name,
2770 hash_algorithm, salt, chain_partitions, algorithm_name,
2790 algorithm_name: Name of algorithm to use.
2910 algorithm_name, key_path, public_key_metadata_path, [h_desc],
2968 block_size, salt, chain_partitions, algorithm_name,
2996 algorithm_name: Name of algorithm to use.
3173 algorithm_name, key_path, public_key_metadata_path, [ht_desc],
3258 algorithm_name = 'SHA512_RSA4096'
3259 alg = ALGORITHMS[algorithm_name]
3265 algorithm_name,