Home
last modified time | relevance | path

Searched refs:GetAuthPropertyArray (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/security/authorization/
H A Devaluate_args.cc80 uri_sans = GetAuthPropertyArray(auth_context, GRPC_PEER_URI_PROPERTY_NAME); in PerChannelArgs()
81 dns_sans = GetAuthPropertyArray(auth_context, GRPC_PEER_DNS_PROPERTY_NAME); in PerChannelArgs()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Devaluate_args.cc79 uri_sans = GetAuthPropertyArray(auth_context, GRPC_PEER_URI_PROPERTY_NAME); in PerChannelArgs()
80 dns_sans = GetAuthPropertyArray(auth_context, GRPC_PEER_DNS_PROPERTY_NAME); in PerChannelArgs()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dtls_utils.h46 std::vector<absl::string_view> GetAuthPropertyArray(grpc_auth_context* context,
Dtls_utils.cc111 std::vector<absl::string_view> GetAuthPropertyArray(grpc_auth_context* context, in GetAuthPropertyArray() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/tls/
H A Dtls_utils.h46 std::vector<absl::string_view> GetAuthPropertyArray(grpc_auth_context* context,
H A Dtls_utils.cc113 std::vector<absl::string_view> GetAuthPropertyArray(grpc_auth_context* context, in GetAuthPropertyArray() function