Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dalts_security_connector_test.cc32 using grpc_core::internal::grpc_alts_auth_context_from_tsi_peer;
38 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(nullptr, &ctx) == in test_invalid_input_failure()
40 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, nullptr) == in test_invalid_input_failure()
48 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) == in test_empty_certificate_type_failure()
61 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) == in test_empty_peer_property_failure()
77 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) == in test_missing_rpc_protocol_versions_property_failure()
92 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) == in test_unknown_peer_property_failure()
147 GPR_ASSERT(grpc_alts_auth_context_from_tsi_peer(&peer, &ctx) == in test_alts_peer_to_auth_context_success()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dalts_security_connector.h62 grpc_security_status grpc_alts_auth_context_from_tsi_peer(
Dalts_security_connector.cc107 grpc_security_status grpc_alts_auth_context_from_tsi_peer( in grpc_alts_auth_context_from_tsi_peer() function
182 status = grpc_core::internal::grpc_alts_auth_context_from_tsi_peer( in alts_check_peer()