Home
last modified time | relevance | path

Searched refs:grpc_alts_auth_context_from_tsi_peer (Results 1 – 6 of 6) 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/rust/crates/grpcio-sys/grpc/test/core/security/
Dalts_security_connector_test.cc32 using grpc_core::internal::grpc_alts_auth_context_from_tsi_peer;
37 grpc_alts_auth_context_from_tsi_peer(nullptr); in test_invalid_input_failure()
45 grpc_alts_auth_context_from_tsi_peer(&peer); in test_empty_certificate_type_failure()
57 grpc_alts_auth_context_from_tsi_peer(&peer); in test_empty_peer_property_failure()
72 grpc_alts_auth_context_from_tsi_peer(&peer); in test_missing_rpc_protocol_versions_property_failure()
104 grpc_alts_auth_context_from_tsi_peer(&peer); in test_missing_security_level_property_failure()
119 grpc_alts_auth_context_from_tsi_peer(&peer); in test_unknown_peer_property_failure()
184 grpc_alts_auth_context_from_tsi_peer(&peer); 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()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.h70 grpc_alts_auth_context_from_tsi_peer(const tsi_peer* peer);
Dalts_security_connector.cc55 grpc_core::internal::grpc_alts_auth_context_from_tsi_peer(&peer); in alts_check_peer()
181 grpc_alts_auth_context_from_tsi_peer(const tsi_peer* peer) { in grpc_alts_auth_context_from_tsi_peer() function