Searched refs:local_identities (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api.cc | 80 .value.local_identities.arg)); in grpc_gcp_handshaker_req_destroy() 407 reinterpret_cast<repeated_field**>(¶m->local_identities.arg), in grpc_gcp_handshaker_req_param_add_local_identity_hostname() 409 param->local_identities.funcs.encode = &encode_repeated_identity_cb; in grpc_gcp_handshaker_req_param_add_local_identity_hostname() 429 reinterpret_cast<repeated_field**>(¶m->local_identities.arg), in grpc_gcp_handshaker_req_param_add_local_identity_service_account() 431 param->local_identities.funcs.encode = &encode_repeated_identity_cb; in grpc_gcp_handshaker_req_param_add_local_identity_service_account()
|
D | handshaker.pb.c | 40 …GE , REPEATED, CALLBACK, OTHER, grpc_gcp_ServerHandshakeParameters, local_identities, record_proto… 107 …sions) < 65536 && pb_membersize(grpc_gcp_ServerHandshakeParameters, local_identities) < 65536 && p… 118 …ersions) < 256 && pb_membersize(grpc_gcp_ServerHandshakeParameters, local_identities) < 256 && pb_…
|
D | handshaker.pb.h | 50 pb_callback_t local_identities; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 52 .value.local_identities.funcs.decode = &decode_repeated_identity_cb; in grpc_gcp_handshaker_decoded_req_create() 535 l_req->handshake_parameters[i].value.local_identities.arg), in grpc_gcp_handshaker_server_start_req_equals() 537 r_req->handshake_parameters[j].value.local_identities.arg)); in grpc_gcp_handshaker_server_start_req_equals()
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 107 repeated Identity local_identities = 2; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 107 repeated Identity local_identities = 2; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 107 repeated Identity local_identities = 2; field
|