Searched defs:auth_md_ctx (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 488 grpc_auth_metadata_context auth_md_ctx, in run_request_metadata_test() 513 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_google_iam_creds() local 526 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_access_token_creds() local 581 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_oauth2_google_iam_composite_creds() local 725 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_success() local 761 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_failure() local 823 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_success() local 862 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_failure() local 1068 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_sts_creds_success() local 1115 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_sts_creds_token_file_not_found() local [all …]
|
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 376 grpc_auth_metadata_context auth_md_ctx, in run_request_metadata_test() 399 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_google_iam_creds() local 412 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_access_token_creds() local 459 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_oauth2_google_iam_composite_creds() local 586 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_success() local 615 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_failure() local 673 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_success() local 704 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_failure() local 803 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_jwt_creds_success() local 845 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_jwt_creds_signing_failure() local [all …]
|