Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_compression_options.c163 grpc_compression_algorithm* algorithm_value, VALUE algorithm_name) { in grpc_rb_compression_options_algorithm_name_to_value_internal() argument
167 Check_Type(algorithm_name, T_SYMBOL); in grpc_rb_compression_options_algorithm_name_to_value_internal()
171 algorithm_name_as_string = rb_funcall(algorithm_name, rb_intern("to_s"), 0); in grpc_rb_compression_options_algorithm_name_to_value_internal()
200 VALUE algorithm_name) { in grpc_rb_compression_options_is_algorithm_enabled() argument
207 &internal_algorithm_value, algorithm_name); in grpc_rb_compression_options_is_algorithm_enabled()
219 grpc_compression_options* options, VALUE algorithm_name) { in grpc_rb_compression_options_set_default_algorithm() argument
221 &options->default_algorithm.algorithm, algorithm_name); in grpc_rb_compression_options_set_default_algorithm()
229 grpc_compression_options* compression_options, VALUE algorithm_name) { in grpc_rb_compression_options_disable_algorithm() argument
233 &internal_algorithm_value, algorithm_name); in grpc_rb_compression_options_disable_algorithm()
299 char* algorithm_name = NULL; in grpc_rb_compression_options_algorithm_value_to_name_internal() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/
Ddigest_tests.rs76 ( $file_name:ident, $algorithm_name:ident ) => {
78 mod $algorithm_name {
88 &digest::$algorithm_name,
100 &digest::$algorithm_name,
112 &digest::$algorithm_name,
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dclient_context.cc147 const char* algorithm_name = nullptr; in set_compression_algorithm() local
148 if (!grpc_compression_algorithm_name(algorithm, &algorithm_name)) { in set_compression_algorithm()
152 GPR_ASSERT(algorithm_name != nullptr); in set_compression_algorithm()
153 AddMetadata(GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY, algorithm_name); in set_compression_algorithm()
/aosp_15_r20/external/grpc-grpc/src/cpp/client/
H A Dclient_context.cc146 const char* algorithm_name = nullptr; in set_compression_algorithm() local
147 if (!grpc_compression_algorithm_name(algorithm, &algorithm_name)) { in set_compression_algorithm()
151 GPR_ASSERT(algorithm_name != nullptr); in set_compression_algorithm()
152 AddMetadata(GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY, algorithm_name); in set_compression_algorithm()
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Ddigest.rs521 ( $algorithm_name:ident ) => {
522 mod $algorithm_name {
527 super::max_input_test(&digest::$algorithm_name);
533 super::too_long_input_test_block(&digest::$algorithm_name);
539 super::too_long_input_test_byte(&digest::$algorithm_name);
/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dserver_context.cc372 const char* algorithm_name = nullptr; in set_compression_algorithm() local
373 if (!grpc_compression_algorithm_name(algorithm, &algorithm_name)) { in set_compression_algorithm()
377 GPR_ASSERT(algorithm_name != nullptr); in set_compression_algorithm()
378 AddInitialMetadata(GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY, algorithm_name); in set_compression_algorithm()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_context.cc372 const char* algorithm_name = nullptr; in set_compression_algorithm() local
373 if (!grpc_compression_algorithm_name(algorithm, &algorithm_name)) { in set_compression_algorithm()
377 GPR_ASSERT(algorithm_name != nullptr); in set_compression_algorithm()
378 AddInitialMetadata(GRPC_COMPRESSION_REQUEST_ALGORITHM_MD_KEY, algorithm_name); in set_compression_algorithm()
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dverify_signed_data.cc36 std::string SignatureVerifyCacheKey(std::string_view algorithm_name, in SignatureVerifyCacheKey() argument
50 &s_ctx, reinterpret_cast<const uint8_t *>(algorithm_name.data()), in SignatureVerifyCacheKey()
51 algorithm_name.length()) && in SignatureVerifyCacheKey()
/aosp_15_r20/external/avb/
H A Davbtool.py436 def sign(self, algorithm_name, data_to_sign, signing_helper=None, argument
456 algorithm = ALGORITHMS.get(algorithm_name)
459 .format(algorithm_name))
465 algorithm_name))
479 p = subprocess.Popen([signing_helper_with_files, algorithm_name,
489 [signing_helper, algorithm_name, self.key_path],
2928 chain_partitions_do_not_use_ab, algorithm_name, argument
2992 algorithm_name, key_path, public_key_metadata_path, descriptors,
3009 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
3065 alg = ALGORITHMS[algorithm_name]
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/compression/
H A Dmessage_compress_test.cc57 const char* algorithm_name; in assert_passthrough() local
59 ASSERT_NE(grpc_compression_algorithm_name(algorithm, &algorithm_name), 0); in assert_passthrough()
63 GRPC_SLICE_LENGTH(value), algorithm_name, in assert_passthrough()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_hashlib.py196 def check_unicode(self, algorithm_name): argument
198 expected = hashlib.new(algorithm_name, str(u'spam')).hexdigest()
199 self.check(algorithm_name, u'spam', expected)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_hashlib.py410 def check_no_unicode(self, algorithm_name): argument
412 constructors = self.constructors_to_test[algorithm_name]
/aosp_15_r20/external/python/asn1crypto/tests/
Dtest_keys.py474 def algorithm_name(self, private_key_file, public_key_file, algorithm, _): member in KeysTests
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/conf/security/
Djava.security195 # mech_name | algorithm_name | strength | capability | df
205 # algorithm_name:
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/conf/security/
Djava.security195 # mech_name | algorithm_name | strength | capability | df
205 # algorithm_name:
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/conf/security/
Djava.security194 # mech_name | algorithm_name | strength | capability | df
204 # algorithm_name: