Home
last modified time | relevance | path

Searched refs:grpc_gcp_AltsContext_security_level (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dalts_context.cc78 if (grpc_gcp_AltsContext_security_level(ctx) >= GRPC_SECURITY_MIN || in AltsContext()
79 grpc_gcp_AltsContext_security_level(ctx) <= GRPC_SECURITY_MAX) { in AltsContext()
81 grpc_gcp_AltsContext_security_level(ctx)); in AltsContext()
Dalts_util.cc53 if (grpc_gcp_AltsContext_security_level(ctx) < GRPC_SECURITY_MIN || in GetAltsContextFromAuthContext()
54 grpc_gcp_AltsContext_security_level(ctx) > GRPC_SECURITY_MAX) { in GetAltsContextFromAuthContext()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Daltscontext.upb.h55 UPB_INLINE int32_t grpc_gcp_AltsContext_security_level(const grpc_gcp_AltsContext *msg) { return *U… in grpc_gcp_AltsContext_security_level() function