From owner-freebsd-stable@FreeBSD.ORG Fri Oct 5 12:57:13 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40A1616A41B for ; Fri, 5 Oct 2007 12:57:13 +0000 (UTC) (envelope-from bubblereading@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id E843E13C45D for ; Fri, 5 Oct 2007 12:57:12 +0000 (UTC) (envelope-from bubblereading@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so93351anc for ; Fri, 05 Oct 2007 05:57:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=wAxF2wa9JmldUAV5eamfzVdJGCkldN/D55tbWE2vDf4=; b=GcgsqHPUooAV8sKLDg9UyQGXUAN+aXNjdoJCQ6MIM9DSTrUxt8JdK/imDJYzJ1KTK2EJQAzxaV+ZHWIw4arODi/NBELtoAQ7EglEF4xokf9+6aR6ur6TitALsnEOQZc9GbhDlevjlljQmnEJaIJMSsGLQDtF1zjnZhv9Z49E7dc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Tf0AYcS1CNpXhuR2fn/xpjwGSo26JXc4kfpKM8rJZzCkFCpYfddU2mvZ0VYnH2It/MZS70VKzP3a+1QbSUKeLe5XB8L2Fu6GrYNJpzE9/pofRXEFYkzFuak0qAccGGY29F0+yMyFlxFdEhSIimeChvzalGpBZP3CadNRtN9cC7U= Received: by 10.150.143.14 with SMTP id q14mr513436ybd.1191587296142; Fri, 05 Oct 2007 05:28:16 -0700 (PDT) Received: by 10.90.99.9 with HTTP; Fri, 5 Oct 2007 05:28:16 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 13:28:16 +0100 From: "Bubble Reading" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Userland Application and OCF X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 12:57:13 -0000 Hi, I wish to access a crypto hardware using kernel level implementation of OCF. I am aware that there is Fast-IPSec which might be internally using OCF, but how do I run a crypto algorithm from command line so that it uses Fast-IPSec, OCF and VPN tunnel ? What command should I use ? -- Regards, Bubble