Home
last modified time | relevance | path

Searched refs:grpc_google_iam_credentials_create (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/iam/
Diam_credentials.cc59 grpc_call_credentials* grpc_google_iam_credentials_create( in grpc_google_iam_credentials_create() function
/external/grpc-grpc/test/core/end2end/tests/
Dcall_creds.cc163 creds = grpc_google_iam_credentials_create(iam_token, iam_selector, nullptr); in request_response_with_payload_and_call_creds()
171 creds = grpc_google_iam_credentials_create( in request_response_with_payload_and_call_creds()
400 creds = grpc_google_iam_credentials_create(iam_token, iam_selector, nullptr); in test_request_with_server_rejecting_client_creds()
/external/grpc-grpc/
Dgrpc.def109 grpc_google_iam_credentials_create
/external/grpc-grpc/include/grpc/
Dgrpc_security.h263 GRPCAPI grpc_call_credentials* grpc_google_iam_credentials_create(
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c168 printf("%lx", (unsigned long) grpc_google_iam_credentials_create); in main()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc396 grpc_call_credentials* creds = grpc_google_iam_credentials_create( in test_google_iam_creds()
463 grpc_call_credentials* google_iam_creds = grpc_google_iam_credentials_create( in test_oauth2_google_iam_composite_creds()
515 grpc_call_credentials* google_iam_creds = grpc_google_iam_credentials_create( in test_channel_oauth2_google_iam_composite_creds()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc162 return WrapCallCredentials(grpc_google_iam_credentials_create( in GoogleIAMCredentials()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi492 grpc_call_credentials *grpc_google_iam_credentials_create(
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h367 #define grpc_google_iam_credentials_create grpc_google_iam_credentials_create_import macro
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc277 : grpc_google_iam_credentials_create(auth_token, auth_selector, in read_call_creds()