Home
last modified time | relevance | path

Searched refs:grpc_auth_metadata_context (Results 1 – 25 of 29) sorted by relevance

12

/third_party/grpc/test/core/security/
Dcredentials_test.cc389 grpc_auth_metadata_context auth_md_ctx, in run_request_metadata_test()
414 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_google_iam_creds()
427 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_access_token_creds()
482 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_oauth2_google_iam_composite_creds()
626 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_success()
662 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_compute_engine_creds_failure()
724 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_success()
763 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_refresh_token_creds_failure()
968 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_sts_creds_success()
1015 grpc_auth_metadata_context auth_md_ctx = {test_service_url, test_method, in test_sts_creds_token_file_not_found()
[all …]
Doauth2_utils.cc75 grpc_auth_metadata_context null_ctx = {"", "", nullptr, nullptr}; in grpc_test_fetch_oauth2_token_with_credentials()
Dprint_google_default_creds_token.cc70 grpc_auth_metadata_context context; in main()
/third_party/grpc/include/grpc/
Dgrpc_security.h416 } grpc_auth_metadata_context; typedef
419 GRPCAPI void grpc_auth_metadata_context_copy(grpc_auth_metadata_context* from,
420 grpc_auth_metadata_context* to);
424 grpc_auth_metadata_context* context);
455 void* state, grpc_auth_metadata_context context,
/third_party/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc110 grpc_auth_metadata_context auth_md_context =
111 grpc_auth_metadata_context(); // Zero-initialize the C struct.
119 void grpc_auth_metadata_context_copy(grpc_auth_metadata_context* from, in grpc_auth_metadata_context_copy()
120 grpc_auth_metadata_context* to) { in grpc_auth_metadata_context_copy()
133 grpc_auth_metadata_context* auth_md_context) { in grpc_auth_metadata_context_reset()
191 grpc_auth_metadata_context* auth_md_context) { in grpc_auth_metadata_context_build()
Dauth_filters.h33 grpc_auth_metadata_context* auth_md_context);
/third_party/grpc/src/cpp/client/
Dsecure_credentials.h99 void* wrapper, grpc_auth_metadata_context context,
111 grpc_auth_metadata_context context,
Dsecure_credentials.cc432 void* wrapper, grpc_auth_metadata_context context, in GetMetadata()
449 grpc_auth_metadata_context context_copy = grpc_auth_metadata_context(); in GetMetadata()
478 grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, in InvokePlugin()
/third_party/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc45 grpc_polling_entity* pollent, grpc_auth_metadata_context auth_md_context, in grpc_composite_call_credentials_metadata_context()
60 grpc_auth_metadata_context auth_md_context;
92 grpc_polling_entity* pollent, grpc_auth_metadata_context auth_md_context, in get_request_metadata()
Dcomposite_credentials.h83 grpc_auth_metadata_context context,
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h78 grpc_auth_metadata_context context,
138 grpc_auth_metadata_context context,
Doauth2_credentials.cc278 grpc_polling_entity* pollent, grpc_auth_metadata_context /*context*/, in get_request_metadata() argument
719 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/, in get_request_metadata() argument
/third_party/grpc/src/core/lib/security/credentials/iam/
Diam_credentials.h35 grpc_auth_metadata_context context,
Diam_credentials.cc37 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/, in get_request_metadata() argument
/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.h49 void *ptr, grpc_auth_metadata_context context,
Dcall_credentials.c144 void *ptr, grpc_auth_metadata_context context, in plugin_get_metadata()
/third_party/grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.h72 grpc_auth_metadata_context context,
Dfake_credentials.cc93 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/, in get_request_metadata() argument
/third_party/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.h47 grpc_auth_metadata_context context,
Dplugin_credentials.cc158 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context context, in get_request_metadata()
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.h41 grpc_auth_metadata_context context,
Djwt_credentials.cc60 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context context, in get_request_metadata()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call_credentials.c52 grpc_auth_metadata_context context;
161 void* state, grpc_auth_metadata_context context, in grpc_rb_call_credentials_plugin_get_metadata()
/third_party/grpc/src/core/lib/security/credentials/
Dcredentials.h187 grpc_auth_metadata_context context,
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dcredentials.pxd.pxi25 void *state, grpc_auth_metadata_context context,

12