HomeSort by relevance Sort by last modified time
    Searched refs:grpc_alts_auth_context_from_tsi_peer (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/lib/security/security_connector/
alts_security_connector.h 62 grpc_security_status grpc_alts_auth_context_from_tsi_peer(
alts_security_connector.cc 107 grpc_security_status grpc_alts_auth_context_from_tsi_peer( function in namespace:grpc_core::internal
111 "Invalid arguments to grpc_alts_auth_context_from_tsi_peer()");
182 status = grpc_core::internal::grpc_alts_auth_context_from_tsi_peer(
  /external/grpc-grpc/test/core/security/
alts_security_connector_test.cc 32 using grpc_core::internal::grpc_alts_auth_context_from_tsi_peer;
34 /* This file contains unit tests of grpc_alts_auth_context_from_tsi_peer(). */
38 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(nullptr, &ctx) ==
40 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, nullptr) ==
48 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) ==
61 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) ==
77 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) ==
92 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) ==
147 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) ==

Completed in 428 milliseconds