HI Phil ,

Thanks for the support and time,really appreciate it.
Great to have suggestion on the issue,but still not clear with respect
following.

#1: "" There is /usr/include/crypto/cryptodev.h and it matches the
cryptodev-linux installation you use.""
I really did not get this statement, does it mean I need to include
"/usr/include/crypto/cryptodev.h",
instead of <linux/cryptodev.h> .Please can you help me with this.

#2: I was unable to compile when I applied cryptodev patch to openssl
source as mentioned in http://www.logix.cz/michal/devel/cryptodev/".But
surprisingly when I disable __linux__ macro using U__linux___ ,I was able
to compile.Please  can you provide your comments on this.


BR,
SriSowj

On Fri, Jan 9, 2015 at 4:30 PM, <cryptodev-linux-devel-requ...@gna.org>
wrote:

> Send Cryptodev-linux-devel mailing list submissions to
>         cryptodev-linux-devel@gna.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.gna.org/listinfo/cryptodev-linux-devel
> or, via email, send a message with subject or body 'help' to
>         cryptodev-linux-devel-requ...@gna.org
>
> You can reach the person managing the list at
>         cryptodev-linux-devel-ow...@gna.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Cryptodev-linux-devel digest..."
>
>
> Today's Topics:
>
>    1. Re: Any openssl Sample/examples using
>       cryptodev-linux(/dev/crypto) (Phil Sutter)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 8 Jan 2015 23:46:13 +0100
> From: Phil Sutter <p...@nwl.cc>
> To: cryptodev-linux-devel@gna.org
> Subject: Re: [Cryptodev-linux-devel] Any openssl Sample/examples using
>         cryptodev-linux(/dev/crypto)
> Message-ID: <20150108224619.a806421...@mail.nwl.cc>
> Content-Type: text/plain; charset=us-ascii
>
> Hi,
>
> On Mon, Jan 05, 2015 at 11:29:48PM +0530, sri sowj wrote:
> > Can anyone help me to understand How openssl App's can interact with
> > linux kernel using cryptodev-linux interfaces.
> > I have tried the sample available in "
> > http://www.logix.cz/michal/devel/cryptodev/";
> > CryptoDev with OpenSSL
> >
> >     cryptodev-demo2.c (Colorized)
> >
> > But When I compile I am getting Below Mentioned error.
> >
> > *"error: crypto/cryptodev.h: No such file or directory "*
>
> Strangely, cryptodev-demo2.c does not contain an include statement for
> that file. Instead, it includes linux/cryptodev.h which is probably not
> correct. Please assure the following two things:
>
> - There is /usr/include/crypto/cryptodev.h and it matches the
>   cryptodev-linux installation you use.
> - cryptodev-demo2.c has to include crypto/cryptodev.h
>
> Also, you should probably have a look at /usr/include/linux/cryptodev.h,
> which I suspect to belong to an installation of OCF or whatever.
>
> HTH, Phil
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Cryptodev-linux-devel mailing list
> Cryptodev-linux-devel@gna.org
> https://mail.gna.org/listinfo/cryptodev-linux-devel
>
>
> ------------------------------
>
> End of Cryptodev-linux-devel Digest, Vol 44, Issue 3
> ****************************************************
>
_______________________________________________
Cryptodev-linux-devel mailing list
Cryptodev-linux-devel@gna.org
https://mail.gna.org/listinfo/cryptodev-linux-devel

Reply via email to