Searched refs:grpc_alts_auth_context_from_tsi_peer (Results 1 – 6 of 6) sorted by relevance
32 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()
32 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()
62 grpc_security_status grpc_alts_auth_context_from_tsi_peer(
107 grpc_security_status grpc_alts_auth_context_from_tsi_peer( in grpc_alts_auth_context_from_tsi_peer() function182 status = grpc_core::internal::grpc_alts_auth_context_from_tsi_peer( in alts_check_peer()
70 grpc_alts_auth_context_from_tsi_peer(const tsi_peer* peer);
55 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