Searched refs:grpc_alts_auth_context_from_tsi_peer (Results 1 – 3 of 3) 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()
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()