Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Daltscontext.upb.h23 struct grpc_gcp_AltsContext;
25 typedef struct grpc_gcp_AltsContext grpc_gcp_AltsContext; typedef
35 UPB_INLINE grpc_gcp_AltsContext *grpc_gcp_AltsContext_new(upb_arena *arena) { in grpc_gcp_AltsContext_new()
36 return (grpc_gcp_AltsContext *)_upb_msg_new(&grpc_gcp_AltsContext_msginit, arena); in grpc_gcp_AltsContext_new()
38 UPB_INLINE grpc_gcp_AltsContext *grpc_gcp_AltsContext_parse(const char *buf, size_t size, in grpc_gcp_AltsContext_parse()
40 grpc_gcp_AltsContext *ret = grpc_gcp_AltsContext_new(arena); in grpc_gcp_AltsContext_parse()
43 UPB_INLINE grpc_gcp_AltsContext *grpc_gcp_AltsContext_parse_ex(const char *buf, size_t size, in grpc_gcp_AltsContext_parse_ex()
45 grpc_gcp_AltsContext *ret = grpc_gcp_AltsContext_new(arena); in grpc_gcp_AltsContext_parse_ex()
49 UPB_INLINE char *grpc_gcp_AltsContext_serialize(const grpc_gcp_AltsContext *msg, upb_arena *arena, … in grpc_gcp_AltsContext_serialize()
53 UPB_INLINE upb_strview grpc_gcp_AltsContext_application_protocol(const grpc_gcp_AltsContext *msg) {… in grpc_gcp_AltsContext_application_protocol()
[all …]
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Daltscontext.pb.c13 …PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_gcp_AltsContext, application_protocol, app…
14 …PB_FIELD( 2, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, record_protocol, applicat…
15 …PB_FIELD( 3, UENUM , OPTIONAL, STATIC , OTHER, grpc_gcp_AltsContext, security_level, record_pr…
16 …PB_FIELD( 4, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, peer_service_account, sec…
17 …PB_FIELD( 5, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, local_service_account, pe…
18 …PB_FIELD( 6, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_AltsContext, peer_rpc_versions, local_…
32 PB_STATIC_ASSERT((pb_membersize(grpc_gcp_AltsContext, peer_rpc_versions) < 65536), YOU_MUST_DEFINE_…
43 PB_STATIC_ASSERT((pb_membersize(grpc_gcp_AltsContext, peer_rpc_versions) < 256), YOU_MUST_DEFINE_PB…
Daltscontext.pb.h28 } grpc_gcp_AltsContext; typedef
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dalts_context.h28 struct grpc_gcp_AltsContext;
44 explicit AltsContext(const grpc_gcp_AltsContext* ctx);
Dalts_util.h29 struct grpc_gcp_AltsContext;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dalts_context.h28 struct grpc_gcp_AltsContext;
44 explicit AltsContext(const grpc_gcp_AltsContext* ctx);
Dalts_util.h29 struct grpc_gcp_AltsContext;
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dalts_util.cc47 grpc_gcp_AltsContext* ctx = grpc_gcp_AltsContext_parse( in GetAltsContextFromAuthContext()
Dalts_context.cc31 AltsContext::AltsContext(const grpc_gcp_AltsContext* ctx) { in AltsContext()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc326 grpc_gcp_AltsContext* context = grpc_gcp_AltsContext_new(context_arena.ptr()); in alts_tsi_handshaker_result_create()