/third_party/grpc/test/core/security/ |
D | credentials_test.cc | 389 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 …]
|
D | oauth2_utils.cc | 75 grpc_auth_metadata_context null_ctx = {"", "", nullptr, nullptr}; in grpc_test_fetch_oauth2_token_with_credentials()
|
D | print_google_default_creds_token.cc | 70 grpc_auth_metadata_context context; in main()
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 416 } 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/ |
D | client_auth_filter.cc | 110 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()
|
D | auth_filters.h | 33 grpc_auth_metadata_context* auth_md_context);
|
/third_party/grpc/src/cpp/client/ |
D | secure_credentials.h | 99 void* wrapper, grpc_auth_metadata_context context, 111 grpc_auth_metadata_context context,
|
D | secure_credentials.cc | 432 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/ |
D | composite_credentials.cc | 45 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()
|
D | composite_credentials.h | 83 grpc_auth_metadata_context context,
|
/third_party/grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.h | 78 grpc_auth_metadata_context context, 138 grpc_auth_metadata_context context,
|
D | oauth2_credentials.cc | 278 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/ |
D | iam_credentials.h | 35 grpc_auth_metadata_context context,
|
D | iam_credentials.cc | 37 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/, in get_request_metadata() argument
|
/third_party/grpc/src/php/ext/grpc/ |
D | call_credentials.h | 49 void *ptr, grpc_auth_metadata_context context,
|
D | call_credentials.c | 144 void *ptr, grpc_auth_metadata_context context, in plugin_get_metadata()
|
/third_party/grpc/src/core/lib/security/credentials/fake/ |
D | fake_credentials.h | 72 grpc_auth_metadata_context context,
|
D | fake_credentials.cc | 93 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context /*context*/, in get_request_metadata() argument
|
/third_party/grpc/src/core/lib/security/credentials/plugin/ |
D | plugin_credentials.h | 47 grpc_auth_metadata_context context,
|
D | plugin_credentials.cc | 158 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context context, in get_request_metadata()
|
/third_party/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_credentials.h | 41 grpc_auth_metadata_context context,
|
D | jwt_credentials.cc | 60 grpc_polling_entity* /*pollent*/, grpc_auth_metadata_context context, in get_request_metadata()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_call_credentials.c | 52 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/ |
D | credentials.h | 187 grpc_auth_metadata_context context,
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | credentials.pxd.pxi | 25 void *state, grpc_auth_metadata_context context,
|