Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/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;
/third_party/grpc/test/cpp/common/
Dalts_util_test.cc88 grpc_gcp_AltsContext* context = grpc_gcp_AltsContext_new(context_arena.ptr()); in TEST()
129 grpc_gcp_AltsContext* context = grpc_gcp_AltsContext_new(context_arena.ptr()); in TEST()
182 grpc_gcp_AltsContext* context = grpc_gcp_AltsContext_new(context_arena.ptr()); in TEST()
/third_party/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()
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc314 grpc_gcp_AltsContext* ctx = grpc_gcp_AltsContext_parse( in on_client_next_success_cb()
388 grpc_gcp_AltsContext* ctx = grpc_gcp_AltsContext_parse( in on_server_next_success_cb()
/third_party/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()