Home
last modified time | relevance | path

Searched refs:grpc_gcp_HandshakerResp (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.c90 …PB_FIELD( 1, BYTES , OPTIONAL, CALLBACK, FIRST, grpc_gcp_HandshakerResp, out_frames, out_frames…
91 …PB_FIELD( 2, UINT32 , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResp, bytes_consumed, out_fr…
92 …PB_FIELD( 3, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResp, result, bytes_consumed…
93 …PB_FIELD( 4, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResp, status, result, &grpc_…
107 …_versions) < 65536 && pb_membersize(grpc_gcp_HandshakerResp, result) < 65536 && pb_membersize(grpc…
118 …rpc_versions) < 256 && pb_membersize(grpc_gcp_HandshakerResp, result) < 256 && pb_membersize(grpc_…
Dalts_handshaker_service_api_util.h54 typedef grpc_gcp_HandshakerResp grpc_gcp_handshaker_resp;
Dhandshaker.pb.h102 } grpc_gcp_HandshakerResp; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Dhandshaker.upb.h34 struct grpc_gcp_HandshakerResp;
46 typedef struct grpc_gcp_HandshakerResp grpc_gcp_HandshakerResp; typedef
681 UPB_INLINE grpc_gcp_HandshakerResp *grpc_gcp_HandshakerResp_new(upb_arena *arena) { in grpc_gcp_HandshakerResp_new()
682 return (grpc_gcp_HandshakerResp *)_upb_msg_new(&grpc_gcp_HandshakerResp_msginit, arena); in grpc_gcp_HandshakerResp_new()
684 UPB_INLINE grpc_gcp_HandshakerResp *grpc_gcp_HandshakerResp_parse(const char *buf, size_t size, in grpc_gcp_HandshakerResp_parse()
686 grpc_gcp_HandshakerResp *ret = grpc_gcp_HandshakerResp_new(arena); in grpc_gcp_HandshakerResp_parse()
689 UPB_INLINE grpc_gcp_HandshakerResp *grpc_gcp_HandshakerResp_parse_ex(const char *buf, size_t size, in grpc_gcp_HandshakerResp_parse_ex()
691 grpc_gcp_HandshakerResp *ret = grpc_gcp_HandshakerResp_new(arena); in grpc_gcp_HandshakerResp_parse_ex()
695 UPB_INLINE char *grpc_gcp_HandshakerResp_serialize(const grpc_gcp_HandshakerResp *msg, upb_arena *a… in grpc_gcp_HandshakerResp_serialize()
699 UPB_INLINE upb_strview grpc_gcp_HandshakerResp_out_frames(const grpc_gcp_HandshakerResp *msg) { ret… in grpc_gcp_HandshakerResp_out_frames()
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_utils.cc44 grpc_gcp_HandshakerResp* alts_tsi_utils_deserialize_response( in alts_tsi_utils_deserialize_response()
55 grpc_gcp_HandshakerResp* resp = grpc_gcp_HandshakerResp_parse( in alts_tsi_utils_deserialize_response()
Dalts_tsi_utils.h50 grpc_gcp_HandshakerResp* alts_tsi_utils_deserialize_response(
Dalts_tsi_handshaker.h83 tsi_result alts_tsi_handshaker_result_create(grpc_gcp_HandshakerResp* resp,
Dalts_handshaker_client.cc118 static bool is_handshake_finished_properly(grpc_gcp_HandshakerResp* resp) { in is_handshake_finished_properly()
234 grpc_gcp_HandshakerResp* resp = in alts_handshaker_client_handle_response()
Dalts_tsi_handshaker.cc254 tsi_result alts_tsi_handshaker_result_create(grpc_gcp_HandshakerResp* resp, in alts_tsi_handshaker_result_create()