HomeSort by relevance Sort by last modified time
    Searched defs:service_account (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/test/core/security/
alts_credentials_fuzzer.cc 49 char* service_account = grpc_fuzzer_get_next_string(inp, nullptr); local
50 if (service_account != nullptr) {
52 options, service_account);
53 gpr_free(service_account);
  /external/grpc-grpc/src/core/tsi/alts/handshaker/
handshaker.pb.h 38 pb_callback_t service_account; member in struct:_grpc_gcp_Identity

Completed in 159 milliseconds