Home
last modified time | relevance | path

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

/external/avb/
Davbtool388 def raw_sign(signing_helper, algorithm_name, key_path, raw_data_to_sign): argument
406 [signing_helper, algorithm_name, key_path],
1927 def make_vbmeta_image(self, output, chain_partitions, algorithm_name, argument
1959 algorithm_name, key_path, public_key_metadata_path, descriptors,
1969 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
2016 alg = ALGORITHMS[algorithm_name]
2018 raise AvbError('Unknown algorithm with name {}'.format(algorithm_name))
2099 algorithm_name))
2104 algorithm_name))
2156 if algorithm_name != 'NONE':
[all …]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
Dtsig.py71 (algorithm_name, digestmod) = get_algorithm(algorithm)
89 pre_mac = algorithm_name + time_mac
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc56 MetricRecorder::MetricRecorder(const std::string algorithm_name, in MetricRecorder() argument
60 : algorithm_name_(algorithm_name), in MetricRecorder()
Dmetric_recorder.h67 MetricRecorder(const std::string algorithm_name,