From: Dwi Sasongko Supriyadi Subject: Re: Crypto API from user space Date: Fri, 18 Jun 2010 12:01:57 +0700 Message-ID: References: <4C178BF8.8020604@nokia.com> <4C17A94B.7060906@gnutls.org> <4C188EAF.2020004@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: ext Herbert Xu , ext Nikos Mavrogiannopoulos , "linux-crypto@vger.kernel.org" To: Dmitry Kasatkin Return-path: Received: from mail-gy0-f174.google.com ([209.85.160.174]:34951 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752119Ab0FRFB6 (ORCPT ); Fri, 18 Jun 2010 01:01:58 -0400 Received: by mail-gy0-f174.google.com with SMTP id 5so524527gye.19 for ; Thu, 17 Jun 2010 22:01:57 -0700 (PDT) In-Reply-To: <4C188EAF.2020004@nokia.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Wed, Jun 16, 2010 at 3:43 PM, Dmitry Kasatkin wrote: > Hi, > > BTW. > > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git > > Has this kernel anything about cryptodev as well? > > Thanks, > - Dmitry > > On 15/06/10 19:24, ext Nikos Mavrogiannopoulos wrote: >> Dmitry Kasatkin wrote: >> >>> Hi, >>> >>> Can I use kernel Crypto API from user space? >>> I remember 2 or 3 projects about it. >>> >>> But what is the one and only one I need? :) >>> >> I don't know which is the one you need, but I know the one I use. Check >> http://home.gna.org/cryptodev-linux/ >> Thanks for this link, I never know about it. So far, I wrote my own driver to access kernel crypto API with certain fops (read/write/ioctls). Regards, DWI