Home
last modified time | relevance | path

Searched defs:algorithm_name (Results 1 – 3 of 3) sorted by relevance

/external/avb/
Davbtool438 algorithm_name, signature_num_bytes, key_path, argument
2347 def make_vbmeta_image(self, output, chain_partitions, algorithm_name, argument
2413 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
2731 hash_algorithm, salt, chain_partitions, algorithm_name, argument
2910 block_size, salt, chain_partitions, algorithm_name, argument
/external/python/cpython2/Lib/test/
Dtest_hashlib.py196 def check_unicode(self, algorithm_name): argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc56 MetricRecorder::MetricRecorder(const std::string algorithm_name, in MetricRecorder()