Searched refs:expected_md (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 415 } expected_md; typedef 419 const expected_md* expected; 427 static void check_metadata(const expected_md* expected, in check_metadata() 473 grpc_error* expected_error, const expected_md* expected, in make_request_metadata_state() 502 expected_md emd[] = {{GRPC_IAM_AUTHORIZATION_TOKEN_METADATA_KEY, in test_google_iam_creds() 521 expected_md emd[] = {{GRPC_AUTHORIZATION_METADATA_KEY, "Bearer blah"}}; in test_access_token_creds() 573 expected_md emd[] = { in test_oauth2_google_iam_composite_creds() 718 expected_md emd[] = { in test_compute_engine_creds_success() 818 expected_md emd[] = { in test_refresh_token_creds_success() 1063 expected_md emd[] = { in test_sts_creds_success() [all …]
|
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 303 } expected_md; typedef 307 const expected_md* expected; 315 static void check_metadata(const expected_md* expected, in check_metadata() 361 grpc_error* expected_error, const expected_md* expected, in make_request_metadata_state() 390 expected_md emd[] = {{GRPC_IAM_AUTHORIZATION_TOKEN_METADATA_KEY, in test_google_iam_creds() 407 expected_md emd[] = {{GRPC_AUTHORIZATION_METADATA_KEY, "Bearer blah"}}; in test_access_token_creds() 451 expected_md emd[] = { in test_oauth2_google_iam_composite_creds() 582 expected_md emd[] = { in test_compute_engine_creds_success() 671 expected_md emd[] = { in test_refresh_token_creds_success() 807 expected_md emd[] = {{"authorization", expected_md_value}}; in test_jwt_creds_success() [all …]
|
/external/grpc-grpc/src/ruby/spec/ |
D | client_server_spec.rb | 604 expected_md = creds_update_md.clone 605 fail 'bad test param' unless expected_md[initial_md_key].nil? 606 expected_md[initial_md_key] = initial_md_val 626 replace_symbols = Hash[expected_md.each_pair.collect { |x, y| [x.to_s, y] }]
|
/external/rust/crates/ring/tests/ |
D | digest_tests.rs | 166 let expected_md = test_case.consume_bytes("MD"); in run_monte_carlo_test() localVariable 182 assert_eq!(&expected_md, md_j); in run_monte_carlo_test()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_matmul_ops_common.h | 458 auto expected_md = matmul_fwd_pd->weights_desc(); in CacheWeight() local 461 weight_mkl_format.AddDim(sizeof(expected_md) / sizeof(Tweight)); in CacheWeight() 468 weight_md_tensor_ptr->flat<Tweight>().data()) = expected_md; in CacheWeight() 472 const memory::desc& expected_md) in GetCachedWeight() argument 483 if (stored_md == expected_md) { in GetCachedWeight()
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | utils.py | 167 expected_md = md.replace(" ", "").lower().encode("ascii") 168 assert m.finalize() == binascii.unhexlify(expected_md)
|